# Implement

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

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

---


Implement the work described by the user in the spec or tickets.

Call the Skill tool with "tdd" where possible, at pre-agreed seams.

Run typechecking regularly (`TYPECHECK_CMD`), single test files regularly, and the full test suite (`TEST_CMD`) once at the end. Both commands live in `.claude/project.env`; an empty key means that check is off.

Once done, review the diff against the spec or tickets: every acceptance criterion met, nothing built beyond them.

Commit your work to the current branch. If that branch is the trunk (`GIT_TRUNK` in `.claude/project.env`, default `main`), create a branch with `scripts/worktree-create.sh <name>` and commit there instead.

