| allowed-tools | argument-hint | description |
|---|---|---|
Bash, Read, Task |
<branch-name> |
Create a git worktree and open it in a new Terminal with Claude Code |
- Current repository: !
git rev-parse --show-toplevel 2>/dev/null || echo "Not in a git repository" - Existing worktrees: !
git worktree list 2>/dev/null || echo "Not in a git repository"