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 until every decision point is resolved and both sides share a common understanding. ## Core Features & Use Cases - Relentless Interviewing: Walks down each branch of the design tree, asking one question at a time until all decisions are resolved. - Recommended Answers: Provides a recommended answer alongside each question so the user can accept, reject, or refine it. - Codebase-Grounded Questions: Explores the codebase to answer questions itself when the answer exists in the code, avoiding unnecessary back-and-forth. - Use Case: Before implementing a new caching layer, ask to be grilled on the design so eviction policy, invalidation, and storage decisions are all explicitly resolved before writing code. ## Quick Start Ask the assistant to grill you on your plan or design document, for example by saying "grill me on this API design".