| name | git-worktree |
| description | Manage Git worktrees in project-level ../.zcf/project-name/ directory with smart defaults, IDE integration and content migration |
| disable-model-invocation | true |
| allowed-tools | Read(**), Exec(git worktree add, git worktree list, git worktree remove, git worktree prune, git branch, git checkout, git rev-parse, git stash, git cp, detect-ide, open-ide, which, command, basename, dirname) |
Claude Command: Git Worktree
Manage Git worktrees with smart defaults, IDE integration and content migration in structured ../.zcf/project-name/ paths.
Execute commands directly and provide concise results.
Usage
/git-worktree add <path>
/git-worktree add <path> -b <branch>
/git-worktree add <path> -o
/git-worktree list
/git-worktree remove <path>
/git-worktree prune
/git-worktree migrate <target> --from <>
/git-worktree migrate <target> --stash