What problem does it solve? Plans and decisions often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface after commitment. This Skill stress-tests any plan, decision, or idea through relentless one-at-a-time questioning before you act on it. ## Core Features & Use Cases - Sequential Interrogation: Asks one question at a time with a recommended answer, walking each branch of the decision tree until shared understanding is reached. - Fact vs. Decision Separation: Looks up verifiable facts from the environment (filesystem, tools) instead of asking, while reserving actual decisions for the user. - Commitment Gate: Refuses to act on the plan until the user explicitly confirms shared understanding. - Use Case: Before migrating a database schema, invoke the skill to be questioned about rollback strategy, downtime tolerance, data validation, and dependency ordering until every decision is resolved. ## Quick Start Ask the AI to grill you on your plan to rewrite the authentication module before you start coding.