What problem does it solve? Plans and ideas often contain hidden assumptions and unresolved dependencies that surface too late. This Skill stress-tests a plan, decision, or idea by relentlessly interviewing the user until every decision branch is explicitly settled. ## Core Features & Use Cases - Design Tree Mapping: Models the topic as a design tree where each decision 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 anything it can find itself. - Use Case: Before starting a major refactor, have the AI grill you on architecture choices, migration order, and rollback strategy so no assumption goes unexamined. ## Quick Start Ask the AI to grill you on your plan for the upcoming feature so every open decision is surfaced and settled before work begins.