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 parties share a complete understanding. ## Core Features & Use Cases - Relentless Structured Interviewing: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one. - One Question at a Time: Asks focused questions sequentially, providing a recommended answer for each to keep the discussion moving. - Codebase-Grounded Answers: Explores the codebase directly when a question can be answered by reading code instead of asking the user. - Use Case: Before implementing a new feature, ask to be grilled on your design so edge cases, trade-offs, and dependencies are resolved before writing any code. ## Quick Start Ask the assistant to grill you on your implementation plan for the feature you are about to build.