What problem does it solve? When resuming long-running work after days away, developers lose track of prior decisions and assumptions. This Skill recovers that memory by loading the last N session checkpoints saved on the current branch, so resumed work stays consistent with earlier choices. ## Core Features & Use Cases - Branch-scoped session discovery: Finds recent session saves under .claude/runtime/sessions/<branch>/, filtered to the current repository and branch. - Token-aware loading: Estimates token cost per save, shows an aggregate total, and asks for confirmation before loading to avoid context bloat. - Bounded selection: Restricts loading to 1–5 sessions and delegates the actual load to the /li:context-warm command, then appends an event record to 00-state.md. - Use Case: Returning to a feature branch after a week off, run the skill to reload the last three session saves and verify today's assumptions against decisions recorded earlier. ## Quick Start Ask the agent to warm context by loading the last three session saves for the current branch before continuing work.