What problem does it solve? Losing track of where you left off between coding sessions wastes time rebuilding mental context. This Skill reloads the working state previously saved by /context-save so you can resume a task immediately, even across workspace handoffs or branch switches. ## Core Features & Use Cases - Session State Recovery: Loads the most recent saved context across all branches by default, surfacing recent artifacts, checkpoints, and timeline entries. - Cross-Workspace Handoff: Picks up work transferred between Conductor workspaces without manual re-explanation. - Continuous Checkpoint Integration: Reads [gstack-context] blocks from WIP commits when continuous checkpoint mode is enabled. - Use Case: You return Monday morning after a weekend away from a feature branch. Invoke the skill and it summarizes your last session, the latest checkpoint file, and suggests the next logical skill to run. ## Quick Start Ask the assistant to resume where I left off on this project using the context-restore skill.