원클릭으로
idd-intent-change
Update current `.idd/intent/` product intent from a user-requested behavior change, preferring existing specs over new specs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update current `.idd/intent/` product intent from a user-requested behavior change, preferring existing specs over new specs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | idd-intent-change |
| description | Update current `.idd/intent/` product intent from a user-requested behavior change, preferring existing specs over new specs. |
Use this skill when the user describes a desired product behavior change, new capability, changed interaction rule, changed acceptance behavior, changed default, or changed product constraint.
This skill updates .idd/intent/ before implementation.
Formula:
idd-intent-change = user change request + affected specs + minimal product intent update
Classify the request as one of:
existing-spec-update
new-spec-required
adr-required
spike-required
task-only-no-idd-intent-change
unclear-product-intent
Use existing-spec-update when an existing current spec already owns the product
area.
Use new-spec-required only when no existing current spec owns the product area
and the change describes durable product behavior.
Use adr-required when the change is primarily a durable architecture decision.
Use spike-required when the right product or architecture decision requires
research.
Use task-only-no-idd-intent-change when the request is only a local refactor,
cleanup, dependency update, or implementation detail that does not change
durable product intent.
Read .idd/intent/README.md.
Read .idd/intent/INDEX.md.
Identify the product area and candidate current specs.
Read only relevant current numbered specs.
Classify the request.
If an existing spec owns the area, update that spec instead of creating a duplicate.
If a new spec is required, create it from the appropriate template and update
INDEX.md.
If the change affects behavior, update acceptance criteria.
If the change affects testable behavior, update verification.
Report:
User request:
When command-line completion is visible, Enter should not automatically accept
the first history suggestion. The default selected item should mean "no
completion"; Enter should execute the typed command unchanged. A real suggestion
is accepted only after the user explicitly selects it with keyboard or mouse.
Expected behavior:
existing-spec-update;.idd/intent/0018.spec-command-history-completion.md;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.
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.