Parallel Dev

When the user asks for MULTIPLE INDEPENDENT development features/tasks in one turn ("build A, B, C in parallel", "spin up three features at once"), fan out to N general-purpose subagents, each in its own git worktree with strictly non-overlapping file scopes, then review and merge sequentially. Distinct from parallel-dispatch (which handles read-only status/lookup fan-out). Use this when the units require WRITES (code changes, migrations, new files).

BK202503 Updated

File contents

BK202503/open-claude-all/tree/main/skills/parallel-dev commit e8012e6ebe

Frequently asked questions

npx skillmds@latest add bk202503/parallel-dev