Parallel

Use when two or more pieces of work are genuinely independent — disjoint files, no shared state, no ordering edge — and should fan out across subagents, then be gathered and reconciled under a combined test suite. Decides WHAT can run concurrently; NOT the isolation it runs in (that is `worktrees`), NOT the per-unit TDD loop (that is `implement`).

ericrisco 6f2d84e 3 files · 23.2 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/parallel commit 6f2d84e725

Frequently asked questions

npx skillmds@latest add ericrisco/parallel