Show progress on current work
Displays current project status including workflow progress, step completion, and verification results.
npx claudepluginhub codealexx/eri-rpg<project>eri/See where you are in the current workflow.
# Current run progress
eri-rpg status <project>
# Session state
eri-rpg session <project>
# Roadmap progress
eri-rpg roadmap <project>
# Run history
eri-rpg runs <project>
Project: myapp
Mode: maintain (full tier)
Current Run: abc123
Goal: Add user authentication
Progress: 3/5 steps complete
Current Step: Create login endpoint
Files touched: 4
Verification: PASSING
eri-rpg info <project> # Detailed project info
eri-rpg handoff <project> # Generate summary for next session
eri-rpg gaps <project> # Show what needs fixing
Available in: all tiers (detail varies by tier)
/progressCheck project progress, show context, and route to next action (execute or plan)
/progressShow progress for active increments with task/AC completion. Use when saying "show progress", "status", or "how far along".