What problem does it solve? Plans and designs often contain hidden assumptions and unresolved decision branches that only surface during implementation. This Skill systematically interrogates every aspect of a plan through relentless one-at-a-time questioning until a shared understanding is reached. ## Core Features & Use Cases - Systematic Interrogation: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer for every question, marked with a (preferred) prefix and placed first when using structured question tools. - Codebase-Aware Questioning: Explores the codebase directly to answer questions that can be resolved from existing code instead of asking the user. - Use Case: Before starting a major refactor, ask to be grilled on your migration plan so every architectural decision, dependency, and edge case is explicitly resolved before writing code. ## Quick Start Ask the assistant to grill you on your plan or design document and answer each question as it comes.