/spec-status

/spec-status#

Inspect status for one spec or list all specs.

Usage#

Claude Code:

/spec-status user-authentication
/spec-status

Antigravity:

/spec-status user-authentication
/spec-status

Description#

/spec-status reads metadata from .specs/*/spec.json and summarizes:

  • Current phase
  • Requirements/design/tasks generation and approval states
  • Last updated timestamps
  • Recommended next action

Single Spec Example#

> /spec-status user-authentication

## 📊 Spec Status: user-authentication

| Property | Value |
|----------|-------|
| Phase | tasks-generated |
| Updated | 2026-02-24T10:20:00Z |

### Approvals
- Requirements: ✅ Generated | ✅ Approved
- Design: ✅ Generated | ✅ Approved
- Tasks: ✅ Generated | ❌ Approved

### Files
- spec.json ✅
- requirements.md ✅
- research.md ✅
- design.md ✅
- tasks.md ✅

### Next Action
Run `/code user-authentication`, then `/test`, then `/review`.

All Specs Example#

> /spec-status

| Feature | Phase | Last Updated |
|---------|-------|--------------|
| user-authentication | tasks-generated | 2026-02-24 |
| payment-gateway | requirements-generated | 2026-02-23 |

Notes#

  • Source of truth is .specs/[feature-name]/spec.json
  • Status updates as you progress through /spec-*, /code, /test, /review