What problem does it solve? Turning a written spec or set of tickets into working, verified code requires discipline: writing tests first, running typechecks, and reviewing the result. This Skill guides an AI agent through that implementation workflow so the work is built, tested, reviewed, and committed on the current branch. ## Core Features & Use Cases - Spec-driven implementation: Builds the work described by the user in a spec or set of tickets. - 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. - Review and commit: Finishes by running a code review pass and committing the work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to have the agent implement it with tests, verify types and the test suite, review the changes, and commit them. ## Quick Start Ask the agent to implement the work described in your spec or tickets using the implement skill.