What problem does it solve? Turning a written spec or set of tickets into working, reviewed code requires discipline: writing tests first, running typechecks, and reviewing the result. This Skill guides the AI through that structured implementation workflow so nothing gets skipped. ## Core Features & Use Cases - Spec-to-Code Implementation: Builds the work described in a spec or ticket set directly on the current branch. - Test-Driven Workflow: Applies TDD at pre-agreed seams, runs typechecking and single test files regularly, and runs the full test suite once at the end. - Built-in Review and Commit: Finishes by invoking a code review pass and committing the completed work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with tests, verify the full suite passes, review the changes, and commit them. ## Quick Start Ask the AI to implement the work described in your spec or tickets using the implement skill.