What problem does it solve? Multi-part tasks with many searches, long documents, or repetitive items waste main-context space and cost when handled inline. This Skill enforces a delegation policy that inspects the active runtime's available subagents, routes bounded work to the cheapest suitable worker, prevents duplicate effort, and keeps synthesis and judgment in the main conversation. ## Core Features & Use Cases - Runtime-aware routing: Inspects the active tool schema before spawning anything and selects from installed agents (org-researcher, org-summarizer, org-bulk-worker, org-fact-checker, org-verifier) or built-in roles (luna-leaf, terra-ingest, sol-reviewer) without inventing unavailable models. - Structured return contracts: Defines per-worker output formats (SUMMARY/FINDINGS/UNVERIFIED, VERDICT/ISSUES, DONE/SKIPPED/SAMPLE) so delegated results arrive compact and verifiable. - Codex agent installer: Ships nine TOML agent templates under assets/codex-agents/ plus a non-overwriting bash installer for local Codex setups. - Use Case: Before drafting a report that needs five web searches and a fact-check, the main session spawns an org-researcher for gathering and an org-fact-checker for claim verification, then synthesizes the returned contracts into the final draft. ## Quick Start Apply the subagent delegation policy to plan and delegate this multi-part research task before starting it.