ワンクリックで
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 職業分類に基づく
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.
| 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.