skill
v1.0.015· MITGrill With Docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
by mattpocock
Install
Copy install prompt for AI
Natural-language prompt you can paste into any Claude conversation. Claude Code installs it to ~/.claude/skills/grill-with-docs/; claude.ai and Claude Desktop adopt it for the current chat and tell you how to save it permanently.
Copy install command
curl -fsSL https://spellbook.build/i/grill-with-docs | bash
Drops the file into ~/.claude/skills/grill-with-docs/SKILL.md. The script is plain shell — inspect it by dropping the | bash.
Download skill folder
Download .zipA grill-with-docs/ folder with SKILL.md (and any supporting files) — unzip into ~/.claude/skills/.
Benchmarks
This skill isn't in a benchmarked category yet. Set metadata.type in the frontmatter to activate scorecards.
Skill content
--- name: grill-with-docs description: A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go. disable-model-invocation: true --- Run a `/grilling` session, using the `/domain-modeling` skill.