What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill pressure-tests a plan through relentless one-at-a-time questioning until every decision branch is resolved and both sides share the same understanding. ## Core Features & Use Cases - Systematic Decision-Tree Walkthrough: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer alongside each question so the user can accept, reject, or refine it. - Codebase-Grounded Questions: Explores the codebase directly when a question can be answered by reading code instead of asking the user. - Use Case: Before starting a build, ask to be grilled on your architecture plan; the Skill interrogates data models, edge cases, and integration points until no ambiguity remains. ## Quick Start Ask the assistant to grill you on your current plan or design and answer each question as it comes.