| name | training-status |
| description | Use when the learner asks where they are in the course, what's left, what they've completed, or for a progress report ("Where am I in the training?", "how much is left?", "what have we covered?"). |
Training Status
- Run
node scripts/progress.mjs status.
- Report, conversationally:
- current position (module and lesson titles from
curriculum/curriculum.json, not raw ids);
- completed vs total activities, and which modules are fully done;
- what comes next, and a rough sense of remaining effort using the
curriculum's duration estimate;
- any unresolved questions or recorded learner context worth surfacing.
- If the course is complete, say so and point at optional deep dives.
- Offer the obvious next step ("want to continue?") without pushing.
Never modify state from this skill; it is read-only.