archon-save-task-list

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

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-save-task-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-save-task-list
Source: https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI/tree/main/payload/claw-code/.claw/skills/archon-save-task-list
Command: npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-save-task-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and reuse the current session's task list across future Claude Code sessions, preserving planning context and enabling quick restoration.

Core Features & Use Cases

  • Save the current session's tasks to a persistent task list with a startup command for restoration.
  • Install a session-scoped and settings-scoped verification hook to confirm restoration and surface task counts.
  • Provide immediate visibility of saved tasks and a one-step workflow to resume progress in new sessions.

Quick Start

Invoke the skill with /save-task-list to persist the current tasks list for future sessions.

Frequently Asked Questions about archon-save-task-list

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

FAQPage Schema
How do I save and reuse my Claude Code task list across sessions?

To save and reuse a task list across sessions, invoke the /save-task-list command to persist current planning context. A startup command later restores these tasks, ensuring quick recovery of your workflow state in new Claude Code sessions.

Does Claude Code support session persistence for planning context?

Yes, session persistence for planning context is supported. By installing session-scoped Stop and PreToolUse hooks alongside settings-level TaskList verification, the workflow automatically confirms task integrity and surfaces task counts for future restoration.

How does the task list verification hook work in Claude Code?

The task list verification hook works by operating at the session and settings scope to confirm task restoration and surface task counts. It uses PreToolUse and Stop hooks to ensure the persistent task list maintains data integrity and visibility.

Can I restore a saved task list automatically when starting a new Claude Code session?

Yes, you can restore a saved task list automatically when starting a new session. The workflow implements a startup command that retrieves the persisted task list, providing immediate visibility and a one-step workflow to resume progress.

What is the best way to manage task lists for long-running Claude Code workflows?

The best way to manage task lists for long-running workflows is to use a combination of a startup command for restoration and Stop hooks for persistence. This approach prevents the loss of planning context when sessions end or are interrupted.

Why does my task list disappear when I start a new Claude Code session?

Your task list disappears because standard session contexts are not persistent by default. You need to explicitly save the task list using a dedicated command and settings-level verification hooks to ensure it is restored in future sessions.