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
Agent Skill standard (SKILL.md). Runs in Claude Code plus Codex, Cursor, Gemini CLI and 30+ tools, unmodified.
✓ Writes only inside the .claude/ folder you choose — nothing else is touched.
Or install via CLI:
npx configdeck add using-git-worktreesThis config's contents are auto-scanned for shell execution, outbound network, and secret/key access.
Detected the following — review the preview before installing:
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
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.