What problem does it solve? Plans often contain fuzzy terminology, hidden contradictions with existing code, and undocumented decisions that future contributors cannot understand. This Skill runs an interrogation-style session that challenges your plan against the project's domain model and records resolved terms and decisions as documentation. ## Core Features & Use Cases - Socratic Plan Grilling: Asks one question at a time, walking each branch of the design tree and providing a recommended answer for every question. - Terminology Sharpening: Detects vague or conflicting terms, proposes canonical language, and updates CONTEXT.md inline as terms are resolved. - Decision Recording: Offers to write ADRs in docs/adr/ 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 your plan with the existing glossary, discover that the code only supports full cancellation, and record the resolution in CONTEXT.md plus an ADR. ## Quick Start Ask the agent to grill you on your implementation plan for a new feature and update the project documentation as decisions are made.