# Implement

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

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

---


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.

