From grill-with-docs
/cs:grill-with-docs <path-to-plan> — Start a docs-anchored grilling session. Pre-flights CONTEXT.md + docs/adr/ linters, then interrogates the plan one decision at a time, updating glossary + writing ADRs inline as they crystallise.
How this command is triggered — by the user, by Claude, or both
Slash command
/grill-with-docs:cs-grill-with-docsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cs:grill-with-docs — Docs-Anchored Plan Interrogation **Command:** `/cs:grill-with-docs <path-to-plan>` The `cs-grill-with-docs` persona pre-flights the project's documented language and decisions, then walks the plan one branch at a time — challenging fuzzy terms against `CONTEXT.md`, surfacing code-vs-glossary contradictions, and writing ADRs only when the 3-criteria gate is met. ## When to Run - Stress-testing a plan that touches an established codebase with documented language - Onboarding a new feature into an existing bounded context - Resolving ambiguity introduced by drift be...
Command: /cs:grill-with-docs <path-to-plan>
The cs-grill-with-docs persona pre-flights the project's documented language and decisions, then walks the plan one branch at a time — challenging fuzzy terms against CONTEXT.md, surfacing code-vs-glossary contradictions, and writing ADRs only when the 3-criteria gate is met.
/cs:grill-me instead)CONTEXT.md and no docs/adr/ and you don't want to seed themgrep / Read / lint resolves before asking.# 1. Pre-flight — snapshot the docs state
python ../skills/grill-with-docs/scripts/context_md_linter.py CONTEXT.md
python ../skills/grill-with-docs/scripts/adr_scanner.py docs/adr/
python ../skills/grill-with-docs/scripts/glossary_code_consistency.py \
--context CONTEXT.md --code src/
# 2. Read the plan
# Use the linter findings as opening question seeds.
# 3. Walk one question at a time:
# Persona asks Q1 with recommendation (anchored to docs/code).
# User answers.
# Apply edits inline if the answer changes the glossary or warrants an ADR.
# 4. Re-lint after any structural CONTEXT.md edit:
python ../skills/grill-with-docs/scripts/context_md_linter.py CONTEXT.md
# 5. Re-scan after any new ADR:
python ../skills/grill-with-docs/scripts/adr_scanner.py docs/adr/
# 6. At close — final consistency sweep:
python ../skills/grill-with-docs/scripts/glossary_code_consistency.py \
--context CONTEXT.md --code src/
Produce a "glossary changes + ADRs + open items" summary at close.
Q[i]/[total] (anchor: CONTEXT.md§Language | ADR-0003 | code:src/orders/cancel.ts:42 | plan:L18):
[question]
Recommended: [position] because [rationale grounded in the anchor]
cs-grill-with-docsgrill-with-docs/cs:grill-me (plan-only grill)/cs:caveman, /cs:handoff, /cs:write-a-skillVersion: 1.0.0 Derived: Matt Pocock's grill-with-docs (MIT) + this repo's wrapper
8plugins reuse this command
First indexed Jun 23, 2026
Showing the 6 earliest of 8 plugins
npx claudepluginhub leahyra/claude-skills-collection --plugin grill-with-docs