spec-driven-dev
by @LichAmnesia/lich-skills · 228 stars · New installs/wk
Use when starting any non-trivial feature, refactor, or new project that will touch more than one file. Drives an AI coding agent through a gated Spec → Plan → Build → Test → Review → Ship lifecycle…
Install
npx skills add https://github.com/LichAmnesia/lich-skills --skill spec-driven-devSummary
- Drives a gated Spec → Plan → Build → Test → Review → Ship lifecycle
- Work is specified before it is built, verified before it is reviewed, reviewed before it ships
- Use for any non-trivial feature, refactor, or new project touching more than one file