ワンクリックで
idd-code-implement
Implement behavior from current `.idd/intent/` product intent and verify the code against the relevant specification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement behavior from current `.idd/intent/` product intent and verify the code against the relevant specification.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check whether implementation behavior matches durable product intent in `.idd/intent/`.
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.
Import raw source material into structurally normalized IDD intent under `.idd/intent/`.
| name | idd-code-implement |
| description | Implement behavior from current `.idd/intent/` product intent and verify the code against the relevant specification. |
Use this skill when the user asks to implement behavior that is already
specified, or when idd-intent-change has just updated the relevant spec.
Formula:
idd-code-implement = current spec intent + code change + verification
.idd/intent/ documents are the source of product intent.idd-intent-change first..idd/intent/README.md, .idd/intent/INDEX.md, and only relevant current specs..idd/intent/ directory by default.idd-code-check-implementation.Identify the relevant spec and acceptance criteria.
Locate the implementation area.
Locate existing tests for the behavior.
Implement the smallest change that satisfies the spec.
Add or update tests.
Run relevant verification.
Run or recommend focused idd-code-check-implementation.
Report:
If the requested behavior is not covered by current specs:
Stop before implementation and use idd-intent-change.
Do not silently implement new durable behavior without updating product intent first.
idd-code-implement implements one focused behavior from current specs.
It does not create or execute Factory Work Plans.
When used from factory execution, the factory task brief is only the local task
scope.
The normative product intent still comes from .idd/intent/.
Factory may sequence tasks and reviews, but it must not redefine implementation rules.
Do not expand a factory task into adjacent work unless required by the relevant spec. Report changed files, tests, verification, and concerns back to the factory workflow.
If .idd/intent/0018.spec-command-history-completion.md says command completion must
have a neutral default selection, implement that behavior in command completion
code and tests, then verify the implementation against spec 0018.