From orc
Persist and resume orc orchestration state to disk — checkpoint or hand off to a fresh session
npx claudepluginhub athan-dial/skills --plugin orc[checkpoint | resume | <freeform note>]Invoke the `handoff` skill (from the `orc` plugin) with the user's arguments: $ARGUMENTS Use ONLY when the user explicitly asks to checkpoint, hand off, or resume orchestration. Do not invoke preemptively.
/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.
/handoffEnds swarm session: summarizes work/blockers, persists state via hivemind_store and git, cleans agents/tasks/reservations, updates hive, generates handoff note.
/handoffGenerates a developer handoff package for the specified screen, feature, or component, including visual specs, interaction specs, QA checklist, assets, and notes.
/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.
/handoffGenerates self-contained handoff prompt for AI agents with git context, session summary, and optional focus, saving to ~/.handoffs/.md file.
/handoffCreates a detailed handoff plan summarizing conversation, technical details, code, decisions, and next steps for continuing work in a new session.
Invoke the handoff skill (from the orc plugin) with the user's arguments: $ARGUMENTS
Use ONLY when the user explicitly asks to checkpoint, hand off, or resume orchestration. Do not invoke preemptively.