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 until all decisions are resolved and both sides share a complete understanding. ## 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 glossed over. - Recommended answers: Provides a suggested answer with each question, giving the user a concrete starting point to accept, reject, or refine. - Codebase-grounded inquiry: Explores the codebase directly to answer questions that can be resolved from existing code instead of asking the user. - Use Case: Before implementing a new authentication flow, invoke this Skill to be grilled on token storage, session expiry, refresh logic, and error handling until every design decision is settled. ## Quick Start Ask the assistant to grill you on your plan or design, for example by saying "grill me on my database migration plan".