What problem does it solve? Over time, an agent memory graph accumulates nodes that are never recalled and have not been accessed in months, cluttering recall results. This Skill identifies those stale nodes and removes them safely, but only after the user explicitly confirms the deletion. ## Core Features & Use Cases - Stale-Node Scan: Lists nodes last accessed beyond a configurable threshold (90 days by default) that have never been recalled, without deleting anything. - Confirmed Pruning: Re-lists candidates and requires a typed confirmation before deleting; pinned nodes (importance >= 0.8) are never flagged as stale. - Use Case: After months of agent operation, run a memory health check to see which old decisions or facts nobody ever reads, review the list, and prune them to keep the graph clean. ## Quick Start Ask the agent to run a memory doctor health check and show which memory nodes are stale.