What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexplored branches that only surface during implementation. This Skill systematically interrogates every aspect of a plan so gaps and weak decisions are exposed before work begins. ## Core Features & Use Cases - Relentless one-at-a-time questioning: Walks down each branch of the decision tree, asking a single focused question per turn so nothing is skipped. - Recommended answers: Provides a suggested answer with each question, giving the user a concrete starting point to accept or challenge. - Codebase grounding: When a question can be answered by exploring the codebase, it investigates the code directly instead of asking. - Use Case: Before starting a major refactor, invoke this Skill to get grilled on your migration plan until every dependency, edge case, and trade-off is explicitly resolved. ## Quick Start Ask the assistant to grill you on your plan or design document until every decision branch is resolved.