What problem does it solve? Design decisions and plans often contain hidden assumptions and unresolved dependencies that surface too late. This Skill stress-tests your thinking by interviewing you relentlessly, one question at a time, until every branch of the decision tree is resolved and a shared understanding is reached. ## Core Features & Use Cases - Sequential Interrogation: Asks exactly one question at a time and waits for your answer before continuing, avoiding overwhelming multi-question dumps. - Decision Tree Traversal: Walks down each branch of the decision tree, resolving dependencies between decisions one by one, with a recommended answer provided for each question. - Fact vs. Decision Separation: Looks up verifiable facts from the environment (filesystem, tools) instead of asking, while reserving all decisions for you. - Use Case: Before writing a PRD or implementation plan, run a grilling session on your proposed architecture so that every trade-off is explicitly decided and confirmed before any code is written. ## Quick Start Ask the agent to grill you about your plan or design decision until you reach a shared understanding.