ワンクリックで
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