What problem does it solve?
This Skill helps you pressure-test a proposed plan against the repository's existing language and documented decisions so you can catch ambiguity, hidden trade-offs, and terminology drift before implementation begins.
Core Features & Use Cases
- Guided design interrogation: Asks focused questions one at a time and recommends a strong default answer for each branch of the design.
- Codebase-aware fact checking: Looks through the repository to resolve questions from existing files before asking you to guess.
- Living documentation updates: Captures resolved terminology in CONTEXT.md and records meaningful trade-offs in ADRs as decisions crystallize.
- Use case: A team refining a feature spec can use this Skill to align on canonical terms, expose conflicts with current documentation, and preserve key design choices for future readers.
Quick Start
Use the grill-with-docs skill to challenge this plan against the repository's existing terminology and documented decisions, then update the relevant documentation as each choice becomes clear.