How this command is triggered — by the user, by Claude, or both
Slash command
/memento:handoffThe summary Claude sees in its command listing — used to decide when to auto-load this command
Call the `get-command-instructions` MCP tool with `command: "handoff"` and execute the returned instructions. If `get-command-instructions` is unavailable, call `read-node` with path `core/commands/handoff.md` and follow those instructions.
Call the get-command-instructions MCP tool with command: "handoff" and execute the returned instructions.
If get-command-instructions is unavailable, call read-node with path core/commands/handoff.md and follow those instructions.
/handoffGenerates a structured markdown handoff document summarizing git status, commits, uncommitted changes, session learnings, progress, and next steps. Saves to ~/.pro-workflow/handoffs/. Supports --full and --compact modes.
/handoffGenerates a developer handoff package for the specified screen, feature, or component, including visual specs, interaction specs, QA checklist, assets, and notes.
/handoffEnds swarm session: summarizes work/blockers, persists state via hivemind_store and git, cleans agents/tasks/reservations, updates hive, generates handoff note.
/handoffAnalyzes the current session and writes a self-contained handoff document so a fresh agent can resume work, emitting a single actionable sentence.
/handoffSaves session state snapshot as structured JSON to docs/tasks/<branch>/session_logs/<timestamp>_handoff.json, capturing git status, progress summary, tasks, and context for resume.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.
npx claudepluginhub mementoagi/memento-claude-code-plugin --plugin memento