What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill systematically interrogates every aspect of a plan until each decision point is resolved and both sides share the same understanding. ## Core Features & Use Cases - Relentless structured questioning: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - Recommended answers: For every question asked, it provides a recommended answer so the user can accept, reject, or refine quickly. - Codebase grounding: When a question can be answered by exploring the codebase, it investigates the code instead of asking the user. - Use Case: Before implementing a new feature, ask to be grilled on your design doc so edge cases, trade-offs, and missing decisions are exposed before any code is written. ## Quick Start Ask the assistant to grill you on your plan or design document, then answer its questions one at a time until every decision branch is resolved.