continuity-ledger

Generate a YAML handoff document capturing session state and next steps.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill continuity-ledger-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuity-ledger
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/continuity_ledger
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill continuity-ledger-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires artifact_mark.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents the loss of critical context and work-in-progress when Claude's context window fills up, by creating a structured handoff document.

Core Features & Use Cases

  • State Preservation: Creates a YAML file summarizing the session's progress, decisions, and next steps.
  • Context Continuity: Enables seamless resumption of complex tasks across multiple sessions without losing information.
  • Use Case: After a long coding session where you've fixed several bugs and refactored a module, use this Skill to save your progress before clearing the context, ensuring you can pick up exactly where you left off.

Quick Start

Create a continuity ledger for the current session.

Frequently Asked Questions about continuity-ledger

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

FAQPage Schema
How do I preserve context when clearing a session?

To preserve context when clearing a session, generate a YAML handoff document that captures your session name, status, completed tasks, decisions, and next steps. This structured summary ensures seamless state preservation for resuming complex work later.

What is a YAML handoff document for session continuity?

A YAML handoff document for session continuity is a structured file that records your session date, outcome, blockers, questions, and findings. It serves as a state preservation summary to prevent losing critical work-in-progress when the context window fills up.

How do I create a continuity ledger to save work-in-progress before clearing context?

Creating a continuity ledger requires user input for the session outcome via the AskUserQuestion tool and artifact marking via a Python script. The process generates a YAML file summarizing your progress, decisions, and next steps for seamless resumption.

Does generating a session handoff document require any dependencies?

Generating a session handoff document requires the artifact_mark.py Python script dependency. You must also interact with the AskUserQuestion tool to provide the session outcome before the YAML state preservation file is produced.

Can I use a YAML handoff document to resume complex coding tasks across multiple sessions?

Yes, you can use a YAML handoff document to resume complex coding tasks across multiple sessions. By capturing completed tasks, blockers, and next steps, it enables context continuity so you can pick up exactly where you left off after a context clear.

What is the best way to manage state preservation for long coding sessions?

The best way to manage state preservation for long coding sessions is creating a structured YAML handoff document. It captures your progress, decisions, and findings, preventing the loss of critical context when the context window fills up and facilitating seamless resumption.