一键导入
audit-dot-design
Audit `.design/` docs against the repo and report divergence
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit `.design/` docs against the repo and report divergence
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | audit-dot-design |
| description | Audit `.design/` docs against the repo and report divergence |
| disable-model-invocation | true |
Audit the design records in .design/ against the current state of the
repository. These are dated docs (research, API designs, implementation notes) —
the goal is to surface and report where they have diverged from the code.
Reconciling each divergence is followed up interactively.
Explore the repo — Use Glob and Read to understand the current source
layout (src/), tests (tests/), and config files (pyproject.toml,
.github/).
Audit .design/ — Read every file under .design/ (research/, api/,
impl/, notes/). For each file, check whether the described API,
implementation plan, or research is still consistent with the current code.
Flag anything that has diverged. Use the dated naming convention in
.design/README.md to read files in chronological order (a newer doc may
supersede an older one).
Report findings — Summarize what has diverged and what notes you propose. Group by file or subdirectory.