restore-tasks

Restore persisted tasks and dependencies from saved Claude sessions.

2|Updated Dec 20, 2020
One-click install
npx skills add https://github.com/buvis/home --skill restore-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restore-tasks
Source: https://github.com/buvis/home/tree/main/.claude/skills/restore-tasks
Command: npx skills add https://github.com/buvis/home --skill restore-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Restores tasks and session state from a previous Claude session by loading persisted task data and reconstructing tasks and their dependencies.

Core Features & Use Cases

  • Retrieve and list persisted task sessions
  • Recreate tasks with their statuses, descriptions, and dependencies
  • Confirm the restored session and continue work seamlessly

Quick Start

Use the restore-tasks skill to recover your last session and resume your interrupted workflow.

Frequently Asked Questions about restore-tasks

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

FAQPage Schema
How do I restore tasks and resume an interrupted workflow from a previous session?

To restore tasks, you load persisted session data and reconstruct tasks with their dependencies. This retrieves saved task sessions and reinstates their statuses and descriptions, allowing you to resume an interrupted workflow seamlessly.

What session data is needed to reconstruct tasks and their dependencies?

Reconstructing tasks requires persisted local session data containing task statuses, descriptions, and dependencies. The restoration process accesses local Claude data directories and uses scripts to list available sessions and recreate the task structure.

Do I need jq installed to restore previous tasks from a saved session?

Yes, restoring previous tasks requires jq installed in your environment. The scripts used to list sessions and recreate tasks from local data directories depend on jq to parse and process the persisted JSON session data.

Can I select a specific saved session to recover when restoring tasks?

Yes, you can select a specific saved session to recover. The restoration process presents a list of persisted task sessions, allowing you to choose the desired one and confirm the restored state before continuing your workflow.

What is the best way to recover an interrupted workflow without losing task statuses?

The best way to recover an interrupted workflow is using a task restoration process that reloads persisted local session data. This approach reconstructs tasks alongside their original statuses, descriptions, and dependencies, ensuring no workflow state is lost.

Why does task restoration fail when local session data is missing or incomplete?

Task restoration fails without complete local session data because the scripts cannot find the persisted JSON needed to reconstruct task statuses and dependencies. Ensure your local Claude data directories contain valid saved sessions before attempting recovery.