What problem does it solve? Non-trivial coding work often fails when tasks are delegated without clear ownership, verification criteria, or evidence requirements. This Skill pins an execution contract before any worker starts, so delegated repository work stays bounded, verifiable, and accountable. ## Core Features & Use Cases - Pinned Execution Contracts: Every worker receives a compact packet naming the objective, root and revision, owned paths, authorization, checks, evidence receipt, and stop conditions. - Two Delegation Modes: Choose exact-instruction recipes or outcome delegation, both carrying the same verification and ownership requirements. - Test Change Governance: Enforces a default policy where workers cannot add or modify test files without a reviewed exception validated by a policy helper. - Use Case: When splitting a large feature across parallel CLI workers on disjoint paths, use this Skill to pin each worker's contract, collect completion receipts, and verify the integrated result before release. ## Quick Start Ask the assistant to orchestrate this repository task using the coding-orchestration skill with a pinned execution contract for each worker.