Continuity Ledger

Maintain a structured ledger in a handoff file to preserve session state across context clearing.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill continuity-ledger-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Continuity Ledger
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/context/continuity_ledger
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill continuity-ledger-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the loss of critical session context when using the /maestro:clear command, ensuring long-running or interrupted tasks can be resumed without losing progress or important decisions.

Core Features & Use Cases

  • State Preservation: Maintains a structured "Ledger" section within a handoff file that survives context clearing.
  • Resumable Workflows: Enables seamless continuation of complex tasks, multi-day implementations, or refactors.
  • Context Management: Provides a mechanism to manage and refresh context effectively, especially when usage approaches 70% or higher.
  • Use Case: You're working on a large refactor that spans several days. Before leaving for the day, you use this skill to save your current progress, decisions, and next steps in the ledger. The next day, after clearing context, the ledger is automatically loaded, allowing you to pick up exactly where you left off.

Quick Start

Update the continuity ledger for the current session by running the command to create or update the handoff file.

Frequently Asked Questions about Continuity Ledger

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

FAQPage Schema
How do I preserve session state after clearing context?

To preserve session state after clearing context, you use a structured ledger within a handoff file to store goals, decisions, and progress. This allows long-running or interrupted development sessions to resume seamlessly.

What is a handoff file for resumable workflows?

A handoff file is a structured markdown document located in a specific shared directory that stores session-specific information. It acts as a continuity ledger to ensure uninterrupted progress across multi-day development tasks.

How do I manage context preservation for multi-day development sessions?

You manage context preservation for multi-day sessions by maintaining a structured ledger within a handoff file. This ensures continuity of your goals, decisions, and progress before clearing context or leaving an interrupted task.

When should I update the continuity ledger during a long refactor?

You should update the continuity ledger before clearing context or when usage approaches 70% capacity. Updating the ledger ensures your current progress, decisions, and next steps survive for a quick resume the next day.