What problem does it solve? Plans often use vague or conflicting terminology and make undocumented architectural decisions that future readers cannot understand. This Skill runs a structured interrogation of your plan against your project's existing domain language and documented decisions, updating CONTEXT.md and ADRs as decisions crystallize. ## Core Features & Use Cases - Plan Grilling: Interviews you one question at a time about every branch of your design, providing recommended answers and exploring the codebase when questions can be answered there. - Terminology Enforcement: Challenges terms that conflict with CONTEXT.md, sharpens fuzzy language into canonical terms, and updates the glossary inline as terms are resolved. - Decision Recording: 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 that cross-checks your claims against the code, resolves whether 'cancellation' means full or partial, updates CONTEXT.md, and records an ADR explaining the chosen approach. ## Quick Start Ask the assistant to grill you on your implementation plan for a new feature and update the project glossary and ADRs as decisions are made.