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.

anarefin 22026b2 991 B Updated

File contents

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.

anarefin/ai-agent-skills/tree/main/implement-ticket commit 22026b2c87

Frequently asked questions

npx skillmds@latest add anarefin/implement-ticket