
implement
โ 156,200by mattpocock ยท part of mattpocock/skills
Implement a piece of work based on a PRD or set of issues.
Implement a piece of work based on a PRD or set of issues.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates โ shown here so you can audit it before installing. You don't need to read it to use the skill.
name: implement 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.
npx skills add https://github.com/mattpocock/skills --skill implementRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.