Write a HANDOFF.md file for another agent to continue the conversation. Use when switching to a new session and need to pass context to the next agent.
Creates a comprehensive handoff document for another agent to continue your work. Use when switching sessions to preserve context about tasks, changes, and next steps.
/plugin marketplace add linehaul-ai/linehaulai-claude-marketplace/plugin install handoff@linehaulai-claude-marketplaceWrite a /docs/handoffs/{YYYY-MM-DD_HH-MM-SS_description}/HANDOFF.md file in the current working directory for another agent to continue this conversation.
Before writing, collect:
Create the file using this template structure:
---
date: [Current date and time with timezone in ISO format]
researcher: Claude
git_commit: [Current commit hash]
branch: [Current branch name]
repository: [Repository name]
topic: "[Feature/Task Name] Implementation Strategy"
tags: [implementation, strategy, relevant-component-names]
status: in_progress
last_updated: [Current date in YYYY-MM-DD format]
last_updated_by: Claude
type: implementation_strategy
---
# Handoff: {very concise description}
## Task(s)
{description of the task(s) worked on, with status: completed, in-progress, or planned}
## Critical References
{2-3 most important file paths for specs, architecture docs, or design decisions. Leave blank if none.}
## Recent Changes
{files modified in file:line syntax}
## Learnings
{important patterns, root causes, or insights the next agent should know}
## Artifacts
{exhaustive list of files produced or updated}
## Action Items & Next Steps
{list of next steps for the next agent}
## Other Notes
{additional context, file locations, or useful information}
After writing, confirm the file location and summarize what was captured.
/handoffWrite or update a handoff document so the next agent with fresh context can continue this work.