Catalog
mattpocock/handoff

mattpocock

handoff

Compact the current conversation into a handoff document for another agent to pick up.

global
New~189
v1.0Saved Jun 30, 2026

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save 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 agent should invoke.

Do not duplicate content already captured in other artifacts (PRDs, 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 doc accordingly.

Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

76/100

Grade

B

Good

Safety

82

Quality

72

Clarity

78

Completeness

68

Summary

A skill that compacts the current conversation into a handoff document for another agent to continue the work. The document is saved to the temporary directory of the user's OS (not the workspace) and includes suggested skills, external artifact references, and redacted sensitive information based on optional user arguments describing the next session's focus.

Detected Capabilities

file writefile read (conversation history)temporary directory accessinformation redactionartifact deduplication

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

handoff to next agentsummarize conversation statedocument for continuationagent handoffsession recap

Use Cases

  • Hand off work between agent sessions in a multi-turn workflow
  • Summarize progress for continuation in a fresh agent context
  • Capture conversation state without duplicating existing artifacts
  • Generate skill recommendations for the next phase of work
  • Create portable context documents for knowledge transfer across agent boundaries

Quality Notes

  • Well-scoped purpose: handoff document generation for agent-to-agent continuity
  • Clear constraints: saves to temp directory only, not workspace; explicitly redacts sensitive data (API keys, passwords, PII)
  • Good deduplication guidance: avoids redundant content with PRDs, plans, ADRs, commits, diffs
  • Handles optional input: user-provided argument tailors the document to next session focus
  • Minimal but functional: skill is concise and straightforward; no complex workflows or error handling examples
  • Spec compliance: frontmatter present with name, description, argument-hint, disable-model-invocation flag
Model: claude-haiku-4-5-20251001Analyzed: Jun 30, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Add mattpocock/handoff to your library

Command Palette

Search for a command to run...