What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexamined trade-offs that only surface during implementation. This Skill stress-tests a plan by relentlessly interviewing the user about every aspect of it before any building begins. ## Core Features & Use Cases - Sequential Interrogation: Asks one question at a time, walking down each branch of the design tree and 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 Grounding: Looks up facts directly in the codebase instead of asking, reserving questions for actual decisions. - Use Case: Before building a new feature, have the AI grill you on data models, API contracts, error handling, and edge cases until both sides share a complete understanding. ## Quick Start Ask the AI to grill you about your plan or design before you start building it.