From mattpocock-skills
Compacts current conversation into handoff document for another agent to pick up. Saves to temp Markdown file, suggests next skills, references artifacts without duplication.
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin mattpocock-skills-11What will the next session be used for?This skill uses the workspace's default tool permissions.
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md` (read the file before you write to it).
Generates a focused handoff summary of a specific conversation aspect (e.g., debugging progress, design decisions) to handoff.md for another agent to resume. Triggers on 'handoff' prompts.
Writes or updates HANDOFF.md with project goal, current progress, what worked/didn't, and next steps for agent handoffs with fresh context.
Creates concise handoff documentation for work-in-progress sessions when handing off to another agent. Supplements history compaction with tasks, changes, learnings, artifacts, and next steps.
Share bugs, ideas, or general feedback.
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it).
Suggest the skills to be used, if any, by the next session.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.