What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexamined branches that only surface during implementation. This Skill stress-tests a plan before building by relentlessly interviewing the user about every decision. ## Core Features & Use Cases - Sequential Interrogation: Asks one question at a time, waiting for feedback before continuing, so the user is never overwhelmed. - Decision Ownership: Looks up facts directly from the codebase instead of asking, while reserving all design decisions for the user. - Recommended Answers: Provides a recommended answer with each question to accelerate convergence. - Use Case: Before implementing a new feature or architecture, invoke the grill workflow to walk down each branch of the design tree, resolve dependencies between decisions one by one, and only proceed once shared understanding is confirmed. ## Quick Start Ask the assistant to grill you about your implementation plan for the new feature before writing any code.