# Implement

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

- Skill: `dulltackle/implement` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add dulltackle/implement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dulltackle/implement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dulltackle (https://skillmd.com/u/dulltackle)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dulltackle/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, spawn one read-only subagent with the ticket context to run /open-code-review-delegate. Validate and fix its findings, rerun affected tests.

Use /to-commit to commit your work to the current branch.

