What problem does it solve? Draining a backlog of ready tickets by hand means serial work, drifting standards, and manual reconciliation of parallel changes. This Skill runs a bounded cluster of independent tickets end-to-end, each in its own git worktree, and reconciles them into a single integration pull request with a declared merge gate. ## Core Features & Use Cases - Worktree-isolated parallel workers: Each ticket runs the full implementation skill once in its own worktree and branch, with disjoint footprints parallelized and colliding or migration tickets sequenced. - Deterministic CLI-driven cycle: Every decision (base, reserve, orchestrate, reconcile, verify, gate, publish, grant) goes through a pure void-harness autopilot <step> command that observes nothing and returns plans or named refusals. - Footprint audit and merge gate: Reconciliation refuses ranges touching files another ticket declared, and the grant refuses merges on production branches, sensitive paths, unprotected bases, or contradicted union reviews. - Use Case: Before leaving for the day, run mode autopilot 6h to drain ready tickets from the programme's tracker pool; each finished unit lands on a draft integration PR whose body reports ALIVE, STALLED, or ENDED status. ## Quick Start Ask the agent to drain the ready tickets from the current programme into one integration pull request using the autopilot skill.