Codymaster cm-dashboard
Open visual Dashboard to track work status (Simulated Kanban board)
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-dashboard" ~/.claude/skills/tody-agent-codymaster-cm-dashboard && rm -rf "$T"
manifest:
skills/cm-dashboard/SKILL.mdsource content
Command: /cm-dashboard
/cm-dashboardWhen this command is called, the AI Assistant should:
- Check status: Find and read the OpenSpec
(and syncedopenspec/changes/[init]/tasks.md
) file in the current project directory (or artifacts directory).cm-tasks.json - 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.