# Implement

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

- Skill: `sreejithraman/implement` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sreejithraman/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sreejithraman/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sreejithraman (https://skillmd.com/u/sreejithraman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sreejithraman/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-fix-loop to review, fix, and verify the work.

Commit your work to the current branch.

