name: cm-dashboard description: Open visual Dashboard to track work status (Simulated Kanban board)
Command: /cm-dashboard
When this command is called, the AI Assistant should:
- Check status: Find and read the OpenSpec
openspec/changes/[init]/tasks.md(and syncedcm-tasks.json) file in the current project directory (or artifacts directory). - Visual display: Aggregate tasks and render them as a Kanban board (Markdown table) with 3 columns:
- 🔴 TO DO (Not started)
- 🟡 IN PROGRESS (In progress)
- 🟢 DONE (Completed)
- Flow report: Briefly summarize which Mode the Agent is in (PLANNING, EXECUTION, or VERIFICATION) and what the Next Step is.