What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored decision branches that surface only during implementation. This Skill stress-tests a plan by relentlessly interviewing the user about every aspect until all decision branches are resolved. ## Core Features & Use Cases - Systematic Interrogation: Walks through each branch of the decision tree, resolving dependencies between decisions one at a time. - Recommended Answers: Proposes a recommended answer for every question, so the user can confirm, adjust, or reject with reasoning. - Codebase-First Investigation: Explores the codebase to answer questions itself instead of asking when the answer can be found in code. - Use Case: Before starting a major refactor, invoke this Skill to get grilled on your migration plan, uncovering edge cases in data handling, rollback strategy, and dependency ordering before writing any code. ## Quick Start Ask the assistant to grill you on your plan or design document, then answer its questions one at a time until every decision branch is resolved.