Learning Commands · Learning

/summary command

Get a summary of your current learning session

1 min read

Get a summary of your current learning session

At a glance

Field Value
Command /summary
Usage `/summary [--scope=pok
Category learning
Execution server
Context session
Response type markdown

How it works

The summary command generates a structured summary of your learning material.

Options:

  • --scope: What to summarize (default: pok)
    • pok — Current Point of Knowledge only
    • unit — The entire current unit (all PoKs in this unit)
    • all — The complete learning session across all units
  • --length: How detailed the summary should be (default: normal)
    • brief — 3-5 concise bullet points
    • normal — 5-10 organized bullet points with key takeaways
    • detailed — Comprehensive summary with sections, examples, and connections

Examples:

  • /summary — Summarize the current PoK (default)
  • /s — Same as /summary (alias)
  • /summary --scope=unit — Summarize the entire current unit
  • /summary --scope=all --length=brief — Quick overview of the whole session
  • /summary --length=detailed — In-depth summary of the current PoK

Tips:

  • Use at the end of a study session to consolidate learning
  • Use --scope=unit before moving to the next unit for a recap
  • Use --scope=all --length=brief for a quick refresher

Was this article helpful?