What problem does it solve?
It prevents plans from drifting away from your project’s established domain language and documented decisions by forcing precise alignment with CONTEXT.md and ADRs.
Core Features & Use Cases
- Relentless requirement clarification: Walks branch-by-branch through your design tree and asks one question at a time until assumptions and dependencies are resolved.
- Glossary and terminology enforcement: Detects when your wording conflicts with CONTEXT.md and prompts you to reconcile meanings.
- Inline documentation updates: Updates CONTEXT.md as terms become resolved, and offers ADR creation only when a real trade-off needs to be recorded.
- Codebase cross-checking: Uses repo exploration to confirm whether the implementation matches the plan, surfacing contradictions.
Quick Start
Use grill-with-docs to stress-test your plan against your existing CONTEXT.md and ADRs, and expect it to ask one high-impact question at a time until the design is consistent with your documented domain.