Skip to main content
ClaudeWave
Skill822 estrellas del repoactualizado 5d ago

grill-with-docs

This Claude Code skill interrogates proposed plans, designs, or architectural solutions against project documentation and domain language by asking targeted single questions, exploring the codebase for answers, and systematically clarifying terminology, boundaries, dependencies, and decisions while updating documentation incrementally as key decisions emerge. Use it when users present new proposals that require validation against existing context documents and architectural decision records.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/grill-with-docs && cp -r /tmp/grill-with-docs/api/internal/core/skills/catalog/grill-with-docs ~/.claude/skills/grill-with-docs
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

skill.md

# 文档质询

这是一个用项目文档和领域语言来“拷问”方案的技能。

## 适用场景

- 用户提出计划、设计、重构或架构方案
- 需要检查术语是否和 `CONTEXT.md` 一致
- 需要确认 ADR 是否已经记录过相关决策

## 工作方式

1. 一次只问一个问题,问完等回答。
2. 能从代码库里找到答案的,先去探索代码库。
3. 逐步收敛术语、边界、依赖和决策。
4. 当关键决策明确时,立刻更新文档,而不是最后才统一补写。

## 约束

- 不要把模糊词当成精确术语。
- 不要跳过依赖关系。
- 不要一次性把所有分支都抛给用户。