parallel-worktrees
Installation
SKILL.md
Parallel Worktrees
Run multiple AI coding sessions in parallel — each isolated in its own git worktree, pushing to its own branch, opening its own PR.
When to Use This Skill
Activate when:
- User wants to run two or more AI agents on different features/bugs at once
- User asks about
git worktreefor agent sessions - User wants parallel PRs from a single repo without multiple clones
- User needs to set up, coordinate, or clean up concurrent agent workspaces
Decision Tree
What does the user need?
Start a new parallel session?
Related skills