What problem does it solve? Plans often contain fuzzy terminology, hidden contradictions with existing code, and undocumented decisions that cause confusion later. This Skill runs a relentless one-question-at-a-time interview that challenges your plan against your project's domain language and documented decisions, capturing resolutions in CONTEXT.md and ADRs as they happen. ## Core Features & Use Cases - Plan Grilling Interview: Walks down each branch of the design tree one question at a time, providing a recommended answer for each question and exploring the codebase when answers can be found there. - Terminology Sharpening: Challenges terms that conflict with the existing CONTEXT.md glossary, proposes canonical terms for vague language, 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, using a minimal ADR format. - Use Case: Before implementing a new order cancellation feature, run a grilling session to discover that your code cancels entire Orders while your plan assumes partial cancellation, then record the resolved terminology in CONTEXT.md and the cancellation strategy as an ADR. ## Quick Start Grill my implementation plan for the new billing feature and update our domain docs as we resolve decisions.