원클릭으로
speckit-spec-validate-status
Spec-kit workflow command: speckit-spec-validate-status
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Spec-kit workflow command: speckit-spec-validate-status
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Think before building. Use when the user asks to reason about, analyze, evaluate, compare options, make an architecture decision, choose between approaches, think through a problem, or assess trade-offs. Also use when the user asks 'why did we...', 'should we...', 'what are our options', 'is this the right approach', or wants to frame/reframe a problem.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Generate spec-kit configuration tailored to the existing codebase
Incrementally adopt SDD for existing features with reverse-engineered specs
Auto-discover project structure, tech stack, frameworks, and architecture patterns
Verify bootstrap output matches actual project structure and conventions
| name | speckit-spec-validate-status |
| description | Spec-kit workflow command: speckit-spec-validate-status |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"spec-validate:commands/status.md"} |
speckit.spec-validate.statusDisplay the current validation and approval state for the active feature. This command is read-only — it MUST NOT modify any state.
.specify/feature.jsonread-approval-state.sh <feature> to load the approval state## Spec Validate Status: <feature-name>
| Field | Value |
|------------------------|--------------------|
| Feature | <feature> |
| Spec validation | <not-run/passed/failed/stale> |
| Spec hash | <hash or "not set"> |
| Spec validated at | <timestamp or "never"> |
| Tasks validation | <not-run/passed/failed/stale> |
| Tasks hash | <hash or "not set"> |
| Review status | <not-required/pending/approved/changes-requested/timed-out> |
| Reviewer | <name or "none"> |
| Approval status | <blocked/allowed/allowed-with-warning/override-approved> |
| Override used | <yes (reason) / no> |
| Timeout self-approval | <yes (reason) / no> |
### Warnings
<list of active warnings, or "None">
### Review Comments
<list of reviewer comments, or "None">
approval_status is blocked, display the reason and suggested actionsgate command's responsibility