What problem does it solve? Plans and designs often contain hidden assumptions, unresolved ambiguities, and undocumented decisions that surface too late. This Skill runs a relentless question-by-question interview that sharpens a plan while simultaneously producing durable documentation (ADRs and a glossary) as a byproduct. ## Core Features & Use Cases - HITL interview mode: Interviews the operator live, one question at a time, walking the decision tree of a plan or design. - Autonomous AFK mode: When driven by a scheduler (e.g. spec-lead in an authorized run), it answers each question itself from the codebase, existing ADRs, CONTEXT.md, and stated requirements, labeling assumption-based answers explicitly. - Documentation as output: Writes Architecture Decision Records and glossary entries via the /domain-modeling skill in both modes. - Use Case: A tech lead has a draft design for a new service. Run a grilling session to expose every unresolved decision, record each resolution as an ADR, and hand reviewers a plan with assumptions clearly marked. ## Quick Start Run a grilling session on my current design plan to challenge every decision and produce ADRs and glossary entries as we go.