What problem does it solve? Plans often contain fuzzy terminology, hidden contradictions with existing code, and undocumented decisions that future engineers will question. This Skill runs an interrogation-style session 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 - Relentless plan interrogation: Asks one question at a time, walking each branch of the design tree and providing a recommended answer for every question. - 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. - Use Case: Before implementing a partial order cancellation feature, run a grilling session that discovers your code cancels entire Orders, resolves the contradiction, adds 'Cancellation' to CONTEXT.md, and records an ADR explaining the chosen approach. ## Quick Start Grill my plan for the new billing retry feature and update our domain docs as we go.