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 design tree where every 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. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the filesystem or tools instead of asking you for information it can find itself. - Use Case: Before starting a major refactor, use this Skill to grill yourself on architecture choices, migration strategy, and rollback plans until no assumption remains unexamined. ## Quick Start Ask the AI to grill you on your plan for migrating your database to a new schema before you start implementation.