Memory Dream Review

Audit Genii Memory quality with a read-only Dream pass over current file memories and the global profile.

intelligent-internet Updated

File contents

Dream Audit

Use this skill when the user asks to audit memory quality, inspect profile drift, review duplicate project memories, or decide what should be promoted into longer-term memory.

Primary Path

  1. Call memory_dream_review, usually with focus: "all".
  2. Report findings in this order:
    • projectRebuild
    • cleanup
    • profileSuggestions
    • ambiguous
    • noAction
    • timeLayerNotes
  3. State clearly that Dream Audit is read-only and no memory records were modified.
  4. Only call memory_get if the user asks to inspect one specific finding in detail.

Focus Guidance

  • Project cleanup or duplicate project summaries: use memory_dream_review({ focus: "projects" })
  • Profile drift or promotion questions: use memory_dream_review({ focus: "profile" })
  • Mixed governance review: use memory_dream_review({ focus: "all" })

Guardrails

  • Do not imply that Dream Audit already rewrote any memory files.
  • Treat timeLayerNotes as integrity observations only, not rewrite instructions.
  • Prefer citing the returned evidenceRefs instead of guessing where a finding came from.

intelligent-internet/genii/tree/main/src/genii/runtime/openclaw_plugins/genii_memory/agent-skills/memory-dream-review commit d09b472606

Frequently asked questions

npx skillmds@latest add intelligent-internet/memory-dream-review