feature-dev-next

Installation
SKILL.md

Feature Development (Next)

Three-preset feature workflow: pick a preset, get only the stages you need. Quick = ship a tweak. Standard = build a normal feature. Deep = design something risky.

Quick start

/ken-swe:feature-dev-next add a notifications panel

You'll pick one preset and (optionally) flip log mode via --log / --no-log in $ARGUMENTS. Pass --quick / --standard / --deep to skip the preset question entirely. Everything else flows from that choice.

Interrupt protocol — at any time, say restart from stage X to rewind to that stage with current state preserved.

Preset escalation — if exploration or implementation reveals the task is meaningfully larger or riskier than the preset assumes (e.g. a Quick tweak turns out to touch schema or auth), pause and offer one upgrade (Quick → Standard, Standard → Deep) via AskUserQuestion. Never silently escalate, and never re-offer after a decline.

Presets at a glance

Installs
11
Repository
kenlck/skills
GitHub Stars
5
First Seen
May 14, 2026
feature-dev-next — kenlck/skills