# Implement

> Implement a piece of work based on a spec or set of tickets.

- Skill: `mrclrchtr/implement` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add mrclrchtr/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mrclrchtr/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mrclrchtr (https://skillmd.com/u/mrclrchtr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mrclrchtr/implement

---


Implement the work described by the user in the spec or tickets.

Investigate the code first. Then load `/tdd` and use it where it adds value,
at seams agreed with the user. Do not force a TDD cycle for trivial behavior,
but still write tests when they provide useful coverage.

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.

After the review, load `/commit` and follow its instructions to commit the changes.

