parallel-dispatch-decomposition
Installation
SKILL.md
Parallel Dispatch: Task Decomposition
Break a broad task into parallelizable, MECE sub-tasks. Each sub-task gets a scope card that defines its boundaries, deliverables, and dependencies.
When to Invoke
- Before dispatching multiple instances of the same agent type within a primitive
- When a single agent's workload spans multiple independent feature slices
- When the orchestrator identifies >1 natural cluster of work within a domain