1 min read
implement
Generated source view for the actual executable
engineering/implementskill. The durable routing article is Agent Engineering Skills. Source: skills/engineering/implement/SKILL.md
Runtime Source
| Field | Value |
|---|---|
| Category | engineering |
| Origin | personal |
| Slug | implement |
| Source slug | implement |
| Family | Agent Engineering Skills |
| Source | skills/engineering/implement/SKILL.md |
Bundled Resources
No bundled resource files.
Description
Implement a bounded piece of work from a PRD, issue, or agent-ready ticket. Use when Kevin invokes /implement or passes a specific PRD/issue and wants execution through TDD/checks/review.
Skill Source
---
name: implement
description: Implement a bounded piece of work from a PRD, issue, or agent-ready ticket. Use when Kevin invokes /implement or passes a specific PRD/issue and wants execution through TDD/checks/review.
origin: personal
source_slug: implement
disable-model-invocation: true
---
# Implement
Implement the work described by the PRD, issue, or ticket. Keep the change scoped to that unit.
## Process
1. Read the PRD/issue and identify the exact done criteria.
2. Inspect the repo's `AGENTS.md`, nearest `SKILL.md`, and any `docs/agents/*.md` created by `setup-kevin-engineering-flow`.
3. Use `/domain-modeling` if terms are ambiguous.
4. Use `/codebase-design` before introducing or moving module seams.
5. Use `/tdd` where possible at pre-agreed seams.
6. Run typecheck and focused tests regularly; run the broadest honest check before finishing.
7. Run the local review gate: `no-sus-code-doctor`, then `autoreview` or `gstack-review` when appropriate.
## Output
- Implemented change.
- Commands run and results.
- Remaining risk or skipped checks.
- Commit only if Kevin explicitly asked for a commit or the current workflow already requires one.
Upstream: `github.com/mattpocock/skills/skills/engineering/implement/SKILL.md` at `5d78bd0903420f97c791f834201e550c765699f8`.
Timeline
- 2026-07-15 | Generated a browseable source page from the actual executable skill file. Source: skills/engineering/implement/SKILL.md