| name | feature-implementation |
| description | Implement a feature safely with planning, focused edits, tests, docs, and verification. |
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