context-restore

Load the most recent saved context across all branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore your working context across AI sessions by loading the most recent saved state, enabling you to pick up where you left off regardless of branch or workspace handoff.

Core Features & Use Cases

  • Load the latest saved context across all branches to resume work seamlessly.
  • Support Conductor workspace handoffs by preserving and restoring state and artifacts.
  • Pair with /context-save to create a reliable, cross-branch continuity workflow.

Quick Start

Run /context-restore to load your most recent saved context across all branches.

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 working context after switching git branches in an AI session?

To restore working context after switching branches, load the most recent saved state across all branches. This allows you to pick up exactly where you left off, regardless of branch changes or workspace handoffs.

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

The best way to resume work after a Conductor workspace handoff is to load your latest saved context. It restores your preserved state and artifacts so you can continue your previous session seamlessly.

Does context restoration require a previously saved session to work?

Yes, context restoration requires a previously saved session. It loads the latest context saved via a corresponding save command, pulling your working state and artifacts from those saved sessions.

Can I load saved context from a different branch than the one I am currently on?

Yes, you can load saved context from a different branch. The restore process loads the latest saved state across all branches, ensuring continuity even when you have switched your working branch.

Why does my AI session lose working state after a long-running task?

AI sessions lose working state after long-running tasks due to context window limits or session timeouts. Restoring your context loads the most recent saved state, bringing back your artifacts and progress.