TakaGoto

recap

"Quick summary of what you covered last session"

TakaGoto 17 4 Updated 5mo ago
GitHub

Install

npx skillscat add takagoto/rag-learning-academy/recap

Install via the SkillsCat registry.

SKILL.md

Recap: What You Learned Last Time

Give the learner a fast, useful summary of their most recent session so they can pick up where they left off.

Step 1: Load Session History

Read the following files to reconstruct the last session:

  • progress/module-tracker.md — find the most recently completed lessons (by date)
  • progress/quiz-results.md — any quizzes taken recently
  • progress/journal.md — any notes the learner wrote
  • progress/learner-profile.md — current module and track

If no progress data exists, say: "No previous session found. Run /start to begin your journey."

Step 2: Summarize Last Session

Keep it to 5-8 lines max. Cover:

  1. What you worked on — which lesson(s), quiz, or challenge
  2. Key concepts — the 2-3 main ideas from that session, in plain language
  3. Where you stopped — what's next in the track

Format:

Last Session Recap
==================
You worked on: [lesson/quiz/challenge name]
Key concepts:
  - [concept 1 in one sentence]
  - [concept 2 in one sentence]
  - [concept 3 in one sentence]
Next up: [next incomplete lesson or suggested action]

Step 3: Suggest Next Action

Based on where they left off, suggest one clear next step:

  • If mid-module: /lesson to continue
  • If they just finished a module: /quiz to test understanding
  • If quiz scores were low: /explain [weak topic] to review
  • If they wrote journal notes with questions: address the question briefly

Keep it short. The whole recap should fit in one screen.

Categories