Weekly Review Prompt
# Weekly Memory Consolidation Prompt
Run this prompt against your AI once a week. It will follow the `memory-consolidation.md` runbook and produce a consolidation report.
---
**Prompt:**
> You are running the weekly memory consolidation pass.
>
> Read `runbooks/memory-consolidation.md` and follow every step. Do not skip steps.
>
> Specifically:
> 1. Measure the current state (line counts, file counts)
> 2. Classify every entry in `MEMORY.md` as LIVE / RESOLVED / STALE / DUPLICATE
> 3. Prune, demote, and merge according to the runbook
> 4. Tighten index entries
> 5. Compress old sessions
> 6. Surface unresolved tensions (deferred items with passed dates)
> 7. Write a consolidation report to `sessions/YYYY-MM-DD-memory-consolidation.md`
> 8. Verify the final state
>
> Do NOT delete any files. Archive or merge only.
>
> Do NOT rename files without checking for inbound links first.
>
> When finished, give me a one-paragraph summary: before/after line count, number of items archived, number of items merged, and the top 3 unresolved tensions I need to decide on.
---
## What to Do With the Report
- **Read the unresolved tensions section first.** Those are decisions only you can make.
- **Spot-check a few archived items** to make sure the AI didn't over-prune. Recent work (under 30 days) shouldn't be archived.
- **Approve or roll back.** If the consolidation looks wrong, restore from git (you ARE running this in a git-tracked repo, right?) and adjust the prompt.
## Cadence
Weekly is the default. Faster if your memory grows fast (active sprint, heavy incident work). Slower is risky — the longer you wait, the harder the classification work becomes.
## Safety
- Always run in a git-tracked directory so you can roll back
- Never run as a truly autonomous process until you've seen 3-4 consecutive consolidations that look correct
- The first run will be the most dramatic (biggest reduction) — that's normalwhen to use it
Community prompt sourced from the open-source GitHub repo arieslao/human-ai-brain-mapping (MIT). A "Weekly Review Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
arieslao/human-ai-brain-mapping · MIT