What problem does it solve? Coordinating multi-agent work on a repository often fails because tasks are vaguely scoped, workers overlap on the same files, tests get modified without review, and completion is claimed without evidence. This Skill pins an explicit execution contract before any delegation so delivery finishes with verified, observable results. ## Core Features & Use Cases - Pinned execution contracts: Define owned files, delegation mode (exact instructions or outcome), expected behavior, stop conditions, and required checks before handing work to any agent. - Native agent delegation: Select workers based on actual runtime capabilities, run parallel packets only for disjoint ownership, and reuse the same worker for focused corrections. - Test-change policy enforcement: Block unauthorized test modifications through a shared runtime check against a reviewed exception policy. - Use Case: A lead engineer resumes a stalled feature branch, pins the contract for two disjoint worker packets, receives completion receipts with evidence, runs the named final checks, and reports the integrated result with remaining gaps. ## Quick Start Ask the agent to orchestrate the current ticket by pinning the execution contract, delegating disjoint work packets to available agents, and reporting verified completion evidence.