View learning progress, confidence map, and readiness
Generates personalized learning progress reports with confidence maps and next-step recommendations.
/plugin marketplace add oskar-dragon/claude-code/plugin install tutor@claude-codeCourse outline: !cat course-outline.md 2>/dev/null || echo "NO_COURSE — run /tutor:create-course first"
Read the learner's progress from auto memory and present a clear, concise progress report.
1. Course Overview
2. Completed Modules
3. Concept Confidence Map
4. Next Up
Keep the report clean and scannable. Use tables or bullet lists — no walls of text. Example structure:
## Progress: [Course Title]
**Module 7 of 20** — [Project Name]
### Completed
| # | Module | Quiz | Confidence |
|---|--------|------|------------|
| 1 | Python Basics | Predict output | Knew it |
| 2 | Data Structures | Multiple choice | Somewhat sure |
| 3 | Functions | — (skipped) | — |
...
### Confidence Map
**Solid:** variables, f-strings, list comprehensions, dict access
**Getting there:** function arguments, return types
**Needs reinforcement:** decorators, error handling
### Next Up
Module 8: Error Handling with try/except
- Will naturally revisit: decorators (used in exercise)
If there's no progress data in auto memory:
/tutor:learn to start your first session."/tutor:create-course first."/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".