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 so gaps and weak decisions are exposed before work begins. ## Core Features & Use Cases - Relentless one-at-a-time questioning: Walks down each branch of the design decision tree, resolving dependencies between decisions sequentially. - Recommended answers: For each question asked, it provides its own recommended answer so the user can accept, reject, or refine it. - Codebase grounding: When a question can be answered by exploring the codebase, it investigates the code directly instead of asking. - Use Case: Before implementing a new feature architecture, ask to be grilled on the design so every trade-off, dependency, and edge case is explicitly decided. ## Quick Start Ask the assistant to grill you on your current plan or design document until every decision is resolved.