What problem does it solve?
Dispatching multiple independent work items in one coding session without losing safety, coordination, or evidence so you can save time while avoiding merge conflicts and unsupported completion claims.
Core Features & Use Cases
- Parallel dispatch decisioning: Determines whether tasks are truly independent before starting them in parallel, based on read/write overlap and dependency structure.
- Worker packet and verification enforcement: Requires each subagent to be launched with a self-contained worker packet, bounded write set, explicit verification/stop conditions, and durable evidence when claiming production outcomes.
- Robust aggregation and failure handling: Collects outcomes for every launched worker (success/blocked/rejected/partial), prevents early completion, and blocks final claims until conflicts and missing evidence are resolved or explicitly accepted.
Quick Start
Use this skill when you have two or more independent task scopes to perform in a project and you want the agent to decide between parallel dispatch and safe sequential execution before starting work, based on write-scope conflicts and required verification evidence.