session-handoff

Generate structured handoff documents to preserve context between AI agent sessions.

2|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TrevorEdris/fellowship-of-the-workflows --skill session-handoff-trevoredris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-handoff
Source: https://github.com/TrevorEdris/fellowship-of-the-workflows/tree/main/workflows/skills/session-handoff
Command: npx skills add https://github.com/TrevorEdris/fellowship-of-the-workflows --skill session-handoff-trevoredris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Creates comprehensive, structured handoff documents to preserve complete context, decisions, and state across AI agent sessions.

Core Features & Use Cases

  • Handoff creation and chaining: Scaffold new handoffs, optionally link to a previous one, and maintain a chain for long-running tasks.
  • Validation and safety: Validate handoffs for completeness and detect potential secrets before finalization.
  • Resume and onboarding: Provide guidance and context to help a new agent resume work with zero ambiguity.

Quick Start

Start by running: python scripts/create_handoff.py [task-slug] to generate a new handoff and then edit the resulting file to fill in the required sections.

Frequently Asked Questions about session-handoff

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

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

To preserve context between AI agent sessions, you generate structured handoff documents that capture decisions and state, allowing new agents to resume work with zero ambiguity.

What is the best way to chain session handoffs for long-running tasks?

Chaining session handoffs for long-running tasks involves scaffolding new handoffs and linking them to previous ones, maintaining a continuous chain of context across multi-session work.

How do I validate AI handoff documents for completeness and secrets?

You validate AI handoff documents by running validation scripts that check for structural completeness and detect potential secrets before finalizing the handoff file.

Can I use Python scripts to scaffold and list session handoffs?

Yes, you can use Python scripts like create_handoff.py and list_handoffs.py to scaffold new handoff documents and list existing ones across your projects.

Does session handoff automation work without external dependencies?

Yes, session handoff automation works without external dependencies, relying solely on internal Python scripts and template files to generate, validate, and link handoff documents.