# Implement

> Deliver a scoped change that meets the stated requirements with minimal surface area.

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

---


# Implement

## Objective
- Apply the approved change precisely.
- Minimize blast radius and keep behavior aligned to requirements.

## When to use
- Requirements or spec are clear and approved.
- A behavior change is expected.

## Inputs
- User instructions, spec, and acceptance criteria.
- AGENTS.md, rules, and relevant code/tests.
- Any clarifications already answered.

## Process
1) Confirm scope and acceptance criteria; note exclusions.
2) Plan minimal changes; avoid refactors outside scope.
3) Implement with small, focused edits.
4) Update/add tests if behavior changes.
5) Self-review for correctness and unintended impact.

## Outputs
- Files changed and intent.
- Notes on tests added/updated.
- Any residual risks or follow-ups.

## Edge cases
- If scope is unclear, pause and ask before coding.
- Avoid drive-by refactors; defer to refactor skill if needed.

