一键导入
spec-audit
Diagnose `.specs/` structure and recommend reorganizations without editing files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose `.specs/` structure and recommend reorganizations without editing files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check whether implementation behavior matches durable product intent in `.idd/intent/`.
Implement behavior from current `.idd/intent/` product intent and verify the code against the relevant specification.
Update `.idd/intent/` product intent from confirmed implementation behavior.
Diagnose `.idd/intent/` product intent structure and recommend reorganizations without editing files.
Clarify real product intent before changing `.idd/intent/`, using focused customer-development questions and simplification options without editing product intent, planning implementation, or writing code.
Update current `.idd/intent/` product intent from a user-requested behavior change, preferring existing specs over new specs.
| name | spec-audit |
| description | Diagnose `.specs/` structure and recommend reorganizations without editing files. |
Use this skill to diagnose the structure of .specs without editing files.
Formula:
spec-audit = broad structural diagnostics, no file edits
Use it for requests such as "review current .specs structure", "find bad
split/merge decisions", "find structural problems", or "look across all specs".
spec-normalize-current for focused follow-up work.spec-import only when the problem is unnormalized raw source
material.Current specs describe target product state, not the history of work.
A spec answers:
If the implementation is deleted but the specs remain, can the product be rebuilt?
Therefore current specs may contain product behavior, user scenarios, domain contracts, durable architecture patterns, durable technical constraints, compatibility requirements, non-goals, acceptance criteria, and verification rules.
Current specs must not contain local tasks, temporary implementation notes, progress logs, chat history, one-off cleanup notes, plans that do not define product behavior, or source-specific wrapper text from imported methodologies.
.specs/README.md..specs/INDEX.md..specs archive directory;Archived section in INDEX.md;Use the same structural normalization concepts as spec-import and
spec-normalize-current, but only for diagnosis.
Look for durable product areas such as product overview, panels, command line, file operations, viewer, editor, shared text format / encoding / BOM / EOL, UI controls / dialogs, providers / virtual file systems, rendering / console viewport, settings, architecture decisions, and spikes / unresolved research. This is not a fixed enum.
# Spec Audit Report
## Summary
Short list of the most important structural problems.
## Product Area Map
| Area | Current specs | Notes |
|---|---|---|
## Findings
### Finding: <short title>
- Type: oversized | undersized | mixed-scope | duplicate | scattered-model | conflict | task-like | stale-reference | missing-shared-spec | adr-candidate | spike-candidate | archive-concept | delete-candidate | obsolete-current-doc | resolved-spike | superseded-adr-status-missing
- Specs:
- Problem:
- Recommended action:
- Safety:
- safe-auto-change
- requires-product-decision
- requires-human-review
## Proposed Reorganization Plan
Ordered list of recommended split/merge/extract/delete actions.
## Product Decisions Required
Explicit list of conflicts or decisions that cannot be resolved mechanically.
## No-change Areas
Specs or areas that look coherent and should not be reorganized.
User request:
Review current `.specs` structure and find bad split/merge decisions.
Expected behavior:
spec-audit;spec-normalize-current.Do not use this skill to:
Use spec-lint for cheap mechanical validation.