dispatching-parallel-agents
SKILL.md
Dispatching Parallel Agents
Coordinate multiple AI agents to execute tasks simultaneously, maximizing development velocity while preventing conflicts. This is the core skill for multi-agent collaboration.
When to Use
- 2+ independent tasks can be worked on simultaneously
- No shared state between tasks (different files/modules)
- Total work > 2 hours and parallelization is beneficial
- Overnight execution where multiple agents can run unattended