| description | Implement a feature safely with planning, focused edits, tests, docs, and verification. |
| metadata | {"github-path":"skills/feature-implementation","github-ref":"refs/heads/main","github-repo":"https://github.com/s-hiraoku/codex-harnesses","github-tree-sha":"01fe421d5bd4013810b95b436593ca3428eff6dc"} |
| name | feature-implementation |
Feature Implementation
Use this workflow when adding or changing product behavior.
Workflow
- Understand the goal and user-visible behavior.
- Inspect the existing structure, patterns, tests, and docs.
- Make a short implementation plan.
- Implement in small, reviewable steps.
- Add or update tests when behavior can be tested.
- Update docs when commands, configuration, APIs, or user behavior changes.
- Run targeted verification during the work.
- 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