What problem does it solve? Sub-agent handoffs often become vague, retry cycles multiply without bound, and outputs land without being checked. This Skill caps delegation cycles at 3, mandates WHY context in every spawn prompt, and requires coordinator validation before any issue is closed. ## Core Features & Use Cases - Spawn Prompt Template: A four-section template (Task, WHY, Success criteria, Escalation path) that every agent spawn must include. - 3-Cycle Protocol: A defined retry ladder with objective context carried forward between cycles and mandatory escalation after cycle 3. - Coordinator Validation & Dedup: A pre-acceptance checklist plus a mandatory GitHub issue dedup search before creating new issues. - Use Case: A coordinator agent delegating a charter update to a sub-agent uses the template to define acceptance criteria, validates the returned PR against the checklist, and escalates to .squad/decisions/inbox/ if three cycles fail to converge. ## Quick Start Use the iterative-retrieval protocol to spawn a sub-agent for this task with WHY context, explicit success criteria, and a 3-cycle limit.