What problem does it solve? Turning a written spec or set of tickets into committed, reviewed code requires coordinating testing, typechecking, and review steps that are easy to skip or do inconsistently. ## Core Features & Use Cases - Spec-Driven Implementation: Builds the work described in a spec or set of tickets end to end. - Test-Driven Workflow: Applies test-driven development at pre-agreed seams, runs typechecking and single test files regularly, and runs the full test suite once at the end. - Review and Commit: Finishes by running a code review over the changes and committing the work to the current branch. - Use Case: Given a ticket describing a new API endpoint, implement it with tests, verify the full suite passes, review the diff, and commit the result. ## Quick Start Ask the assistant to implement the work described in your spec or tickets using the implement skill.