# Grill With Docs

> A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

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

---


# Grill with Docs

Run a `/grilling` session, using the `/domain-modeling` skill.

## How they combine

- The `/grilling` session drives the interview: design tree, rounds, frontier, question format, and the shared-understanding termination condition all apply unchanged.
- The `/domain-modeling` skill is active throughout: as decisions crystallise during the grilling, resolve terms into `CONTEXT.md` and record decisions as ADRs the moment they're settled — don't wait for the session to end.
- The session is done when the grilling frontier is empty **and** the domain model is up to date: every term that came up is in the glossary, every decision that meets the ADR criteria is recorded.

