What problem does it solve?
This Skill standardizes how an orchestrator-to-sub-agent handoff should detect handoff mode, execute autonomously, ask for clarification internally, and report results in a way the caller can continue orchestration safely.
Core Features & Use Cases
- Handoff mode detection: Interprets agent-tool invocations structured as Task / Context / Constraints / Success criteria, especially when the prompt references an orchestrating agent like mission-control.
- Autonomous execution in handoff mode: Executes the full scoped task until completion or a genuine blocker is reached, without unnecessary interactive pauses.
- Clarification protocol and completion contract: Records ambiguity in the completion report’s Blockers field using CLARIFICATION_NEEDED tags and returns a minimum report with Status, Summary, and Blockers so the caller can proceed.
Use case: when mission-control delegates a bounded step to another agent, this pattern ensures the sub-agent runs to completion, and if requirements conflict it requests resolution through a structured CLARIFICATION_NEEDED blocker rather than turning it into a direct user question.
Quick Start
Ask your sub-agent to follow the handoff-mode rules and end every execution with a minimum completion report containing Status, Summary, and Blockers.