What problem does it solve? Plans and decisions often contain hidden assumptions and unexplored branches that only surface after implementation begins. This Skill stress-tests your thinking by relentlessly interviewing you until every decision in your plan is explicitly examined and settled. ## Core Features & Use Cases - Design Tree Mapping: Models your 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 one and providing a recommended answer. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the filesystem or tools instead of asking you for things it can find itself. - Use Case: Before starting a database migration, use this Skill to be grilled on rollback strategy, downtime tolerance, data validation, and sequencing until no assumption remains unexamined. ## Quick Start Ask the AI to grill you about your plan to refactor the authentication module before you start coding.