From mikemimik-skills
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, ending with code review and commit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mikemimik-skills: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 spec or tickets.
Implement the work described by the user in the spec or tickets.
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 mikemimik/skills --plugin mikemimik-skills5plugins reuse this skill
First indexed Jul 8, 2026
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
Implements work from a spec or ticket set, running TDD, typechecking, and tests, then commits and requests code review.
Implements work described in specs or tickets using TDD, typechecking, test suites, and code review before committing to the current branch.