What problem does it solve? Plans, ideas, and implementation approaches often contain unresolved decisions that surface too late. This Skill stress-tests a plan by interrogating it one question at a time, each with a recommended answer, until every load-bearing decision is resolved and a shared understanding is confirmed. ## Core Features & Use Cases - Sequential decision interrogation: Asks the single most important open question at a time, always paired with a recommended answer and reasoning, so the user only confirms, rejects, or modifies. - Decision tree traversal: Follows each answer's branch to its conclusion, surfaces dependencies between decisions, and flags conflicts with earlier choices. - Confirmed decision summary: Produces a numbered list of every decision with rationale, marks unresolved items as deferred, and waits for explicit user confirmation before any next step. - Use Case: Before drafting a feature spec, invoke this Skill to walk through the issue's open implementation questions, resolve each one in dependency order, and produce a confirmed decision record for the spec author. ## Quick Start Ask the assistant to interrogate your plan or decision, for example by saying "interrogate me on my plan to migrate the database schema".