What problem does it solve? Delegating work to sub-agents often wastes context, duplicates effort, or creates more integration overhead than it removes. This Skill provides a decision framework for when spawning a specialist agent is justified and how to scope that delegation precisely. ## Core Features & Use Cases - Specialist Discovery: Uses a model-readable catalog (agents/catalog.yaml) and a semantic skill map to find relevant domain expertise without keyword-routing rules. - Bounded Worker Contracts: Defines a structured contract covering role, scope, selected skills, references, permissions, ownership, verification, and escalation for every delegated worker. - Cost-Aware Spawning: Spawns specialists only for distinct expertise, independent review, context isolation, or true parallelism, avoiding job-title theater and duplicate writers. - Use Case: When reviewing an ambitious architecture proposal, spawn an independent concept worker with only the selected skill bodies and references it needs, while the parent retains integration and final verification. ## Quick Start Ask the agent to evaluate whether this task warrants a specialist and, if so, delegate it with a bounded worker contract.