dream

Consolidate runtime artifacts into redactable learnings with routed dispositions.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/quanpersie2001/pulse --skill dream-quanpersie2001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream
Source: https://github.com/quanpersie2001/pulse/tree/main/plugins/pulse/skills/dream
Command: npx skills add https://github.com/quanpersie2001/pulse --skill dream-quanpersie2001

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates transient runtime artifacts and scattered agent outputs into durable, redactable learnings so teams have a reviewed, auditable knowledge base and avoid silent drift or unsafe rewrites.

Core Features & Use Cases

  • Mode detection and provenance: Detects bootstrap vs recurring runs and writes run-level provenance to .pulse/memory/dream-run-provenance.md.
  • Safe evidence handling: Treats runtime artifacts as untrusted input, mandates PII/secret redaction, normalizes relative dates, and validates stale references.
  • Signal extraction and routing: Extracts candidates, classifies them (pattern, decision, correction, ratchet, etc.), resolves contradictions, and routes each into a single disposition (merge, create, correction, ratchet, propose, pending, or skip).
  • Approval and guardrails: Never edits critical-patterns without explicit approval, enforces exact-one-owner rewrite rules, and preserves ambiguous items behind explicit operator choices.
  • Use Cases: Run a first-time bootstrap consolidation, run recurring 7-day scans, or perform targeted consolidation for mixed claude/codex evidence while preserving operator control.

Quick Start

Run a dream consolidation pass over the last 7 days of runtime artifacts and produce merge, correction, ratchet, or pending recommendations.

Frequently Asked Questions about dream

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

FAQPage Schema
How do I consolidate runtime artifacts into durable memory?

You can consolidate runtime artifacts into durable memory by running a consolidation pass that extracts signals, redacts PII, normalizes dates, and routes outputs into merge, correction, ratchet, or pending dispositions for an auditable knowledge base.

What is the best way to redact secrets and PII from agent runtime learnings?

Redact secrets and PII from runtime learnings by treating all agent artifacts as untrusted input, enforcing mandatory redaction and date normalization during signal extraction before routing into durable memory.

How does signal routing work for runtime corrections and ratchets?

Signal routing works by extracting candidates from runtime evidence, classifying them as patterns or corrections, resolving contradictions, and assigning each an exact disposition like merge, create, ratchet, or skip to ensure safe knowledge base updates.

Can I use this to bootstrap memory from mixed Claude and Codex runtime evidence?

Yes, you can use this to bootstrap memory from mixed Claude and Codex runtime evidence. It detects bootstrap versus recurring runs, writes run-level provenance, and performs targeted consolidation while preserving operator control.

What are the limitations of automatic critical-pattern promotions during memory consolidation?

The limitation of automatic critical-pattern promotions is that they are blocked; the system never edits critical-patterns without explicit approval, enforces exact-one-owner rewrite rules, and leaves ambiguous items pending behind explicit operator choices.