# Feature Implementation

> Implement a feature safely with planning, focused edits, tests, docs, and verification.

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

---


# Feature Implementation

Use this workflow when adding or changing product behavior.

## Workflow

1. Understand the goal and user-visible behavior.
2. Inspect the existing structure, patterns, tests, and docs.
3. Make a short implementation plan.
4. Implement in small, reviewable steps.
5. Add or update tests when behavior can be tested.
6. Update docs when commands, configuration, APIs, or user behavior changes.
7. Run targeted verification during the work.
8. Run repository-level verification before finalizing when practical.

## Final Report

Include:

- what changed
- tests or checks run
- docs updated
- known risks or follow-up work

