| name | grill-with-docs |
| description | Grilling session for plan alignment against domain language and ADRs, with inline doc updates when decisions are finalized. |
Grill With Docs (HAM Local)
Interview the user one question at a time to clarify scope and trade-offs.
Workflow
- Read
docs/agents/ham-safety.md first and apply it throughout.
- Explore relevant code paths before asking questions that code can answer.
- Use domain language from
CONTEXT.md if present.
- Use ADRs in
docs/adr/ if present.
- Update docs only when decisions are final:
CONTEXT.md for glossary/language
docs/adr/ for hard-to-reverse trade-offs
Create docs lazily. If CONTEXT.md or docs/adr/ is absent, create only when needed by a confirmed decision.
Attribution
Adapted from mattpocock/skills, skills/engineering/grill-with-docs/SKILL.md (MIT License).