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 decision points are resolved and both parties share a complete understanding. ## Core Features & Use Cases - Relentless Structured Interviewing: Walks down each branch of the design decision tree, resolving dependencies between decisions one by one. - One Question at a Time: Asks focused questions sequentially, providing a recommended answer for each to keep the discussion moving. - Codebase-Grounded Answers: Explores the codebase directly when a question can be answered by existing code instead of asking the user. - Use Case: Before implementing a new payment flow in a Laravel backend, invoke this Skill to get grilled on edge cases, failure handling, and integration points until the design is airtight. ## Quick Start Ask the assistant to grill you on your plan or design, for example by saying "grill me on my architecture for the new checkout flow".