// Creates multiple git worktrees and launches parallel Claude sessions for simultaneous task execution. Maximum 3 tasks.
| name | parallel-tasks |
| description | Creates multiple git worktrees and launches parallel Claude sessions for simultaneous task execution. Maximum 3 tasks. |
| allowed-tools | Bash, AskUserQuestion |
Create git worktrees for parallel task execution with separate Claude sessions (macOS only).
"${CLAUDE_PLUGIN_ROOT}/scripts/wt-parallel.sh" \
--branches "branch1|branch2" \
--prompts "prompt1|prompt2"
prefix/description (max 50 chars)
feature/ (default), bugfix/, hotfix/, release/Input: "Implement user auth and product search at the same time"
Parsed:
feature/user-auth โ "Implement user authentication..."feature/product-search โ "Implement product search..."Input: "Fix the login bug and cart calculation issue in parallel"
Parsed:
bugfix/login โ "Fix the login bug..."bugfix/cart-calculation โ "Fix the cart calculation issue..."