What problem does it solve? Plans often embed fuzzy terminology and undocumented decisions that later cause confusion or get re-litigated. This Skill runs a structured interrogation of your plan against your project's existing domain language and architecture decision records, sharpening terms and capturing decisions as they crystallize. ## Core Features & Use Cases - Plan interrogation: Asks one question at a time, walking each branch of the design tree and providing a recommended answer for every question. - Glossary enforcement: Challenges terms that conflict with CONTEXT.md, proposes canonical names for vague language, and updates the glossary inline as terms are resolved. - Selective ADR capture: Offers an Architecture Decision Record only when a decision is hard to reverse, surprising without context, and the result of a real trade-off. - Use Case: Before implementing a partial order cancellation feature, run a grilling session to reconcile the plan with the existing Order/Invoice glossary, verify behavior against the codebase, and record the cancellation boundary decision as an ADR. ## Quick Start Ask the agent to grill you on your implementation plan for the current feature and update CONTEXT.md and ADRs as decisions are made.