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 a plan through one-at-a-time questions until every decision branch is resolved and a shared understanding is reached. ## Core Features & Use Cases - Sequential Interrogation: Asks one question at a time with a recommended answer, waiting for feedback before continuing so the user is never overwhelmed. - Decision Tree Resolution: Walks each branch of the design tree, resolving dependencies between decisions one by one. - Codebase-Grounded Answers: Explores the codebase directly to answer questions when possible instead of asking the user. - Use Case: Before implementing a new feature, invoke the grill flow to have every aspect of your design challenged, from data model choices to error handling, until no open questions remain. ## Quick Start Ask the assistant to grill you on your current plan or design document and answer each question as it comes.