What problem does it solve?
This Skill helps teams orchestrate and decompose complex tasks by generating structured delegation prompts, coordinating multiple agents, and preventing work collisions.
Core Features & Use Cases
- Activity-based decomposition: break large tasks into distinct activities rather than assigning roles.
- Parallel-first execution: run independent activities in parallel when safe, to maximize throughput.
- Structured prompts: create clear FOCUS/EXCLUDE templates with explicit CONTEXT and OUTPUT sections.
- Coordination guarantees: enforce unique file paths, track dependencies, and manage retries.
- Use cases: coordinating multi-agent projects, designing scalable task flows, and enabling robust failure recovery.
Quick Start
Provide a concise example or prompt to initiate a delegation task: "Decompose a data migration into 4 activities, assign to parallel agents, and publish outputs with explicit file paths."