dream

Consolidate auto-memory across sessions by rebuilding MEMORY.md with a four-phase cycle.

11|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/robinslange/learning-loop --skill dream-robinslange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/robinslange/learning-loop/tree/main/skills/dream
Command: npx skills add https://github.com/robinslange/learning-loop --skill dream-robinslange

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dream consolidates auto-memory across sessions to keep notes synchronized and reduce drift between sessions.

Core Features & Use Cases

  • Four-phase cycle: Orient, Gather Signal, Consolidate, Prune Index.
  • Seven operators: MERGE, RESOLVE, ABSTRACT, COMPRESS, PRUNE, LINK, DATE NORMALIZE.
  • Rebuilds MEMORY.md and archives outdated memories to maintain a clean vault.

Quick Start

Trigger the dream workflow at session end to consolidate auto-memory across sessions.

Frequently Asked Questions about dream

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

FAQPage Schema
How do I consolidate auto-memory across sessions to reduce data drift?

To consolidate auto-memory across sessions, trigger a four-phase cycle that reads vault data, organizes entries with seven operators like MERGE and COMPRESS, and rebuilds MEMORY.md to synchronize notes and prevent drift.

What is the best way to prune and organize outdated memory entries in a vault?

Organizing outdated memory entries uses a consolidation cycle applying operators like PRUNE, ABSTRACT, and LINK to verify details, archive outdated memories, and maintain a clean vault while preserving essential information.

How does memory consolidation handle provenance and safe actions during workflow automation?

Memory consolidation handles provenance by logging actions while enforcing safe, gated operations throughout the workflow cycle, ensuring that changes to the vault data are tracked and verified before being committed.

When should I trigger an auto-memory consolidation workflow during my session?

You should trigger the auto-memory consolidation workflow at session end to gather signal, resolve conflicts, and rebuild your MEMORY.md file, ensuring your vault data remains synchronized for the next session.

Can I normalize dates and resolve conflicts when synchronizing session memory?

Yes, you can normalize dates and resolve conflicts during the consolidation phase using the DATE NORMALIZE and RESOLVE operators, which standardize timestamps and merge overlapping memory entries in the vault.

What are the limitations of automated memory consolidation for workflow vaults?

A limitation of automated memory consolidation is that it enforces safe, gated actions, meaning it cannot aggressively delete data without passing through the four-phase cycle and specific operators like PRUNE to verify entries.