session-handoff

Capture pending tasks, ongoing activities, and new ideas to durable files at session end.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/lukeivers/loam --skill session-handoff-lukeivers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-handoff
Source: https://github.com/lukeivers/loam/tree/main/plugins/loam-skills/skills/session-handoff
Command: npx skills add https://github.com/lukeivers/loam --skill session-handoff-lukeivers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Session boundaries often cause work to be lost due to reliance on transient memory, making it difficult to resume tasks without re-explaining context repeatedly.

Core Features & Use Cases

  • Durable Handoff: Captures pending, in-flight, and newly-identified work at session end to ensure seamless resumption.
  • Use Case: When a user signals the end of a work session, this skill writes all outstanding work items, decisions, and ideas to persistent surfaces, preventing information loss across sessions.

Quick Start

Use the session-handoff skill to automatically save your current work status and ideas when concluding a session or deferring a task.

Frequently Asked Questions about session-handoff

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

FAQPage Schema
How do I save pending tasks and work progress before ending a session?

Session handoff captures pending tasks, ongoing activities, and new ideas at session end, writing them to persistent file-based memory and project surfaces to prevent work progress loss and enable reliable resumption.

What is the best way to maintain work continuity across multiple sessions?

The best way to maintain work continuity is by capturing session state, including outstanding work items and decisions, and writing them to durable surfaces so you can easily resume tasks without re-explaining context in future sessions.

Do I need external dependencies to capture session state for future resumption?

No, you do not need specific external dependencies to capture session state for resumption, as the process interacts directly with file-based memory and project surfaces to store outstanding work items durably.

How does persistent storage prevent loss of in-flight work activities?

Persistent storage prevents loss of in-flight work activities by capturing newly identified items and decisions at session boundaries, ensuring long working sessions with multiple priorities are written to durable surfaces instead of transient memory.

When should I use durable capture for task management?

You should use durable capture for task management when concluding a long working session with multiple priorities or deferring a task, ensuring all outstanding work items are saved to persistent surfaces to avoid information loss.