What problem does it solve? Complex tasks often exceed what a single agent pass can handle well, and choosing the wrong offloading method wastes model calls or loses results. This Skill guides an agent in picking the right delegation mechanism and briefing it correctly so the work comes back verifiable. ## Core Features & Use Cases - Four delegation modes: delegate for self-contained sub-tasks, spawn_specialist for tasks needing a different model or role, mixture_of_agents for parallel merged answers, and submit_job for long-running background work. - Cold-start briefing rules: Enforces complete task briefs with absolute paths, explicit acceptance criteria, and constraints, since delegates cannot see the parent conversation. - Result verification discipline: Requires polling check_job_status before reporting background results and verifying delegate claims before trusting them. - Use Case: An agent facing a large codebase audit delegates the security review to a specialist model with a full brief, continues its own analysis, then polls the job and reads the produced files before summarizing findings to the user. ## Quick Start Ask the agent to delegate the self-contained sub-task to a specialist model with a complete brief including absolute paths and acceptance criteria.