Feature Implementation

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

s-hiraoku 38fe050 787 B Updated

File contents

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

s-hiraoku/claude-harnesses/tree/main/skills/feature-implementation commit 38fe050332

Frequently asked questions

npx skillmds@latest add s-hiraoku/feature-implementation