session-recovery

Record status, phase, and last completed task in an execution log.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/breeze4/claude-config --skill session-recovery-breeze4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-recovery
Source: https://github.com/breeze4/claude-config/tree/main/skills/session-recovery
Command: npx skills add https://github.com/breeze4/claude-config --skill session-recovery-breeze4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable session continuity for long-running tasks through execution logs, allowing you to resume work after interruptions.

Core Features & Use Cases

  • Maintain an execution log that records current status, active phase, and last completed task.
  • Support multi-phase workflows across iterations and potential pauses or failures.
  • Enable quick resumption with context, notes, and planned next steps.

Quick Start

Create an initial execution log at the start of your plan and append progress after each task.

Frequently Asked Questions about session-recovery

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

FAQPage Schema
How do I resume a long-running task after an interruption?

To resume a long-running task after an interruption, you maintain an execution log recording current status, active phase, and last completed task. This allows you to accurately resume work from the exact point of pause.

What is the best way to maintain session progress for multi-phase workflows?

The best way to maintain session progress for multi-phase workflows is by creating an initial execution log at the start and appending progress after each task. This records status and planned next steps for quick resumption.

How does an execution log help with session recovery?

An execution log helps with session recovery by recording current status, active phase, and last completed tasks. It enables quick resumption with context, notes, and planned next steps after a pause or failure.

When do I need to track session progress for interrupted tasks?

You need to track session progress for interrupted tasks when working with multi-phase workflows that may experience pauses or failures across iterations. Recording status ensures work can resume accurately without losing context.

Can I use session recovery for workflows that fail across iterations?

Yes, you can use session recovery for workflows that fail across iterations. It supports multi-phase workflows by maintaining an execution log to record status and last completed tasks, ensuring accurate resumption after potential failures.

What are the limitations of using an execution log for task recovery?

Using an execution log for task recovery requires manually creating the initial log at the start of your plan and consistently appending progress after each task to ensure accurate resumption. It does not automate this logging process.