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 open questions are resolved and a shared understanding is reached. ## Core Features & Use Cases - Relentless Interviewing: Asks one question at a time, walking down each branch of the decision tree until every dependency between decisions is resolved. - Recommended Answers: Provides a recommended answer alongside each question so the user can accept, reject, or refine it quickly. - Codebase-Grounded Questions: 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 document so edge cases, trade-offs, and missing decisions are exposed before any code is written. ## Quick Start Ask the assistant to grill you on your plan or design document and answer each question one at a time until every decision is resolved.