feature-dev-auto
Feature Development (Auto)
Two-preset autonomous feature workflow. Stages 0–3 stay interactive (decisions front-loaded). Stage 4 runs as a verify-loop: implement → check → evaluator-confirm → next goal. Loop only breaks for declared escalation triggers.
For one-line tweaks or quick wins, use feature-dev-next (Quick preset) instead — goal-loop is overhead at that scale.
Quick start
/feature-dev-auto add a notifications panel
Pick one preset (Standard / Deep). Optionally flip log mode via --log / --no-log. Everything else flows from preset defaults.
Interrupt protocol — any time the user says stop, exit loop, or restart from stage X, abort the in-flight evaluator subagent and rewind to that stage with current state preserved. The plan file at plans/<feature>-goal.md is canonical state.