What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored edge cases that only surface during implementation. This Skill systematically stress-tests a plan by interviewing the user about every aspect of it until a shared understanding is reached. ## Core Features & Use Cases - Relentless Q&A Interrogation: Walks down each branch of the design tree, asking questions one at a time to expose gaps and weak assumptions. - Dependency Resolution: Resolves dependencies between design decisions one-by-one so the plan becomes internally consistent. - Recommended Answers: Provides a recommended answer for each question, giving the user a concrete starting point rather than an open-ended prompt. - Codebase-Grounded Questions: Explores the codebase directly when a question can be answered from existing code instead of asking the user. - Use Case: Before implementing a new service architecture, ask to be grilled on the design so scaling, failure modes, and data consistency questions are resolved upfront. ## Quick Start Ask the assistant to grill you on your plan or design document, for example by saying "grill me on this migration plan".