원클릭으로
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.