> **implement** — chapter 7 of 35 in [mattpocock/skills](https://skillsdocs.com/mattpocock/skills).
>
> Book (all chapters, one file): https://skillsdocs.com/mattpocock/skills.md
> Machine manifest: https://skillsdocs.com/mattpocock/skills/.well-known/agent-skills/index.json
> Install the book: `npx skills add mattpocock/skills`
> Upstream: https://github.com/mattpocock/skills/blob/main/skills/engineering/implement/SKILL.md @ `main`
> Raw bytes, no header: https://raw.githubusercontent.com/mattpocock/skills/main/skills/engineering/implement/SKILL.md
> Base for relative paths: https://raw.githubusercontent.com/mattpocock/skills/main/skills/engineering/implement/
> Licence: MIT — https://spdx.org/licenses/MIT.html
>
> Bundled files (1), referenced from this skill's directory:
>   - `agents/openai.yaml` — https://raw.githubusercontent.com/mattpocock/skills/main/skills/engineering/implement/agents/openai.yaml
>
> Content © its authors, served unmodified. Takedown: https://github.com/kyleledbetter/skillsdocs/issues/new?labels=takedown&title=Takedown+request

<!-- Verbatim upstream SKILL.md follows, YAML frontmatter included. -->

---
name: implement
description: "Implement a piece of work based on a spec or set of tickets."
disable-model-invocation: true
---

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.
