What problem does it solve? Plans and decisions often contain hidden assumptions and unexplored branches that only surface after execution fails. This Skill systematically interrogates a plan, decision, or idea through structured rounds of questions until every decision branch is explicitly settled and a shared understanding is reached. ## Core Features & Use Cases - Design Tree Mapping: Models the topic 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 for the user to accept or override. - Fact-Finding via Sub-Agents: Dispatches sub-agents to look up environmental facts (filesystem, tools) instead of asking the user for information that can be retrieved directly. - Use Case: Before starting a software migration, have the AI grill you on scope, rollback strategy, data handling, and team ownership so every assumption is surfaced and decided before work begins. ## Quick Start Ask the AI to grill you about your plan for an upcoming project or decision until you reach a shared understanding.