continuity_ledger

Record continuity decisions and session state in a persistent ledger.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/tfunk1030/vibe --skill continuity-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuity_ledger
Source: https://github.com/tfunk1030/vibe/tree/main/.claude/skills/continuity_ledger
Command: npx skills add https://github.com/tfunk1030/vibe --skill continuity-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continuity Ledger helps you keep a durable state across clears by maintaining a ledger that survives /clear, ensuring long-running sessions don't lose essential context.

Core Features & Use Cases

  • Maintains a persistent session ledger under thoughts/ledgers to track goals, decisions, and state across clears.
  • Provides templates and structured sections for decisions, state, and next steps to reduce cognitive load during refactors/issues.
  • Useful for multi-day runs, complex refactors, and sessions prone to context loss when clearing.

Quick Start

Create a new ledger as thoughts/ledgers/CONTINUITY_CLAUDE-<session-name>.md and begin updating it at major milestones.

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 across a /clear in long-running workflows?

You can preserve session state by recording continuity decisions in a persistent ledger file, ensuring goals and context survive resets for long-running workflows.

What is the best way to maintain context for multi-day refactoring sessions?

The best way to maintain context for multi-day refactors is using a structured ledger to track decisions, state, and next steps, reducing cognitive load when resuming after a clear.

How do I set up a continuity ledger for session state recovery?

Set up a continuity ledger by creating a markdown file under thoughts/ledgers, then update it at major milestones with structured sections for decisions, state, and next steps.

Does a persistent ledger work for complex tasks prone to context loss?

Yes, a persistent ledger works for complex tasks by capturing structured state and recovery guidance, preventing context loss during clears and enabling smooth session continuation.

What should I include in a session ledger to reduce cognitive load?

Include structured templates for decisions, current state, and next steps in your session ledger to reduce cognitive load and provide clear recovery guidance after a reset.

When do I need a continuity ledger for session state management?

You need a continuity ledger for long-running sessions, multi-day refactors, and complex tasks where essential context would be lost after a /clear reset.