# Implement Ticket

> Implement ONE ticket end to end — TDD, typechecking, a green suite, review, and a single commit. Use when the user points at exactly one ticket, issue, or slice to build: "implement this ticket", "implement issue 42", "implement 03-reserve-stock.md", "build the reserve-stock slice". Do NOT use for a folder or set of tickets worked through in sequence — that is implement-tickets. Do NOT use for open-ended work with no ticket behind it.

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

---


Implement the ONE ticket described by the user.

If the user has pointed at several tickets, or at a folder of them, stop and say so — they
want implement-tickets, which runs this process once per ticket in a fresh context. Do not
work through them all in this one.

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.
