/handoff
Write a session handoff file for the current session.
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
/handoff
Context preview
What this command does when you run it.
Write a session handoff file for the current session.
Command definition
handoff.mdWrite a session handoff file for the current session.
Steps: 1. Read `templates/claude-templates.md` and find the Session Handoff template (Template 4). Use the Light Handoff if this is a small project (under 5 sessions), Full Handoff otherwise. 2. Fill in every field based on what was accomplished in this session. Be specific — include exact file paths for every output, exact numbers discovered, and conditional logic established. 3. Write the handoff to `./docs/summaries/handoff-[today's date]-[topic].md`. 4. If a previous handoff file exists in `./docs/summaries/`, move it to `./docs/archive/handoffs/`. 5. Tell me the file path of the new handoff and summarize what it contains.
New CLAUDE.md that solves the compaction/context loss problem and mimics persistent memory through effective session handoff in token efficient manner

