Dispatching Parallel Agents
Split independent work across parallel agents
Workflow · MIT
When
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
The Catch
Only when 2+ tasks share no state. Sequential work is a false fire.
Embed
[](https://stackgems.com/skills/dispatching-parallel-agents)