What problem does it solve? Multi-agent work fails when subagents return vague results, parents lose track of state, or reviews trust self-reports. This Skill defines a shared protocol so dispatched subagents report structured statuses, parents route escalations consistently, and reviews verify implementation against specs before judging quality. ## Core Features & Use Cases - Status vocabulary and report format: Every subagent ends with DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, or BLOCKED plus a structured report block, so parents can route escalation deterministically. - Dispatch briefing format: Self-contained prompts with task description, acceptance criteria, scope fence, personality role card, context files, and model hints. - Two-stage review and fix loop: Spec compliance is verified before code quality, with a capped three-round fix loop and recorded rulings for unresolved findings. - Use Case: You dispatch an implementer subagent to build a feature slice, then send the diff to a fresh-eyes reviewer subagent that verifies each acceptance criterion against the actual code before you merge. ## Quick Start Ask the agent to dispatch a subagent for a well-scoped task using the subagent protocol, with a self-contained brief and a structured status report.