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 through relentless one-at-a-time questioning until a shared, validated understanding is reached. ## Core Features & Use Cases - Systematic Decision-Tree Walkthrough: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - Recommended Answers: Provides a recommended answer with each question so the user can accept, reject, or refine it. - Codebase-Grounded Inquiry: 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 microservice architecture, ask to be grilled on the design so every dependency, failure mode, and trade-off is explicitly decided before writing code. ## Quick Start Ask the assistant to grill you on your plan or design document until every decision branch is resolved.