feature-implementation¶
Implement a feature safely with planning, focused edits, tests, docs, and verification.
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 includes¶
- what changed
- tests or checks run
- docs updated
- known risks or follow-up work
Install¶
gh skill install s-hiraoku/claude-harnesses feature-implementation --scope project
# or
npx skills add s-hiraoku/claude-harnesses --skill feature-implementation
Bundled into long-running-pack.