context-restore

Restore the most recent saved working context across branches and workspaces.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/tblakex01/conductor-playground --skill context-restore-tblakex01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/tblakex01/conductor-playground/tree/main/.claude/skills/gstack/context-restore
Command: npx skills add https://github.com/tblakex01/conductor-playground --skill context-restore-tblakex01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore a previously saved working context across branches and workspaces, enabling you to resume where you left off even when switching branches or moving between Conductor workspaces.

Core Features & Use Cases

  • Automatic loading of the most recent saved context across all branches.
  • Seamless resumption after context saves, workspace handoffs, or interrupted tasks.
  • Pair with /context-save to maintain consistent context across sessions.

Quick Start

Ask Claude to restore your previously saved context with /context-restore to continue where you left off.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I restore a saved working context after switching git branches?

To restore a saved working context after switching branches, use the /context-restore command. It reads the most recent saved state and integrates it deterministically into your current session so you can resume interrupted tasks immediately.

How does context restoration work when moving between Conductor workspaces?

Context restoration works by automatically loading the most recent saved state when you switch Conductor workspaces. It reads the previously saved checkpoint and applies it to the new session, allowing you to continue exactly where you left off.

Can I resume an interrupted task across multiple branches without losing my session state?

Yes, you can resume interrupted tasks across multiple branches by restoring your saved context. The process reads your most recent checkpoint and integrates it into the current session deterministically, preserving your working state across branch switches.

Do I need to save my context manually before switching workspaces or branches?

Yes, you need to pair /context-restore with a /context-save command beforehand. Saving your context creates the checkpoint state that the restore command later reads and integrates into your new session when you switch branches or workspaces.

What is the best way to maintain consistent working context across multiple development sessions?

The best way to maintain consistent context across sessions is to pair a context save command with /context-restore. This workflow captures your working state as a checkpoint and deterministically loads the most recent one when you resume.

Why does my restored context not match the state I left when switching branches?

Restored context loads the most recent saved state deterministically. If the context does not match, ensure you executed a context save before switching branches, as the restore command relies on that checkpoint to integrate state into the current session.