Checkpoint

Save and mutate workflow state — init a workflow, update fields, transition phases, and capture a structured handoff before context exhaustion. Use when the user says 'save progress', 'checkpoint', 'I need to stop', or runs /checkpoint. Writes current workflow phase, task progress, and artifacts to the event store for later resumption. Do NOT use for restoring/reading state after a session break (that is /rehydrate) or for workflow initialization framing handled by ideate/debug/refactor commands.

lvlup-sw c6aa54b 3 files · 35.0 KB Updated

File contents

lvlup-sw/exarchos/tree/main/rendered/skills/standard/checkpoint commit c6aa54b571

Frequently asked questions

npx skillmds@latest add lvlup-sw/checkpoint