What problem does it solve? Plans and design decisions often contain hidden assumptions and unresolved dependencies that surface too late. This Skill stress-tests your thinking by relentlessly interviewing you until every decision in your plan is explicitly 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 question and providing a recommended answer. - Autonomous Fact-Finding: Dispatches sub-agents to look up facts from the environment instead of asking you for anything it could find itself. - Use Case: Before implementing a new caching layer, use this Skill to be grilled on eviction policy, invalidation triggers, storage backend, and failure modes until no assumption remains silently made. ## Quick Start Ask the AI to grill you about your plan or decision, for example by saying "grill me on my database migration plan".