원클릭으로
spec-review
Review whether current changes follow Spec Guided Dev rules. Use before commits or when checking spec structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review whether current changes follow Spec Guided Dev rules. Use before commits or when checking spec structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Import existing specs/docs/planning documents or migrate an old `.worklog` tree into `.specs`. Use only when invoked manually by the user as /spec-import SOURCE_FOLDER.
Rebuild or update `.specs/INDEX.md` from current Spec Guided Dev documents, archived history, and temporary deviations.
Compare implementation with Spec Guided Dev documents and decide whether no update, cleanup, replacement, or temporary deviation is needed.
Create the next numbered Spec Guided Dev document before significant implementation work. Use when starting durable product intent, an ADR, a spike, or a temporary deviation.
Build and review ASP.NET Core endpoints, minimal APIs, controllers, middleware, and services following thin-handler and boundary-validation patterns.
Build and review Blazor components with correct render mode selection, component design, state management, and MudBlazor integration.
| name | spec-review |
| description | Review whether current changes follow Spec Guided Dev rules. Use before commits or when checking spec structure. |
Read:
docs/spec-guided-dev-method.md.specs/.specs/deviations/*.md documents when current implementation state mattersAGENTS.mdCLAUDE.md if presentCheck:
spec, adr, spike, or deviation?.specs/ and .specs/archive/?.specs/?.specs/archive/?.specs/deviations/?.specs/INDEX.md exist and reflect current numbered documents?Type:, and Related: with document numbers or none?.specs?.specs/archive/ and the new current document given Replaces:?Required section checks:
Goal, Context, Scope, Non-goals, Specification, Acceptance criteria, and Verification.Context, Options considered, Decision, and Consequences.Goal, Hypothesis, Experiment, Constraints, Done criteria, Result, and Recommendation.Spec expectation, Current implementation state, Reason, Temporary decision, Revisit condition, and Resolution.Outcome checks:
## Outcome.Outcome, but it must not be used as task status or to redefine product intent.Outcome, report it as a structure issue when it contains task status, completion notes, or semantic changes that should be represented by replacement specs, ADRs, or deviations.Non-semantic edit checks:
Legacy migration check:
Flag files matching:
.worklog/**.specs/*.active.md.specs/*.retired.md.specs/archive/*.active.md.specs/archive/*.retired.mdThese should be migrated to the Spec Guided Dev structure.
Output:
OK if the structure is fine.Potential semantic change hidden as cleanup:
- document: 0015.spec-search-options.md
- changed behavior: Esc handling changed from closing the dialog to ignoring Esc during validation
- suggested action: create a new spec document or ask the user
Cleanup-only edit detected:
- document: 0010.spec-copy-conflict.md
- duplicated dialog behavior was replaced with a reference to 0027
- behavior appears preserved
- no replacement spec needed