What problem does it solve?
This Skill coordinates a disciplined, intent-driven update when an existing feature’s scope, acceptance criteria, or architecture needs to change, preventing inconsistent edits and uncontrolled ripple effects.
Core Features & Use Cases
- Intent-driven edit orchestration: determines which methodology artifacts must change (outcome/scope, behaviors, GWT/spec details, and plans) based on the human’s corrected intent.
- Strict downstream cascade: propagates changes only downstream (feature.md → acs.md → spec.md → plan.md) while surfacing upstream issues instead of auto-propagating them.
- Human-confirmed mixed mode: generates a concrete edit plan first and performs writes only after explicit confirmation.
- Regeneration and verification hooks: regenerates build/spec.json after spec changes and re-runs affected test streams when code exists, stopping to surface upstream problems if regeneration uncovers them.
Quick Start
Use feature-edit when you need to update an existing feature so it matches refined acceptance criteria by sending the updated intent for the change and confirming the proposed edit plan before any files are written.