status
Show detailed progress of the active spec
Spec Status
Show detailed progress of the active spec.
- If
.specs/registry.mddoes not exist, report "No specs yet" and suggest running/specmint-core:forge. - Read
.specs/registry.mdand find the spec withactivestatus. - If no active spec exists:
- If specs exist, list them and ask which one to activate.
- If no specs exist, suggest running
/specmint-core:forge.
- Load
.specs/<id>/SPEC.mdfor the active spec and parse all phases and tasks. - Show a detailed breakdown with explicit markers (
✓done,→in-progress,○pending), plus exact progress (X/Ytasks), current phase, and current task.
User Auth System [active, high priority]
Created: 2026-02-10 | Updated: 2026-02-11
Phase 1: Foundation [completed] ✓
✓ Set up auth middleware
✓ Create user model
✓ Implement JWT token generation
✓ Add refresh token logic
Phase 2: OAuth Integration [in-progress] →
✓ Google OAuth provider
→ GitHub OAuth provider ← current
○ Token exchange flow
Phase 3: Testing [pending] ○
○ Unit tests for auth middleware
○ Integration tests
○ Security audit
Progress: 5/10 tasks (50%)
Current: GitHub OAuth provider
- Also show the Resume Context section.
- If there are research notes (research-.md, interview-.md) in
.specs/<id>/, mention them with file count.