Labsco
mattpocock logo

implement

โ˜… 156,200

by mattpocock ยท part of mattpocock/skills

Implement a piece of work based on a PRD or set of issues.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup
๐Ÿงฉ One of 7 skills in the mattpocock/skills package โ€” works on its own, and pairs well with its siblings.

Implement a piece of work based on a PRD or set of issues.

Inspect the full instructions your agent will receiveExpand

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.