What problem does it solve?
This Skill helps a main agent keep a global view while coordinating multiple subagents in complex coding efforts, preventing duplicated work, vague delegations, missed verification, and chaotic merges across modules.
Core Features & Use Cases
- Role layering and phased workflow: defines planner, orchestrator, worker, explore, and reviewer roles and recommends a default phase order of research -> plan -> execute -> review -> verify.
- Single-task delegation templates: creates low-ambiguity, verifiable prompts that specify inputs, non-goals, expected outputs, and blocking conditions.
- Parallelism independence checks and anti-duplication rules: evaluates write-set overlap, dependency order, and merge costs before allowing parallel execution.
- Result collection and verification gates: requires the main agent to read diffs, code, tests or evidence and decide accept / follow-up / re-dispatch.
- Use cases include multi-module refactors, cross-cutting bug fixes that need separate research and implementation phases, and orchestrating multi-agent experiments where verification and non-overlap are critical.
Quick Start
Ask the agent to produce an orchestration note, split the work into verifiable single-task delegation prompts, run independence checks before any parallel work, and list verification gates for each subtask.