Help us improve
Share bugs, ideas, or general feedback.
From gitflow
Starts git-flow feature branch: verifies clean working tree, runs git flow feature start <name>, pushes to origin feature/<name>.
npx claudepluginhub fradser/dotclaude --plugin gitflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitflow:start-featurehaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Launch a general-purpose agent** that executes all phases in a single task.
Starts a new feature branch: fetches a pre-planned GitHub issue, creates a git worktree, upgrades dependencies, opens a draft PR, and initializes flow state tracking.
Creates Git feature branches with short auto-incremented names and type prefixes (feat/fix/refactor/chore/docs). Generates from manual descriptions, uncommitted changes, or Arkhe SDLC specs.
Share bugs, ideas, or general feedback.
Launch a general-purpose agent that executes all phases in a single task.
Prompt template:
Execute the start-feature workflow.
## Pre-operation Checks
Verify working tree is clean per `${CLAUDE_PLUGIN_ROOT}/references/invariants.md`.
## Phase 1: Start Feature
**Goal**: Create feature branch using git-flow-next CLI.
1. Run `git flow feature start $ARGUMENTS`
2. Push the branch to origin: `git push -u origin feature/$ARGUMENTS`
Execute: Launch a general-purpose agent using the prompt template above