What problem does it solve? Plans and design decisions often contain hidden assumptions and unresolved dependencies that surface too late. This Skill stress-tests an idea by relentlessly interviewing the user until every decision in the design tree is explicitly settled. ## Core Features & Use Cases - Design Tree Mapping: Models a plan as a tree of decisions where each choice branches into dependent sub-decisions. - Frontier-Based Rounds: Asks only the questions whose prerequisites are already settled, numbering each question and providing a recommended answer per round. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the filesystem or tools instead of asking the user for information it can find itself. - Use Case: Before implementing a new architecture, have the AI grill you on data models, failure modes, and integration points round by round until no assumption remains unexamined. ## Quick Start Ask the AI to grill you on your plan for the upcoming feature until you reach a shared understanding.