From superwisdom
Worktree setup and branch completion lifecycle. Start isolated work, finish with merge/PR/keep/discard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superwisdom:git-flowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
One skill for the full branch lifecycle: create an isolated worktree, do the work, finish with your choice of merge, PR, keep, or discard.
One skill for the full branch lifecycle: create an isolated worktree, do the work, finish with your choice of merge, PR, keep, or discard.
.worktrees first, then worktreesAskUserQuestion to ask.gitignore covers the worktree directorygit worktree add <path> -b <branch-name>npm install, pip install -e ., etc.)AskUserQuestion to present four options:
gh pr create.gitignore before creatingAskUserQuestion when tests fail before proceedingnpx claudepluginhub stonelyd/seiraiyu-marketplace --plugin superwisdomAutomates git workflow: creates isolated worktrees for features with .gitignore safety checks, enables atomic commits, completes branches via merge, PR, preserve, or discard.
Creates isolated git worktrees for branch work, auto-installs dependencies, verifies baselines, and handles branch finishing with clean isolation.
Creates isolated git worktrees for feature branches with smart directory selection, gitignore checks, auto project setup detection, and baseline test verification. Use for task isolation from main workspace.