What problem does it solve? Plans often embed fuzzy terminology and undocumented decisions that later cause confusion or get silently reversed. 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 crystallise. ## Core Features & Use Cases - Socratic plan review: Asks one question at a time, walking each branch of the design tree and providing a recommended answer for every question. - Terminology enforcement: Challenges terms that conflict with CONTEXT.md, proposes canonical names for vague language, and updates the glossary inline as terms are resolved. - Decision capture: Offers Architecture Decision Records 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, probe edge cases with concrete scenarios, and record the cancellation semantics in an ADR. ## Quick Start Start a grilling session on my plan for the new billing workflow and update CONTEXT.md and ADRs as we resolve decisions.