session-restore

Reconstruct prior Cursor session context from transcripts, workflow state, git history, and memory MCPs.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill session-restore-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-restore
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/session-restore
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill session-restore-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Recovers context from prior Cursor sessions via agent transcripts, workflow_state, git history, and memory MCPs. Use when resuming after interruption or when the user asks what happened last session.

Core Features & Use Cases

  • Context recovery from transcripts, workflow state, and memory MCPs
  • Session state reconciliation using git history and workflow_state.md
  • Use cases: resuming interrupted work, understanding past decisions, and continuing ongoing tasks

Quick Start

Run session-restore to reconstruct prior Cursor session context from transcripts, workflow state, and memory MCPs.

Frequently Asked Questions about session-restore

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

FAQPage Schema
How do I recover context from a prior Cursor session after an interruption?

You can resume interrupted Cursor sessions by aggregating agent transcripts, workflow_state, git history, and memory MCPs to reconstruct past decisions and emit a structured session restore summary.

What is the best way to resume an interrupted coding workflow with full context?

Resuming an interrupted workflow involves locating the latest transcript tail, inspecting workflow_state, checking git changes, and querying memory MCPs to reconcile the ongoing session state across active workspaces.

How does session state reconciliation work when restoring context from git history?

Session state reconciliation inspects git changes alongside workflow_state.md to detect the latest relevant artifacts, reconstructing prior decisions, and summarizing in-progress todos for task resumption.

Do I need a memory MCP to reconstruct past decisions from agent transcripts?

While querying memory systems enhances context recovery, the Skill can also reconstruct decisions by locating transcripts, reading the tail, and inspecting workflow_state and git history without a memory MCP.

Can I use session-restore to understand what happened during a previous task handoff?

Yes, session-restore applies during session handoffs and task resumption by detecting the latest relevant artifacts across active workspaces and aggregating transcripts with workflow state to recover past decisions.

When should I not rely on automated context recovery for Cursor workspaces?

Automated context recovery may be limited if agent transcripts, workflow_state, or git history are missing or corrupted across active workspaces, preventing accurate reconstruction of prior decisions.