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 a plan until every decision point is resolved and both sides share the same understanding. ## Core Features & Use Cases - Relentless one-at-a-time questioning: Walks down each branch of the design tree, asking a single focused question per turn so nothing is glossed over. - Recommended answers: Provides a recommended answer alongside each question, giving the user a concrete starting point to accept or challenge. - 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 feature, ask to be grilled on the design so edge cases, dependency ordering, and trade-offs are settled before any code is written. ## Quick Start Ask the assistant to grill you on your plan or design for the feature you are about to build.