A lightweight brainstorming framework that forces you to pause and think before coding. It runs a three-step discovery process: clarifies requirements with batched questions, presents two implementation approaches with trade-offs, and gets explicit user approval before any code gets written. The process scales from simple bug fixes to complex feature design, with built-in limits to prevent endless iteration cycles. It captures decisions as inline comments in your first implementation file. Honestly, it's overkill for trivial changes but genuinely helpful for preventing those "wait, this isn't what I wanted" moments on medium-sized features.
npx skills add https://github.com/roin-orca/skills --skill simple