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 until shared understanding is reached. - Recommended answers: Provides a suggested answer with each question so the user can accept, reject, or refine decisions quickly. - Codebase grounding: Explores the codebase to answer questions itself when the answer exists in the code, avoiding unnecessary back-and-forth. - Use Case: Before starting a major refactor, ask to be grilled on your migration plan so every dependency, edge case, and sequencing decision is resolved upfront. ## Quick Start Say "grill me on my plan to migrate the database schema" and answer each question as it comes.