BigHugger
sk Skill · ericrisco

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).

installs 8w
0
30-day movement
starts with the next reading
Related entries
3
Connections
0
yamlJavaScriptfanoutjsonsubagentsparallel
Host repository
ericrisco/rsc-harness
Host stars
84
Host language
JavaScript