save-task-list

Save session tasks, statuses, and dependencies for reuse across Claude Code sessions.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RsultCoding/rca-archon --skill save-task-list-rsultcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-task-list
Source: https://github.com/RsultCoding/rca-archon/tree/main/.claude/skills/save-task-list
Command: npx skills add https://github.com/RsultCoding/rca-archon --skill save-task-list-rsultcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save the current session's task list for reuse across future Claude Code sessions.

Core Features & Use Cases

  • Persist the current session's tasks (subjects, statuses, and dependencies) to a reusable store.
  • Restore task lists across sessions with a verified startup process via a SessionStart hook.
  • Support sharing and reusing task context to accelerate planning and execution.

Quick Start

Invoke the skill with /save-task-list to capture the active session's tasks and generate a startup command for restoration.

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 Claude Code task list for a future session?

To save your Claude Code task list for a future session, invoke the skill to persist active tasks, statuses, and dependencies into a reusable store. It writes a session mapping log and installs a SessionStart hook to verify restoration.

How does a SessionStart hook restore tasks in Claude Code?

A SessionStart hook restores tasks in Claude Code by verifying the saved task list during the startup process. It checks the persistent store and automatically re-establishes your task subjects, statuses, and dependencies in the new environment.

Can I preserve task dependencies and statuses across Claude Code sessions?

Yes, you can preserve task dependencies and statuses across Claude Code sessions. The skill captures the current session's task hierarchy and state, writing them to a reusable mapping log for later restoration.

What is the best way to share task context between Claude Code sessions?

The best way to share task context between Claude Code sessions is to persist the active task list to a reusable store. This accelerates planning and execution by allowing future sessions to verify and restore the exact task state.

Do I need any dependencies to save and restore my session task list?

No dependencies are required to save and restore your session task list. The skill operates independently to capture your active tasks and install the necessary SessionStart hook for automatic verification on startup.

Why does my restored session task list not match the original?

If a restored session task list does not match the original, the SessionStart hook verification process may have failed to read the session mapping log correctly. Ensure the initial save command captured all active tasks and dependencies successfully.