What problem does it solve? Turning a PRD or a set of issues into working, tested code requires disciplined execution across writing code, running tests, reviewing changes, and committing work. This Skill guides the AI through that full implementation loop so nothing is skipped. ## Core Features & Use Cases - PRD/Issue-Driven Implementation: Reads the work described in a PRD or issues and implements it directly. - 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: Invokes a review pass over the completed work and commits it to the current branch. - Use Case: You have a GitHub issue describing a new API endpoint. Invoke this Skill to implement the endpoint with tests, verify the suite passes, review the diff, and commit the result on your feature branch. ## Quick Start Ask the AI to implement the work described in your PRD or issue using the implement skill.