Manage a three-tier (HOT/WARM/COLD) memory lifecycle for long-running SEO/GEO programs - capture, promote, demote, and archive findings, track open loops, and run privacy cleanup.
---
name: memory-management
description: Use when the user asks to remember project context, check saved findings, manage hot cache, or archive/purge data across SEO/GEO sessions - manages the HOT/WARM/COLD memory lifecycle with promotion, demotion, archival, and privacy cleanup. Not for content or domain scoring (use the auditors).
---
Maintain durable cross-session memory for SEO/GEO campaigns using a three-tier system.
## How to use
1. Understand the tiers: HOT (<=80 lines, auto-loads each session via the SessionStart hook), WARM (loads on demand per skill), and COLD (archived, queried only on request).
2. Initialize the memory structure for a new project (industry, hero keywords, competitors).
3. After each analysis, capture findings and promote durable facts/decisions into the hot cache and `memory/open-loops.md`.
4. Demote and archive stale data from HOT to WARM to COLD to keep the hot cache lean.
5. Answer context queries ("what are our hero keywords?", "what did we decide last time?") from stored memory.
6. Run privacy cleanup to purge personal data on request, and finish with a hot-cache update plan and handoff summary.
Full skill & source: https://github.com/aaron-he-zhu/seo-geo-claude-skills/tree/dea9f4d6efaa886ddc5dcef5b597dd2b8650ff18/cross-cutting/memory-management