← ClaudeAtlas

memai-checkpointslisted

The lifecycle of MemAI CHECKPOINTS: deciding which bearing is still current and which one is superseded, archiving the checkpoint of work that is closed or an intra-session trail that a newer one already covers, keeping the single bearing a live effort still needs, correcting a fact in a kept checkpoint that has gone out of date, pushing out its recheck date, and re-filing its domain path. Use when the user asks to TRIAGE or CLEAN UP checkpoints, "archive the old checkpoints", "retire this checkpoint", "what is still active", "which of these is the current one", and as the checkpoint step of the [[memai-maintenance]] pass. Conceptual base: [[memai-memory]] — a checkpoint is a bearing, not an archive.
Filipe-Soares-de-Almeida/MemAI · ★ 0 · AI & Automation · score 70
Install: claude install-skill Filipe-Soares-de-Almeida/MemAI
# memai-checkpoints — the lifecycle of a checkpoint A `checkpoint` is a **bearing summary** — where the work stands — transient and replaced as the work moves on ([[memai-memory]] §5). The durable knowledge lives in `note`/`reasoning`/`anti_pattern`. This skill keeps **only the bearing still needed** and retires the rest **without losing knowledge**: if the durable part is not in a `note` yet, it goes there first ([[memai-distill]]). > **This skill does not curate `note`.** Only `type=checkpoint` records enter > here. > **It proposes; it does not apply.** Everything below is staged through > `optimize_stage` and applied or rejected by the human in the dashboard. The > destructive kinds it can stage — `archive` and `distill` — are **rejected > without a non-empty `verified`** describing the live-facts check behind them. --- ## 1. The state of the work is declared by the project Every decision below turns on whether the work a checkpoint is the bearing for is **live**, **paused** or **closed**. That state is not in the store: MemAI records where the work stood, not whether it is still open. So read it from whatever the host project **declares** as its source of truth for the state of work — a section of its own `CLAUDE.md`, an issue tracker, the branch and the git log, a status file the project keeps. This skill reads that source; it never infers the state from a checkpoint's own wording, from its age, or from a domain having gone quiet. Establish what the source is befo