← ClaudeAtlas

save-statelisted

Update project ledger with current state. Use periodically to preserve context before compaction.
ArieGoldkin/claude-forge · ★ 5 · AI & Automation · score 71
Install: claude install-skill ArieGoldkin/claude-forge
# /save-state Update the project state ledger with current context using the append-until-handoff model. ## When to Use - Before context window gets full - After completing a major milestone - Before switching to different work - Periodically during long sessions (every 1-2 hours) ## What It Does - Reads current context from `.claude/context/shared-context.json` - Extracts recent decisions, completed tasks, pending work, and blockers - Appends new entry to Session Activity Log (timestamped, 3-8 bullet points) - Appends new Key Decisions (never removes existing ones) - Replaces snapshot sections: Current State, Done (Recent), Next, Open Questions - Updates ledger timestamp and writes to `.claude/continuity/ledgers/` - Warns when the ledger crosses the canonical health thresholds (warn / urgent — defined in the /check-maintenance command) and suggests `/create-handoff` ## Related - See `/continuity-management` for full system documentation