| name | implement |
| author | mattpocock |
| upstream | mattpocock/skills |
| upstreamPath | skills/engineering/implement |
| upstreamSha | 8515a080a74dbcf5019a1a78efc24b5fcafb36b8 |
| lastUpdated | 2026-07-02T01:06:55.000Z |
| tags | ["Coding","Workflow","Matt Pocock"] |
| description | Implement a piece of work based on a PRD or set of issues. |
| disable-model-invocation | true |
Implement the work described by the user in the PRD or issues.
Use /tdd where possible, at pre-agreed seams.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, use /code-review to review the work.
Commit your work to the current branch.