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. Accepts either a branch name or a natural-language description.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add FradSer/dotclaude --skill start-feature --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Start Feature?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fradser-start-feature)More formats (shields.io, HTML) on the badges page.
---
name: start-feature
allowed-tools: ["Bash(git:*)"]
description: 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. Accepts either a branch name or a natural-language description.
model: haiku
argument-hint: "[feature-name or description]"
user-invocable: true
disable-model-invocation: true
---
## Workflow Execution
**Launch a general-purpose agent** that executes the start-feature workflow.
Follow the pipeline in `../../references/gitflow-start-pipeline.md`:
- **Workflow Type**: `feature`
- **Arguments**: `$ARGUMENTS`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!