What problem does it solve? Plans, specs, and designs often contain decisions that were never made out loud - assumptions, deferred choices, and 'we'll see' answers that surface as problems during implementation. This Skill runs a structured interview that finds every unresolved decision and puts it to the user before any code is written. ## Core Features & Use Cases - Decision tree modeling: Maps the plan as a tree of dependent decisions and asks only the current frontier, so questions never depend on unanswered questions. - Three entry modes: Works mid-session from conversation history, from an artifact like a spec or ADR, or cold from just an idea. - Recommended answers: Every question comes with a proposed answer the user can react to, plus a final read-back of decided, explicit, and parked items. - Use Case: Before implementing a rate-limiting feature, invoke the Skill to get a numbered round of questions about what is being protected, from what, and what is non-negotiable, each with a recommendation. ## Quick Start Ask the assistant to grill you about your plan or spec before you start implementing it.