name: start-session description: Start a new tutoring session. Reads progress, shows concepts due for review, suggests what to work on next. Use when user says "start session", "begin", "let's start", or at the beginning of a learning session.
Start Learning Session
Instructions
- Read
progress.jsonto get current state - Read
session_log.mdto see where we left off - Check for concepts due for review (last_practiced > 3 days ago)
- Show 1-2 quick review questions from
quiz_bank.mdif concepts are due - Suggest what to work on next based on
meta.current_module - Update
meta.last_sessiontimestamp in progress.json