| allowed-tools | Bash, Read, Task |
|---|---|
| argument-hint | <branch-name> |
| description | 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"