context-restore

Restore the most recently saved working context via the gstack mechanism.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/TwoToned/gearflow --skill context-restore-twotoned
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/TwoToned/gearflow/tree/main/.claude/skills/gstack/context-restore
Command: npx skills add https://github.com/TwoToned/gearflow --skill context-restore-twotoned

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restores the last saved working context so you can resume where you left off, even after switching branches or Conductor handoffs.

Core Features & Use Cases

  • Loads the most recent context saved with /context-save across all branches.
  • Enables seamless handoffs between workspaces and teammates without losing progress.
  • Supports a complete resume workflow when asked to "resume", "restore context", or "pick up where I left off".

Quick Start

Run /context-restore to load your most recently saved context.

Frequently Asked Questions about context-restore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore my previous working session after switching branches?

You can restore your previous working session by loading the most recently saved context checkpoint. This reloads the prior state across branches so you pick up exactly where you left off.

What is the best way to resume work after a Conductor workspace handoff?

To resume work after a Conductor workspace handoff, restore the latest saved context checkpoint. This loads the prior session state seamlessly without losing progress during the transition.

Do I need a saved checkpoint before I can load my working context?

Yes, you need a previously saved checkpoint created via the context-save mechanism. The restore process loads the latest checkpoint available for the current session to rebuild your working state.

Can I use the gstack context mechanism to pick up where I left off across different branches?

Yes, the gstack context mechanism loads the most recent saved checkpoint across all branches. This allows you to pick up where you left off regardless of branch switching.

How does session context loading work when resuming a workflow?

Session context loading works by fetching the latest checkpoint saved for the current session. It applies the prior working state to your environment, enabling a complete workflow resume without manual reconfiguration.