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 onlyunit— 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 pointsnormal— 5-10 organized bullet points with key takeawaysdetailed— 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=unitbefore moving to the next unit for a recap - Use
--scope=all --length=brieffor a quick refresher
Was this article helpful?