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 all decision points are resolved and both sides share a complete understanding. ## Core Features & Use Cases - Relentless structured questioning: Walks down each branch of the design decision 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 grounding: Explores the codebase directly to answer questions that can be resolved from existing 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 dependency ordering are settled before writing code. ## Quick Start Ask the assistant to grill you on your plan or design document, then answer each question one at a time until every decision branch is resolved.