What problem does it solve? Coordinating multi-agent code execution is risky: agents may exceed their scope, lose state on failure, or claim success without evidence. This Skill governs how a Codex lead controller dispatches bounded DeepAgents tasks against an approved Git-tracked plan, ensuring every result is reconciled with Git and plan state before acceptance. ## Core Features & Use Cases - Bounded Dispatch Contracts: Each dispatch is tied to exactly one active plan task with explicit workspace identity, write ownership, dependencies, and required proof. - MCP Escalation Contract: Controls when DeepAgents may use MCP capabilities, returning NEEDS_CONTEXT when live data is missing instead of improvising. - Evidence-Based Acceptance: Runtime success never completes a plan task; Codex inspects Git state, diffs, and proof before updating the task ledger. - Use Case: A lead controller has an approved multi-task implementation plan. It dispatches one dependency-ready task to DeepAgents, receives a DONE_WITH_CONCERNS claim, reconciles the diff against declared scope, reruns required proof, and only then advances the plan ledger. ## Quick Start Ask the agent to execute the next dependency-ready task from the approved plan using bounded DeepAgents delegation with evidence-backed acceptance.