grill-with-docs
仓库创建 2026年6月27日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
能同步语言与 ADR,适合维护长期项目术语与决策
▸ 风险提示
会修改仓库文档,需要写权限
这个 Skill 做什么
对计划与现有文档进行核对并实时更新 CONTEXT/ADR 等
会把你的设计方案逐条拿去和现有的领域模型、文档(CONTEXT.md、ADR)对照,找出术语不一致和决策漏洞,帮助把口头或模糊的想法扎实成可复现的设计。适合在要把高层计划变成可执行设计、或在发布 ADR/CONTEXT 前做压力测试时使用。特别之处是它会逐题拷问每个设计分支、等待反馈并在决策明确时直接把相关文档内联更新,边问边落地。
▸ 展开 SKILL.md 英文原文
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/grill-with-docs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/grill-with-docs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<what-to-do> Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. If a question can be answered by exploring the codebase, explore the codebase instead. </what-to-do> <supporting-info> ## Domain awareness During codebase exploration, also look for existing documentation: ### File structure Most repos have a single context: ``` / ├── PROJECT.md ├── CONTEXT.md ├── docs/ │ └── adr/ │ ├── current/ │
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有