What problem does it solve? Plans and decisions often contain hidden assumptions and unresolved branches that only surface after work has started. This Skill forces every open decision into the open through a structured interview before any action is taken, preventing wasted effort on the wrong approach. ## Core Features & Use Cases - Sequential Socratic Questioning: Asks one question at a time with a recommended answer for each, walking the full decision tree instead of overwhelming the user with a batch of questions. - Environment Lookup: Resolves factual questions by exploring the filesystem, tools, and prior conversation rather than asking the user, reserving questions for genuine decisions. - Confirmation Gate: Refuses to act on the plan until the user explicitly confirms shared understanding. - Use Case: Before starting a migration project, ask the agent to grill you on the plan — it will walk through scope, rollback strategy, and sequencing one decision at a time until nothing is left ambiguous. ## Quick Start Ask the agent to grill you on your plan or decision before any implementation work begins.