What problem does it solve?
This Skill helps you resolve ambiguous or conflicting design decisions by challenging your plan against the project’s existing domain glossary and documented trade-offs, so outcomes match how your system is actually meant to work.
Core Features & Use Cases
- Relentless plan interrogation: Interviews the proposed solution branch-by-branch, asking one question at a time and waiting for your answers to converge on shared understanding.
- Domain glossary sharpening: Detects term conflicts with CONTEXT.md and forces precise canonical terminology when users use vague or overloaded concepts.
- Documentation-updating guidance: Updates CONTEXT.md inline as terms are resolved and offers ADRs sparingly when a decision is hard to reverse, surprising, and involves real trade-offs.
- Code cross-checking: Explores the codebase when possible to verify your claims and surface contradictions between the plan and current implementation.
Quick Start
Ask the AI to run grill-with-docs on your plan, challenging every branch against your existing CONTEXT.md and docs/adr files until you reach precise terminology and aligned decisions.