一键导入
idd-intent-audit
Diagnose `.idd/intent/` product intent structure and recommend reorganizations without editing files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose `.idd/intent/` product intent 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 | idd-intent-audit |
| description | Diagnose `.idd/intent/` product intent structure and recommend reorganizations without editing files. |
| context | fork |
| agent | Explore |
| argument-hint | [scope or audit focus] |
| allowed-tools | Read Glob Grep |
Use this skill to diagnose the structure of .idd/intent without editing files.
Formula:
idd-intent-audit = broad structural diagnostics, no file edits
Use it for requests such as "review current .idd/intent structure", "find bad
split/merge decisions", "find structural problems", or "look across all specs".
idd-intent-normalize-current for focused follow-up work.idd-intent-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, source-specific wrapper text from imported methodologies, or private code contracts and verification commands.
.idd/intent/README.md..idd/intent/INDEX.md..idd/intent archive directory;Archived section in INDEX.md;complete migration, finish migration, remaining work,
update all usages, or remove legacy call sites;Use the same structural normalization concepts as idd-intent-import and
idd-intent-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.
# IDD Intent 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-spec | stale-reference | missing-shared-spec | adr-candidate | spike-candidate | archive-concept | delete-candidate | obsolete-current-doc | resolved-spike | superseded-adr-status-missing | implementation-leakage | verification-command | migration-history | private-code-contract | over-specified-architecture
- Specs:
- Problem:
- Recommended action:
- Safety:
- safe to generalize
- likely durable architecture
- requires human review
- delete candidate
## 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 `.idd/intent` structure and find bad split/merge decisions.
Expected behavior:
idd-intent-audit;idd-intent-normalize-current.Do not use this skill to:
Use idd-intent-lint for cheap mechanical validation.