| name | total-recall-load |
| description | Load ALL memory files into context (nuclear option for planning sessions) |
/total-recall-load
This loads ALL memory files into context. Only use for planning sessions where you need the full picture.
Instructions
-
List all .md files in the auto-memory directory (skip MEMORY.md):
PROJECT_HASH=$(echo -n "$PWD" | tr '/' '-')
ls "$HOME/.claude/projects/$PROJECT_HASH/memory/"*.md | grep -v MEMORY.md
-
Read ALL of them using the Read tool. Call as many in parallel as possible.
-
After all files are read, confirm: "Loaded N files. Full project memory is in context."
-
Do NOT summarize, comment on, or analyze any file contents. Just load and confirm.