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 before building by relentlessly interviewing the user about every aspect of it. ## Core Features & Use Cases - Systematic Plan Interrogation: Walks down each branch of the design tree, resolving dependencies between decisions one by one. - One Question at a Time: Asks a single question per turn with a recommended answer, waiting for feedback before continuing. - Codebase-Grounded Answers: Explores the codebase directly when a question can be answered by reading existing code instead of asking the user. - Use Case: Before implementing a new feature, invoke this Skill to have the AI challenge your architecture decisions, edge cases, and trade-offs until a shared understanding is reached. ## Quick Start Ask the AI to grill you on your implementation plan for the new feature before writing any code.