Parallel Worktrees

Playbook for running work in parallel across git worktrees, so several agents (or one agent dispatching many) edit the same repo at once without colliding. Covers the go/no-go decision, partitioning files so agents don't touch the same file, which isolation mechanism to use (Agent isolation:worktree, Workflow isolation:worktree, EnterWorktree, or manual git worktree), and integrating + cleaning up afterward. Use when the user says 'work in parallel', 'multiple agents', 'fan out', 'dispatch agents', 'git worktree', 'parallelize this across worktrees', or wants concurrent work on one codebase. Defers to /maestro when formal plans/PRDs/ADRs already exist to parallelize.

mqmalagris 5449e21 2 files · 7.2 KB Updated

File contents

mqmalagris/agent-skills/tree/main/skills/parallel-worktrees commit 5449e2118e

Frequently asked questions

npx skillmds@latest add mqmalagris/parallel-worktrees