continuity-ledger

Generate a structured YAML ledger of session decisions, findings, and next steps.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill continuity-ledger-dojogenesis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuity-ledger
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/wisdom-garden/skills/continuity-ledger
Command: npx skills add https://github.com/DojoGenesis/gateway --skill continuity-ledger-dojogenesis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When AI agents run for long periods, context fills up and clearing the session loses important decisions, findings, and next steps. This Skill creates a structured handoff document that captures the session state before a clear, allowing seamless continuation later.

Core Features & Use Cases

  • Structured YAML ledger that records goals, decisions, findings, file changes, and next actions.
  • Automatic folder management to store handoff files per session.
  • Resumption workflow that loads the latest ledger to restore context for the next session.
  • Use cases include multi‑day feature development, large refactors approaching context limits, and handoff between collaborators.

Quick Start

Ask the agent to generate a continuity ledger for the current session before clearing the context.

Frequently Asked Questions about continuity-ledger

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

FAQPage Schema
How do I preserve AI session state before clearing context?

To preserve AI session state before clearing context, generate a structured YAML ledger that captures current decisions, findings, and next steps. This handoff document allows seamless continuation of multi-session projects by restoring the exact work state later.

What is a continuity ledger for multi-session AI projects?

A continuity ledger is a structured YAML file that records goals, decisions, findings, file changes, and next actions for multi-session AI projects. It serves as a handoff document to maintain work continuity when context limits are approached or sessions are cleared.

How do I create a handoff file to transfer context between AI runs?

To create a handoff file, prompt the AI agent to generate a continuity ledger for the current session. The Skill automatically manages folders within the thoughts/shared/handoffs directory and writes a structured YAML file capturing the current session state.

Does generating a continuity ledger require file system access?

Yes, generating a continuity ledger requires file system access to read and write handoff files within the thoughts/shared/handoffs directory. This access is necessary to store the structured YAML session state and load it for the resumption workflow.

When should I generate a session handoff ledger?

You should generate a session handoff ledger when the AI context is approaching capacity, during multi-day feature development or large refactors, or before clearing the session. It captures work state to ensure seamless continuation across collaborators.

How do I resume work on a multi-day feature after clearing the AI context?

To resume work after clearing the AI context, use the resumption workflow to load the latest continuity ledger from the thoughts/shared/handoffs directory. This restores the previous session's goals, decisions, and next actions into the new context.