handoff

Compact AI agent conversations into structured handoff documents with sensitive data redacted.

3|1|Updated Nov 5, 2015
One-click install
npx skills add https://github.com/Flowm/dotfiles --skill handoff-flowm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/Flowm/dotfiles/tree/main/home/.agents/skills/handoff
Command: npx skills add https://github.com/Flowm/dotfiles --skill handoff-flowm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Losing conversation context between AI agent sessions leads to repeated work, missed details, and inefficient task completion. This Skill eliminates that problem by automatically generating a structured handoff document that captures all critical context from the current conversation.

Core Features & Use Cases

  • Intelligent Summarization: Compacts full conversation history into a concise document, avoiding duplication of content already stored in PRDs, plans, ADRs, or commits.
  • Context Tailoring: Adjusts the handoff content based on user-provided arguments describing the next session's focus area.
  • Sensitive Data Protection: Automatically redacts API keys, passwords, and personally identifiable information from the summary.
  • Use Case: You're working with an agent to debug a complex backend issue, but need to end the session for the day. Use this Skill to generate a handoff doc so the next agent can immediately pick up the work with full context, no sensitive data exposed.

Quick Start

Use the handoff skill to create a handoff document for continuing work on the payment processing integration bug tomorrow.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preserve conversation context between AI agent sessions?

Generate a structured handoff document that compacts ongoing AI agent conversations to preserve context between sessions. This prevents repeated work and missed details by summarizing critical information for the next agent.

Can I tailor the AI agent handoff document for a specific next session goal?

Yes, you can tailor the handoff document by providing arguments describing the next session's focus area. The Skill adjusts the summarized content to align with these specific user-specified goals for the next agent.

Does the handoff summary redact sensitive information like API keys?

Yes, the handoff summary automatically redacts sensitive information including API keys, passwords, and personally identifiable information. This protection ensures secure context transfer without exposing credentials in the generated document.

What is the best way to avoid duplicating existing artifacts in a conversation summary?

Avoid duplicating existing artifacts by referencing content already stored in PRDs, plans, ADRs, or commits instead of copying it. The handoff document intelligently compacts history without repeating this stored content.

When do I need to generate a handoff doc for iterative task execution?

Generate a handoff doc for iterative task execution when ending a multi-session agent workflow, such as debugging a complex backend issue or project planning. It allows the next agent to immediately pick up work with full context.