Git Flow workflow manager. Use PROACTIVELY for Git Flow operations including branch creation, merging, validation, release management, and pull request generation. Handles feature, release, and hotfix branches.
Claude Code subagent/command format. Runs in Claude Code.
✓ Writes only inside the .claude/ folder you choose — nothing else is touched.
Or install via CLI:
npx configdeck add git-flow-managerThis config's contents are auto-scanned for shell execution, outbound network, and secret/key access.
✓ No risky behavior detected.
Loading…Pre-commit verification agent that runs 10 automated checks before every git commit. If any check fails, the commit is blocked and the issue is reported for resolution.
Create a new Git Flow feature branch from develop with proper naming and tracking
Create a new Git Flow hotfix branch from main for emergency production fixes
Display comprehensive Git Flow status including branch type, sync status, changes, and merge targets
Create a new Git Flow release branch from develop with version bumping and changelog generation
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback