save-task-list

Save current task lists with details and statuses for cross-session continuity.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/pth-droid/LighthouseOCR --skill save-task-list-pth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-task-list
Source: https://github.com/pth-droid/LighthouseOCR/tree/main/Archon-dev/.claude/skills/save-task-list
Command: npx skills add https://github.com/pth-droid/LighthouseOCR --skill save-task-list-pth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of maintaining task progress and context over multiple AI sessions, allowing users to save complex task lists for future retrieval.

Core Features & Use Cases

  • Session Persistence: Save the current task list with all relevant details for later reuse.
  • Automatic Verification: Confirms the saved task list exists upon session startup and notifies the user.
  • Use Case: A project manager can save a detailed task breakdown at the end of a work session and resume from the same list the next day, ensuring continuity.

Quick Start

Invoke the save-task-list skill after organizing your current tasks, then restart your session with the provided command to restore your previous task list.

Frequently Asked Questions about save-task-list

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

FAQPage Schema
How do I save my task list for a future AI session?

To save a task list for a future AI session, you can use this skill to persist current task details and statuses into dedicated storage. It automates session mapping to ensure your context is seamlessly restored upon restarting.

How does automatic verification work for saved task lists?

Automatic verification for saved task lists works by running background hooks upon session startup. These hooks confirm the persistent task data exists and actively notify the user, ensuring data integrity before you resume your workflow.

Can I preserve task statuses across multiple AI sessions without losing details?

Yes, you can preserve task statuses and details across multiple AI sessions. The skill captures your current task breakdown and uses persistent storage to maintain data integrity for seamless cross-session continuity and later retrieval.

What is the best way to restore context from a previous task list?

The best way to restore context from a previous task list is to restart your session using the command provided after you save. This triggers the background hooks to automatically map the session and reload the stored task data.

Do I need specific dependencies to maintain task progress over multiple sessions?

No specific dependencies are required to maintain task progress over multiple sessions. The skill uses internal scripts, references, and assets to handle persistent storage and structured verification workflows natively.

When should I not use automated session mapping to save my tasks?

You should not use automated session mapping if your tasks require external database synchronization or real-time multi-user collaboration. This skill is designed for individual cross-session continuity rather than concurrent team editing.