$npx -y skills add tody-agent/codymaster --skill cm-statusView a quick progress summary of current tasks.
| 1 | # Command: `/cm-status` |
| 2 | |
| 3 | When this command is called, the AI Assistant should: |
| 4 | |
| 5 | 1. **Read progress:** Quickly read the `task.md` file or current task state. |
| 6 | 2. **Brief report:** Return an ultra-concise message (1-2 sentences) indicating which task was just completed, which task is next, and whether anything is blocked by errors/bugs. |
| 7 | 3. No need to print the full board (save that for `/cm-dashboard`). |