What problem does it solve? Turning a reconnaissance dossier into shipped code requires deciding work units, dependency ordering, model tiers, and branch safety — decisions that are error-prone when improvised. This Skill makes the agent an orchestrator that derives the execution plan itself, dispatches subagents in parallel waves, and verifies every diff without writing product code. ## Core Features & Use Cases - Execution planning from dossiers: Reads every file in a .planning/P-NNNN-* folder, folds JSONL event logs, cuts units of work, builds dependency graphs, and schedules waves for maximum parallelism. - Tiered subagent dispatch: Assigns haiku/sonnet/opus model tiers per unit, spawns whole waves in one message, and enforces that no two writers touch the same file. - Branch and worktree gating: Refuses to orchestrate product code on the staging or main branch, cutting a feature/ or fix/ branch first. - Use Case: After /recon produces a findings dossier for a multi-repo defect, run /orchestrate .planning/P-0042-skale-replay to have subagents implement all fixes in parallel waves while the orchestrator reviews diffs, commits per phase, and runs final acceptance verification. ## Quick Start Ask the agent to orchestrate the findings dossier at .planning/P-NNNN-slug so it plans the execution waves and dispatches subagents to implement them.