What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and untested decisions that only surface during implementation. This Skill systematically interrogates every branch of a plan's decision tree so gaps and contradictions are exposed before work begins. ## Core Features & Use Cases - Relentless one-at-a-time questioning: Walks through each aspect of a plan sequentially, resolving dependencies between decisions one by one. - Recommended answers: Provides a suggested answer with every question so the user can accept, reject, or refine it quickly. - Codebase grounding: Explores the codebase directly when a question can be answered by inspecting existing code instead of asking the user. - Use Case: Before starting a large refactor, ask to be grilled on the migration plan so every architectural decision, edge case, and dependency is explicitly resolved. ## Quick Start Ask the assistant to grill you on your plan or design document until every decision is resolved.