What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill stress-tests a plan by relentlessly interviewing the user about every aspect of it, resolving each branch of the decision tree one question at a time. ## Core Features & Use Cases - Systematic Interrogation: Walks down each branch of the design tree, resolving dependencies between decisions one-by-one rather than asking scattered questions. - Recommended Answers: Provides a recommended answer for each question, so the user can accept, reject, or refine instead of starting from a blank page. - Codebase-Grounded Questions: Answers questions by exploring the codebase directly when the answer exists in the code, avoiding unnecessary back-and-forth. - Use Case: Before implementing a new feature, ask to be grilled on your design doc. The Skill probes edge cases, dependency ordering, and unstated assumptions until both sides share a complete understanding. ## Quick Start Ask the assistant to grill you on your implementation plan for the feature you are about to build.