Show current OpenSpec change status and progress.
Displays current OpenSpec change status, progress metrics, and recent context.
/plugin marketplace add jbabin91/super-claude/plugin install workflow@super-claudeopenspec/Purpose
This command shows the current state of your OpenSpec work:
Steps
Check for active change
openspec/active.jsonParse active change data
change (change ID), started (timestamp), lastCheckpoint (timestamp)Run OpenSpec dashboard
openspec view to get current state of all changesLoad task progress
openspec/changes/<change-id>/tasks.md- [ ] or - [x])- [x])(completed / total) * 100Display status summary
š OpenSpec Status
Active Change: <change-id>
Started: <X hours/days ago>
Last Checkpoint: <Y minutes/hours ago>
Progress:
āā Tasks: <completed>/<total> (<percentage>%)
āā Status: <In Progress|Blocked|Ready for Review>
āā Next: <first incomplete task from tasks.md>
Recent Context (from design.md):
<last 5-10 lines of design.md to show recent decisions/progress>
Commands:
- /openspec:checkpoint - Save current progress
- /openspec:work - Switch to different change
- /openspec:done - Complete and archive
Show OpenSpec dashboard
openspec view for full contextError Handling
Example Usage
User: /openspec:status
Assistant:
š OpenSpec Status
Active Change: add-dark-mode
Started: 2 hours ago
Last Checkpoint: 15 minutes ago
Progress:
āā Tasks: 8/12 (67%)
āā Status: In Progress
āā Next: Implement theme toggle in settings page
Recent Context (from design.md):
- Created ThemeContext with light/dark modes
- Added theme provider to root layout
- Implemented CSS variable system for colors
- Need to add persistence with localStorage
[openspec view output shown]
Notes
openspec view with active change focus