Checkpoint

Prepare for context compaction by hand, with care, before you run /compact. A deliberate, model-driven pass that brings ALL durable context up to date so nothing is left stale anywhere: flushes the Session Ledger, syncs the plan file, carries what outlives the task into the project state file, graduates cross-project lessons into the memory store, reconciles project knowledge docs, refreshes the current situation (a /update-style "where we are, what's next"), guards against context bloat, and only then gives a green light to compact. It never compacts by itself. It exists because automatic compaction gives the model no turn to prepare, so quality preparation has to be a deliberate step. Complements the Session Ledger; does not replace it. TRIGGERS: "/checkpoint", "checkpoint", "prepare compact", "prepare for compaction", "before the compact", "save the context", "compact vorbereiten", "kontext sichern", and the same intent in any other language. Fire it right before every manual /compact. Two other things can

kaposty 2bc6660 17.6 KB Updated

File contents

kaposty/context-kit/tree/main/skills/checkpoint commit 2bc6660661

Frequently asked questions

npx skillmds@latest add kaposty/checkpoint