dispatching-parallel-agents
Installation
SKILL.md
Dispatching parallel agents
Gate (required)
Use this skill only if:
- User or parent explicitly allows parallel subagents, and
- Tasks are independent (no shared files, no ordering dependency on partial output)
If either condition fails, use sequential incremental-implementation instead.
When to use
- Independent reviews (security + tests + API contract) on the same commit
- Parallel research spikes with separate output files
- Large plan with disjoint file ownership per task