# Grill With Docs

> Use when stress-testing a plan against the existing domain model + decisions. Challenges terminology, cross-references code, updates CONTEXT.md and ADRs inline as decisions crystallize.

- Skill: `neumie/grill-with-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neumie/grill-with-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neumie/grill-with-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: neumie (https://skillmd.com/u/neumie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neumie/grill-with-docs

---


# Grill With Docs

Follow the `grilling` skill for the interview loop. Follow the `domain-model` skill to maintain domain language and ADRs as decisions crystallize.

## Domain awareness

These commands run automatically when the skill loads — output replaces each line below:

- CONTEXT.md: !`cat CONTEXT.md 2>/dev/null || true`
- CONTEXT-MAP.md: !`cat CONTEXT-MAP.md 2>/dev/null || true`
- ADR list: !`ls docs/adr/ 2>/dev/null || true`

Use the output above:

- **`CONTEXT.md`** — glossary of domain terms. If content is in context, use its vocabulary in all output. If empty, create one when the first term is resolved.
- **`CONTEXT-MAP.md`** — if content is in context, the repo has multiple bounded contexts. The map points to where each one lives.
- **`docs/adr/`** — architecture decision records. If files were listed, read the relevant ones. Create the directory when the first ADR is needed.

## During the session

Follow the `grilling` skill for question order, recommendations, specificity, and code exploration.

Follow the `domain-model` skill for glossary challenges, fuzzy-term sharpening, scenario stress tests, code cross-checks, `CONTEXT.md` updates, and ADR creation rules.

