FradSer/dotclaude
gitflow
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/FradSer/dotclaude/blob/main/gitflow/skills/start-feature/SKILL.md -a claude-code --skill start-featureInstallation paths:
.claude/skills/start-feature/## Your Task 1. **Load the `gitflow:gitflow-workflow` skill** using the `Skill` tool to access GitFlow workflow capabilities. 2. Gather context: current branch, existing feature branches, git status. 3. Normalize the provided feature name from `$ARGUMENTS` to `$FEATURE_NAME` using the normalization procedure in `./references/naming-rules.md`. 4. Identify base branch for the active workflow (usually `develop` for Classic GitFlow, or `main` for GitHub Flow). 5. Create or resume `feature/$FEATURE_NAME` from the base branch. 6. Push the branch to origin if newly created.