What problem does it solve? Coordinating multi-ticket implementation work often leads to unreviewed changes, broken dependency order, lost partial progress, and unclear tracker state. This Skill orchestrates a controlled batch workflow that implements eligible tickets in dependency order inside an isolated worktree, accepts each ticket independently, reviews the combined result, and finishes with a verifiable delivery. ## Core Features & Use Cases - Frozen batch selection: Resolves tracker eligibility, dependency edges, and claim paths, then freezes members, order, and accepted requirements before any work begins. - Per-ticket acceptance: Each ticket gets one independently reviewed commit with a canonical ticket trailer, verified against its frozen base before the batch proceeds. - Bounded review and repair: One formal review round and at most one focused repair per ticket and per batch, with Controller-led issue closure tied to the exact final HEAD. - Pause and resume: Preserves claims, accepted commits, review evidence, and handoff state so interrupted batches resume at the latest attributable stage. - Use Case: A team has five queued bug-fix tickets with dependencies. The Skill claims them, creates a clean worktree, implements and reviews each in order, accepts the combined result, and hands off authoritative delivery evidence for tracker closure. ## Quick Start Ask the agent to implement the eligible tickets from the configured tracker in dependency order using the implement-tickets workflow.