# Implementation

> Execute implementation plans safely with incremental coding, testing and documentation.

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

---


# IMPLEMENTATION SKILL

## Objective

Implement approved requirements safely and systematically.

## Before Coding

Read:

docs/PRD.md
docs/ARCHITECTURE.md
docs/IMPLEMENTATION_PLAN.md

Then inspect relevant source files.

## Process

1. Select highest-priority unfinished task.
2. Verify dependencies.
3. Inspect affected files.
4. Identify existing patterns.
5. Implement smallest correct change.
6. Run relevant tests.
7. Review diff.
8. Fix issues.
9. Update documentation.
10. Update task status.

## Task Format

TASK-ID
Objective
Files
Dependencies
Implementation
Acceptance Criteria
Validation
Risk
Status

## Never

- rewrite unrelated code
- delete user work
- invent dependencies
- skip validation
- claim success without evidence

## Completion

Report:

What changed
Files changed
Tests
Security considerations
Remaining issues
Next task

