dispatching-parallel-agents
Installation
SKILL.md
Dispatching Parallel Agents
Decompose the request into independent subtasks. Define clear inputs and outputs for each subtask. Run subtasks in parallel only when there are no data dependencies. Collect results and normalize formats. Resolve conflicts and merge into one coherent result. Report what ran in parallel and what remained sequential.