What problem does it solve? Turning a spec or a set of tickets into working code requires coordinating test-driven development, typechecking, code review, and multi-ticket builds without conflicts. This Skill orchestrates that entire implementation workflow so tickets are built, reviewed, and integrated correctly. ## Core Features & Use Cases - Ticket-Based Implementation: Executes work described in a spec or tickets, dispatching independent tickets to fresh ticket-worker agents in isolated git worktrees. - TDD and Verification: Follows the tdd skill at pre-agreed seams, runs typechecking and single test files regularly, and runs the full test suite once at the end. - Structured Code Review: Loads the code-review skill with separate fresh-context Standards and Spec reviewers that inspect the actual worker checkout. - Use Case: Given a dependency-aware set of five tickets, the parent agent computes the ready frontier, dispatches each independent ticket to a worker, integrates commits sequentially, and resolves conflicts by intent. ## Quick Start Ask the agent to implement the work described in your spec or ticket list and let it coordinate workers, tests, and reviews.