What problem does it solve? Plans and decisions often contain hidden assumptions and unresolved dependencies that only surface during execution. This Skill stress-tests an idea by interviewing the user relentlessly until every decision branch is explicitly settled. ## Core Features & Use Cases - Design Tree Mapping: Models the 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. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the environment instead of asking the user for information it can retrieve itself. - Use Case: Before starting a migration project, use this Skill to grill yourself on the plan — it will surface unanswered questions about rollback strategy, data validation, and sequencing one round at a time until nothing is left assumed. ## Quick Start Ask the AI to grill you about your plan for the upcoming project and answer each numbered round of questions until the frontier is empty.