Save session progress before clearing context
haikuworkflow/# Checkpoint Save current session progress to resume later after context clearing. ## When to Use - Context usage reaches 60% (check with `/context`) - Before planned context clearing - End of work session with incomplete tasks - Before switching to a different task/feature ## Process ### Step 1: Detect Checkpoint Directory ### Step 2: Gather Context Collect the following information: 1. **Current branch and uncommitted changes**: 2. **Active todos** (from TodoWrite): - What tasks are in_progress? - What tasks are pending? 3. **Recent file changes**: 4. **Key de...
Create a named checkpoint of current state
Create session checkpoint with automatic state capture
Create, load, or manage execution checkpoints for recovery
Create a named checkpoint of current state
Create a quick WIP checkpoint commit to save your current work