| name | grill-with-docs |
| description | A relentless interview to sharpen a plan or design, which also creates docs (ADRs and glossary) as we go. |
Grill With Docs
A grilling session that also builds your project's domain model. Combines the
shared interview loop with the active domain-modeling discipline: sharpen
terminology, record architecture decisions, update CONTEXT.md inline.
Loop
Run the grilling skill to drive the interview.
As decisions crystallise, run the domain-modeling skill to keep the
domain model current (challenge terms, update CONTEXT.md lazily, offer
ADRs sparingly).
Docs
See .claude/skills/engineering/domain-modeling/CONTEXT-FORMAT.md for layout and detection. Create docs lazily only when recording needed.
Context economy
Before broad reads, locate relevant files/symbols with Glob, Grep, or targeted file reads.
Prefer targeted Read with line ranges or block reads once the relevant area is known.
Read full files only when structure, ordering, or surrounding context is required for correctness.
Do not re-read unchanged files; use prior findings unless the file changed.