From implement
Implements work described in a PRD or issues using TDD at agreed seams, with regular typechecking and test runs, then code review and commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/implement:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement the work described by the user in the PRD or issues.
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 claudepluginhub filippolmt/skills --plugin implement4plugins reuse this skill
First indexed Jul 1, 2026
Implements work described in a PRD or issues using TDD at agreed seams, with regular typechecking and test runs, then code review and commit.
Implements work from a PRD or set of issues, using TDD at agreed seams, with regular typechecking and test runs, then reviews and commits the work.
Implements work from PRDs or issues with TDD, typechecking, unit tests, full test suite, code review, and commit.