What problem does it solve? Plans and designs often contain hidden assumptions, unresolved dependencies, and unexamined edge cases that only surface after code is written. This Skill pressure-tests a plan through relentless one-at-a-time questioning so flaws are found before implementation begins. ## Core Features & Use Cases - Sequential Interrogation: Asks exactly one question at a time, waiting for your answer before continuing, so the discussion stays focused. - Recommended Answers: Provides a recommended answer with each question, giving you a concrete position to accept or push back on. - Codebase-Grounded Questions: Explores the codebase to answer questions itself when the answer lives in existing code rather than in your head. - Use Case: Before building a new feature, say "grill the plan" and walk through every branch of the design tree—data model, error handling, dependencies—until each decision is resolved. ## Quick Start Ask the assistant to grill the plan for your next feature and answer each question one at a time until the design is fully resolved.