What problem does it solve? Plans, decisions, and ideas often contain hidden assumptions and unresolved dependencies that only surface after implementation begins. This Skill systematically interrogates a plan through structured rounds of questions until every decision branch is explicitly settled. ## 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. - 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 new service architecture, run a grilling session to expose unanswered questions about scaling, data ownership, and failure handling, answering them round by round until no assumptions remain. ## Quick Start Grill me on my plan to migrate our monolith to microservices until we reach a shared understanding.