From tal
Write a handoff document so a fresh agent can pick up the current conversation.
How this command is triggered — by the user, by Claude, or both
Slash command
/tal:handoff [what the next session will focus on]The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `handoff` skill (from this plugin) to write a handoff document for the current conversation. If `$ARGUMENTS` is non-empty, pass it through as the description of what the next session will focus on so the skill can tailor the doc accordingly.
Invoke the handoff skill (from this plugin) to write a handoff document for the current conversation.
If $ARGUMENTS is non-empty, pass it through as the description of what the next session will focus on so the skill can tailor the doc accordingly.
npx claudepluginhub tal/plugin-marketplace --plugin tal/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.