What problem does it solve? Plans often contain unresolved decisions and hidden dependencies that surface only after building starts. This Skill stress-tests a plan through relentless one-at-a-time questioning, resolving each design decision before any code is written. ## Core Features & Use Cases - Decision-tree interrogation: Walks each branch of the design tree, asking one question at a time and providing a recommended answer for each. - Fact vs. decision separation: Answers codebase-explorable questions itself and only asks the user about genuine decisions requiring input. - Format-aware output: Detects flat vs. clustered planning layouts and appends resolved decisions to .work/FINDINGS.md or per-cluster files under .work/findings/. - Use Case: Before starting a new feature, run this Skill to interview yourself on architecture, data models, and edge cases, ending with a findings file ready for the requirements or write-plan stage. ## Quick Start Ask the AI to grill you on your current plan so every open design decision is resolved and recorded before building begins.