Agent Skills
› mattpocock/skills
› grill-with-docs
grill-with-docs
GitHub通过持续追问(Grilling)和领域建模来优化计划或设计,并在过程中生成架构决策记录(ADR)和术语表等文档。
Trigger Scenarios
需要优化系统设计或方案时
需要创建 ADR 或构建领域模型时
Install
npx skills add mattpocock/skills --skill grill-with-docs -g -y
SKILL.md
Frontmatter
{
"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
}
Call the Skill tool twice, for "grilling" and "domain-modeling".
Version History
-
068b6e0
Current 2026-08-16 06:50
澄清多技能步骤需作为独立的 Skill 工具调用,而非单次调用包含多个名称;统一了跨技能调用的表述方式。
- ed37663 2026-07-24 15:56


