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 until a shared understanding is reached. ## Core Features & Use Cases - Sequential Deep-Dive Questioning: 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, avoiding overwhelming multi-question dumps. - Codebase-Grounded Answers: Explores the codebase directly when a question can be answered by investigation rather than asking the user. - Use Case: Before implementing a new feature, invoke this Skill to have the agent grill you on architecture choices, edge cases, and trade-offs so gaps are caught before any code is written. ## Quick Start Ask the agent to grill you on your implementation plan for the new feature before writing any code.