/recall-log
Quick append to today's daily log. No write gate — raw capture.
$ npx -y skills add davegoldblatt/total-recall --agent claude-codeShips with recall. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/recall-log
Context preview
What this command does when you run it.
Quick append to today's daily log. No write gate — raw capture.
Command definition
recall-log.mdQuick append to today's daily log. No write gate — raw capture.
Note to log: $ARGUMENTS
What To Do
1. Create today's daily log file (`memory/daily/YYYY-MM-DD.md`) if it doesn't exist, using the daily log template 2. Append a timestamped entry:
[HH:MM] note text
3. Confirm:
Logged to memory/daily/[date].md
That's it. No gate, no analysis, no routing. This is for quick capture when the user doesn't want the write gate overhead.
A memory system for Claude Code that remembers what matters and forgets what doesn't.
Other commands on recall.
- /recall-context
Show what memory context is currently available in this session.
Open command - /recall-forget
Mark memory entries matching a query as superseded. Does not delete — preserves history.
Open command - /recall-init-ids
Add `^tr` IDs to untagged memory entries in managed files. This is safe to run multiple times - it only tags entries that don't already have IDs.
Open command - /recall-init
Initialize the Total Recall memory system in this project.
Open command - /recall-maintain
Run maintenance on the memory system. Primary function: pressure-based demotion when working memory exceeds the word budget. Secondary: stale entry verification, contradiction checks, open loop review.
Open command - /recall-promote
Review recent daily logs and surface candidates for promotion to registers or CLAUDE.local.md.
Open command

