# Implement

> Implement a piece of work from a user objective, repository plan, or specification.

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

---


Implement the work described by the user's objective or the referenced repository plan.

For a large objective, choose one coherent, verifiable slice at a time.
Read the existing plan and prior local notes before choosing the slice.
Update durable project documentation when the implementation changes an architectural decision or public workflow.

Use /tdd where possible, at pre-agreed seams.

Run `cargo check` and targeted tests regularly.
Run formatting, Clippy, and the full test suite before declaring the complete objective ready for human review.

Once done, use /review to review the work.

Commit each completed slice to the current branch with a message that explains the user-visible or architectural outcome.

