handoff

Compacts conversations into redacted handoff documents for the next agent.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Takfes/indie-scaffolder --skill handoff-takfes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/Takfes/indie-scaffolder/tree/main/components/agent-skills-commands/.agents/skills/handoff
Command: npx skills add https://github.com/Takfes/indie-scaffolder --skill handoff-takfes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns an ongoing conversation into a clear, compact handoff so another agent can continue without re-reading the entire thread.

Core Features & Use Cases

  • Session Summarization: Captures the key decisions, open questions, and current status of the work.
  • Continuation Planning: Tailors the handoff to the next session's goal when the user provides a focus area.
  • Safe Documentation: Redacts sensitive details and points to existing artifacts instead of copying them again.
  • Use Case: After a long debugging session, create a handoff note that tells the next agent what was tried, what remains unresolved, and which files to inspect next.

Quick Start

Use the handoff skill to write a redacted handoff document in the system temporary directory for the next agent to continue the session.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I create a conversation summary for session transfer to another agent?

To create a conversation summary for session transfer, the skill compacts the current thread into a reusable handoff document. It captures key decisions, open questions, and current status so the next agent can continue without re-reading the entire history.

What is the best way to plan task continuation after a long debugging session?

Planning task continuation is done by generating a compact handoff note that details what was tried and what remains unresolved. The skill tailors the handoff to the next session's goal when you provide a specific focus area for the follow-up work.

Does the handoff process redact sensitive information before saving the continuation document?

Yes, the handoff process redacts sensitive information to ensure safe documentation. It securely compacts the conversation and removes sensitive details, pointing to existing artifacts instead of copying them again into the temporary storage.

Can I reference existing artifacts in the handoff document instead of duplicating file contents?

You can reference existing artifacts in the handoff document because the skill explicitly avoids duplication. It compacts the conversation and includes references to existing files and artifacts, directing the next agent to inspect them directly.

How do I write a handoff note in the system temporary directory for the next agent?

Writing a handoff note in the system temporary directory is done by invoking the skill to process the current conversation. It automatically generates the redacted continuation document in temporary storage for the next agent to access.

Are there limitations to continuation planning when compacting an ongoing conversation?

A limitation of continuation planning is that the handoff document only captures key decisions and status, requiring the next agent to inspect referenced artifacts directly. Additionally, the compacted summary saves to temporary storage, meaning it may not persist indefinitely.