From gitflow
Starts working on a new feature branch using git-flow. This skill should be used when the user asks to "start a feature", "create feature branch", "begin new feature", "git flow feature start", or wants to start a new feature.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitflow:start-feature <feature-name><feature-name>haikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify working tree is clean per `${CLAUDE_PLUGIN_ROOT}/references/invariants.md`.
Verify working tree is clean per ${CLAUDE_PLUGIN_ROOT}/references/invariants.md.
Goal: Create feature branch using git-flow-next CLI.
Actions:
git flow feature start $ARGUMENTSgit push -u origin feature/$ARGUMENTSnpx claudepluginhub rootial/dotclaude --plugin gitflowCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.