save-task-list

Save the current session's task list to a JSONL file for reuse across Claude Code sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save task lists preserve the current session's task list for reuse across Claude Code sessions, ensuring continuity of planning and reducing repeated work.

Core Features & Use Cases

  • Save the current session's task list for reuse in future sessions.
  • Log the session-to-task-list mapping to a JSONL file for audit and recovery.
  • Install a SessionStart hook to verify restoration on new sessions and surface a confirmation or warning.
  • Provide a startup command to resume work with the preserved task list.

Quick Start

Invoke the skill with /save-task-list to save the current session's task list for reuse in future sessions.

Frequently Asked Questions about save-task-list

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

FAQPage Schema
How do I preserve my Claude Code task list for reuse across sessions?

To preserve your Claude Code task list for reuse across sessions, invoke the save-task-list skill to log the current session's tasks to a JSONL file and install a SessionStart hook for automatic cross-session restoration.

How does session persistence for task lists work after a restart?

Session persistence for task lists works by logging the session-to-task-list mapping to a JSONL file and installing a settings-level SessionStart hook that verifies and surfaces the restored planning state on new sessions.

Can I recover planning state and task dependencies after closing a Claude Code session?

Yes, you can recover planning state and task dependencies after closing a Claude Code session by using a startup command that resumes work with the preserved task list logged in the session archive.

What is the best way to save a workflow task list for continuity across development sessions?

The best way to save a workflow task list for continuity across development sessions is to use a skill-scoped hook that verifies completion and logs the task list mapping for audit and recovery.

Do I need any dependencies or external components to save session task lists?

No, you do not need any dependencies or external components to save session task lists, as the skill operates independently using internal hooks and a local JSONL log file for persistence.

Why does my restored task list show a warning on session start?

Your restored task list shows a warning on session start because the installed SessionStart hook verifies the restoration status and surfaces a confirmation or warning if the task list state is incomplete or mismatched.