Call the Skill tool twice, for "grilling" and "domain-modeling".
grill-with-docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Select a file to preview
Overall Score
28/100
Grade
D
Below Average
Grades are signals, not a certification. Always review a skill yourself before use.
Safety
85
Quality
18
Clarity
15
Completeness
12
Summary
This skill instructs an agent to conduct a structured interview ("grilling") of a plan or design while generating documentation artifacts (ADRs and glossary). It is designed to invoke two other skills sequentially: one for the grilling process and one for domain modeling.
Detected Capabilities
Trigger Keywords
Phrases that agents use to match this skill to user intent.
Use Cases
- Validate design decisions through rigorous questioning
- Generate Architecture Decision Records (ADRs) during design review
- Create domain glossary as a byproduct of design scrutiny
- Sharpen technical plans by challenging assumptions
Quality Notes
- CRITICAL: Skill content is severely incomplete — the SKILL.md body contains only 1 line of high-level instruction with no actionable detail
- No structured methodology provided for how the agent should conduct the grilling interview
- No guidance on what questions to ask, in what order, or how to evaluate responses
- No templates or examples provided for ADR or glossary generation
- No error handling or edge case guidance (e.g., what if user cannot articulate design rationale?)
- References to external skills ('grilling' and 'domain-modeling') are not named, not linked, and lack documentation on their interface
- No scope boundaries defined — unclear which types of designs/plans are in scope
- No definition of success criteria or deliverables (e.g., how many ADRs? what constitutes a complete glossary?)
- disable-model-invocation: true suggests this is a meta-skill, but purpose and usage model are unclear
- Missing documentation of how the two skill invocations coordinate or sequence
Reviews
Add this skill to your library to leave a review.
No reviews yet
Be the first to share your experience.
Version History
- v2.1LATEST
Content updated
✦ AIChanges skill invocation from direct slash commands to Skill tool calls; adds agents/openai.yaml configuration file.
2026-09-09
- v2.0View This Version
Contract changed: description
✦ AIReplaces detailed interview procedure with delegation to /domain-modeling skill invoked via /grilling command.
triggering2026-06-28
Use mattpocock/grill-with-docs in your dev environment — a Developer account adds skills to your library and syncs them via the SkillRepo CLI.