원클릭으로
spec-implement
Implement behavior from current `.specs/` product intent and verify the code against the relevant specification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement behavior from current `.specs/` 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/`.
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 | spec-implement |
| description | Implement behavior from current `.specs/` 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 spec-change has just updated the relevant spec.
Formula:
spec-implement = current spec intent + code change + verification
.specs/ documents are the source of product intent.spec-change first..specs/README.md, .specs/INDEX.md, and only relevant current specs..specs/ directory by default.spec-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 spec-check-implementation.
Report:
If the requested behavior is not covered by current specs:
Stop before implementation and use spec-change.
Do not silently implement new durable behavior without updating product intent first.
If .specs/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.