npx claudepluginhub udaykabe/odo --plugin aida# /progress Check current project status and determine next action. ## Process 1. **Read state files** - `.planning/STATE.md` - Current position - `.planning/ROADMAP.md` - Phase status 2. **Determine current position** - Which phase is in progress? - What's the current plan status? - Any blockers or pending decisions? 3. **Route to next action** | State | Next Action | |-------|-------------| | No project | Suggest `/new-project` | | No roadmap | Suggest creating roadmap | | Phase needs research | Spawn `researcher` | | Phase needs plan | Spawn `planne...
/progressChecks .planning structure for project progress, reports status with recent work, position, decisions, issues, then routes to execute plan or create next.
/progressDisplays project operational summary: active flow/handoff, progress, kanban (in-progress/blocked/done), traceability gaps, UAT status, and next recommended command via Python helper or docs files.
/progressExecutes the learnship progress workflow end-to-end to show project progress, current position, and next steps. Preserves gates, validations, checkpoints, and routing.
/progressDisplays build progress for the specified spec by running node progress.js with <path-to-spec> argument and showing the script's output.
/progressDisplays active workflow progress: timeline, phase completion, ASCII progress bar, elapsed/remaining time and tokens, velocity metrics, and milestones.
/progressDisplays your CodeSensei learning dashboard with belt rank, XP progress bar, promotion requirements, streak, quiz stats, mastered/in-progress skills, and next recommended concepts.
Check current project status and determine next action.
Read state files
.planning/STATE.md - Current position.planning/ROADMAP.md - Phase statusDetermine current position
Route to next action
| State | Next Action |
|---|---|
| No project | Suggest /new-project |
| No roadmap | Suggest creating roadmap |
| Phase needs research | Spawn researcher |
| Phase needs plan | Spawn planner |
| Plan ready, not approved | Ask user to review |
| Plan approved | Spawn executor |
| Execution done | Spawn reviewer |
| Review passed | Update STATE, next phase |
| Blocked | Present blocker, get guidance |
Report status
## AIDA Status
**Project**: [name]
**Current Phase**: XX - [name]
**Status**: [Planning|Executing|Review|Blocked]
**Next Action**: [what will happen next]
Clear status summary and either: