From productivity
Compacts the current conversation into a handoff document so a fresh agent can continue the work in a new session. Preserves decisions, state, and context before it is lost.
How this skill is triggered — by the user, by Claude, or both
Slash command
/productivity:handoff What will the next session be used for?What will the next session be used for?This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a handoff document summarising the current conversation so a fresh agent
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to the temporary directory of the user's OS — not the current workspace.
Include a "suggested skills" section in the document, which suggests skills that the next agent should invoke.
Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
Redact any sensitive information, such as API keys, passwords, or personally identifiable information.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the document accordingly.
npx claudepluginhub trailofbits/skills-curated --plugin productivityCompacts the current conversation into a handoff document for another agent to continue. Useful when transferring context to a fresh session or when the user says 'write a handoff'.
Compacts the current conversation into a handoff document for another agent, redacting sensitive info and referencing artifacts.
Compacts the current conversation into a handoff document for another agent to pick up, including suggested skills and artifact references.