원클릭으로
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 직업 분류 기준
| name | idd-intent-audit |
| description | Diagnose `.idd/intent/` product intent structure and recommend reorganizations without editing files. |
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, or source-specific wrapper text from imported methodologies.
.idd/intent/README.md..idd/intent/INDEX.md..idd/intent archive directory;Archived section in INDEX.md;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 | 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 `.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.
Update `.idd/intent/` product intent from confirmed implementation behavior.
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.
Import raw source material into structurally normalized IDD intent under `.idd/intent/`.
Run mechanical `.idd/intent/` consistency checks without editing files.
Create a new owning IDD spec, ADR, or spike only when no existing current document owns the area or decision.