dream-audit

Audits memory files for citation activity, contradictions, and rollback rates to tune promotion confidence.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill dream-audit-vickysrawat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream-audit
Source: https://github.com/vickysrawat/AI-Assisted-development/tree/main/skills/dream-audit
Command: npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill dream-audit-vickysrawat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Over time, an AI assistant's accumulated memory can fill with stale facts, contradicted claims, and unreliable categories that silently degrade future sessions. This Skill closes the feedback loop by measuring whether stored memory is actually earning its place, using signals already present in the memory files. ## Core Features & Use Cases - Citation Analysis: Classifies each memory topic file as active, stale, or never cited based on Last-cited stamps within a configurable day window (default 90). - Contradiction Scan: Surfaces facts that developers explicitly corrected, listing each with its topic file and originating session. - Rollback-Informed Confidence: Computes rollback rates per fact category and writes audit hints that lower promotion confidence for categories exceeding a 10% rollback rate. - Use Case: Run a quarterly audit to archive uncited topic files, flag contradicted facts for review, and automatically tune how aggressively future learnings get promoted into long-term memory. ## Quick Start Ask the assistant to run a memory quality audit over the last 90 days and propose archive, flag, and confidence-hint actions.

Frequently Asked Questions about dream-audit

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

FAQPage Schema
How do I audit AI memory files for stale or unused facts?

Run the audit with a citation window (default 90 days). It reads the Last-cited stamp in each memory topic file and classifies it as active, stale, or never cited, then proposes archiving stale files rather than deleting them.

How does the memory audit detect contradicted facts?

It scans the dream log for entries tagged [CORRECTION], which are written whenever a developer explicitly corrects a remembered fact during a session. Each contradicted fact is listed with its topic file and the session where the correction occurred.

Can the audit delete my memory files automatically?

No. The audit never deletes memory files; it only moves stale or uncited files to an archive folder after you explicitly choose that action. Every action is logged in the dream log, making the process reversible and auditable.

What happens when a memory category has a high rollback rate?

Categories exceeding a 10% rollback rate are flagged, and the audit can write an audit-hints file instructing the consolidation process to lower promotion confidence by one band for those categories on its next run.

Does the memory audit modify promoted facts directly?

No. Promoted facts in the main memory file are never modified by the audit; they are only flagged for review. Removal of promoted facts is handled separately through the rollback workflow.