From gitflow
Begins a hotfix for a production issue using git-flow. This skill should be used when the user asks to "start a hotfix", "create hotfix branch", "fix a critical bug", "git flow hotfix start", or wants to begin a hotfix.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitflow:start-hotfix <version><version>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 hotfix branch using git-flow-next CLI.
Actions:
git flow hotfix start $ARGUMENTSchore: bump version to $ARGUMENTS
with Co-Authored-By footergit push -u origin hotfix/$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.