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 your plan by relentlessly interviewing you about every aspect of it, walking down each branch of the decision tree until all open questions are resolved. ## Core Features & Use Cases - Systematic Decision-Tree Walkthrough: Explores each branch of your design one decision at a time, resolving dependencies between choices. - Codebase-Grounded Questioning: Answers questions by exploring the codebase directly instead of asking you when the answer already exists in the code. - Use Case: You have drafted an architecture for a new feature. Invoke this Skill to get grilled on data flow, error handling, edge cases, and integration points until every ambiguity is resolved before writing code. ## Quick Start Ask the assistant to interview you about your plan or design, for example by saying "grill me on my plan for the new caching layer".