What problem does it solve? Plans often contain fuzzy terminology and hidden contradictions with existing code and documented decisions, leading to misaligned implementations. This Skill stress-tests a plan through a structured interview, resolving terminology conflicts and recording decisions as they crystallise. ## Core Features & Use Cases - Plan Grilling Session: Interviews the user one question at a time, walking each branch of the design tree and providing recommended answers. - Glossary Enforcement: Challenges terms that conflict with CONTEXT.md, sharpens vague language into canonical terms, and updates the glossary inline as terms are resolved. - Selective ADR Creation: 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 discover that the codebase cancels entire Orders, reconcile the contradiction, define 'cancellation' precisely in CONTEXT.md, and record the chosen approach as an ADR. ## Quick Start Grill my plan for adding partial order cancellation and update the project docs as we make decisions.