deep-sleep

Consolidates related long-term memory documents into synthesis files under .agents/docs/LTM/.

15|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/moriyoshi/winterbaume --skill deep-sleep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-sleep
Source: https://github.com/moriyoshi/winterbaume/tree/main/.agents/skills/deep-sleep
Command: npx skills add https://github.com/moriyoshi/winterbaume --skill deep-sleep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate related long-term memory documents into higher-level synthesis documents while preserving the original sources for traceability and auditability.

Core Features & Use Cases

  • Proposes and creates synthesis documents from overlapping LTM topics found across .agents/docs/LTM/ and INDEX.md.
  • Writes synthesis files under .agents/docs/LTM/ with descriptive kebab-case filenames.
  • Updates the LTM INDEX and appends consolidation notes to JOURNAL.md to record what was created and what was kept standalone.
  • Preserves source LTM documents to maintain traceability and future reference.

Quick Start

Run this skill after good-sleep to generate high-level synthesis documents for overlapping LTM topics.

Frequently Asked Questions about deep-sleep

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

FAQPage Schema
How do I consolidate overlapping long-term memory documents into synthesis notes?

Long-term memory consolidation works by reorganizing topic clusters across .agents/docs/LTM/ and INDEX.md into higher-level synthesis files. Source notes are preserved intact to maintain traceability while producing compact, focused summaries.

What is the best way to reorganize topic clusters in LTM documentation?

Reorganizing LTM documentation requires planning a consolidation plan, creating kebab-case synthesis files under .agents/docs/LTM/, and updating INDEX.md. This produces compact syntheses while keeping source notes intact for auditability.

How do I update INDEX.md and JOURNAL.md when creating synthesis documents?

Updating INDEX.md and JOURNAL.md during synthesis involves recording newly created consolidation files and noting which source documents were kept standalone. This maintains an accurate log of what was synthesized and what remains independent.

Can I preserve source LTM documents for traceability while generating higher-level syntheses?

Preserving source LTM documents for traceability is fully supported during synthesis generation. The consolidation process creates new summary files without modifying or deleting the original notes, ensuring future reference and auditability.

When do I need to run consolidation on my LTM documentation repository?

Consolidation on LTM documentation is needed when overlapping topic clusters accumulate across your repository. Running this process after initial document collection reorganizes scattered notes into focused, higher-level synthesis documents.

Does deep-sleep require any specific dependencies or components to run?

deep-sleep requires no external dependencies or components to operate. It functions by reading existing LTM documents and producing synthesis files, updating INDEX.md and JOURNAL.md natively within the .agents/docs/ structure.