From lore
Record session handoff to Lore with structured context for the next session
How this command is triggered — by the user, by Claude, or both
Slash command
/lore:handoffThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Summarize this session's work into a single `lore handoff` command. Do not ask clarifying questions — infer from context. ## Step 1: Gather Context Review the conversation to identify: - **What was accomplished** (commits, features, fixes, decisions) - **Next steps** (what should happen next, in priority order) - **Blockers** (anything preventing progress, or "none") ## Step 2: Compose Handoff Message Write a single dense paragraph covering all three areas. Follow Strunk's style: - Active voice, positive form - Omit needless words - Be definite, specific, concrete - Name files, comman...
Summarize this session's work into a single lore handoff command. Do not ask clarifying questions — infer from context.
Review the conversation to identify:
Write a single dense paragraph covering all three areas. Follow Strunk's style:
lore handoff "<message>"
Output a brief confirmation showing what was recorded.
npx claudepluginhub tslateman/claude-plugins --plugin lore/handoffCaptures full session state into a structured handoff document for clean context transfer between sessions. Also supports including brief custom notes.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.
/handoffCreates a handoff document summarizing git state, workflow artifacts from .agents/, session context, tasks, phase, critical files, and next steps; saves to .agents/handoff-YYYY-MM-DD-HH-MM-slug.md
/snapshotGenerates a handoff snapshot summary of session accomplishments, state, decisions, and next steps; writes to .claude/snapshot.md.
/fire-5-handoffGenerates a session handoff document using the WARRIOR 7-step framework, capturing decisions, blockers, and next actions for zero-loss context transfer to a future AI agent.
/preclearWrites a handoff document to docs/handoff.md summarizing current project state, decisions, tasks, issues, and next steps before context clear.