# Implement

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

- Skill: `c0nant/implement` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add c0nant/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/c0nant/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: c0nant (https://skillmd.com/u/c0nant)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/c0nant/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 /review-axes to review the work. Since nothing here is committed, give it **the unstaged working tree** as its fixed point: a ref-based diff would come back empty. Do **not** mark acceptance-criteria checkboxes (`- [ ]` / `- [x]`) in the spec or tickets yourself, `/review-axes` syncs those after the Spec review based on what the code actually did.

Never make a commit. Generate a Conventional Commits message ≤300 chars for the user: `type(scope): imperative summary` + blank line + short why-body.

