How this command is triggered — by the user, by Claude, or both
Slash command
/agent-system:handoffThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the active profile and current stage context to emit a valid `[HANDOFF]`.
If the handoff depends on `upgrade replay`, `brain dedupe`, or `delivery-check`, name the wrapper that owns the proof trail.
Requirements:
- state what changed
- state what is now locked and must not be silently rewritten
- call out open risks
- name the next agent or next review stage
- include a proof target and regression impact note
Stage context:
{{args}}Use the active profile and current stage context to emit a valid [HANDOFF].
If the handoff depends on upgrade replay, brain dedupe, or delivery-check, name the wrapper that owns the proof trail.
Requirements:
Stage context: {{args}}
npx claudepluginhub nanana291/agent-system --plugin agent-system/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.