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
- Call
memory_dream_review, usually withfocus: "all". - Report findings in this order:
projectRebuildcleanupprofileSuggestionsambiguousnoActiontimeLayerNotes
- State clearly that Dream Audit is read-only and no memory records were modified.
- Only call
memory_getif 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
timeLayerNotesas integrity observations only, not rewrite instructions. - Prefer citing the returned
evidenceRefsinstead of guessing where a finding came from.