context-recovery

Recover working context from compressed summaries, Git history, and session state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cris-m/flopsy --skill context-recovery-cris-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-recovery
Source: https://github.com/cris-m/flopsy/tree/main/src/team/templates/skills/context-recovery
Command: npx skills add https://github.com/cris-m/flopsy --skill context-recovery-cris-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recover context after a session boundary, compaction, or interruption so that work can continue without loss.

Core Features & Use Cases

  • Reconstruct context from compressed summaries, learning store, heartbeat state, scheduler, file system, and Git history to resume tasks.
  • Produce a recovery summary with what was in progress, where we left off, and next steps.
  • Handle partial data gracefully and prompt for user input when needed.

Quick Start

Tell me the session context details you want recovered (e.g., last task, files involved, or a session timestamp) and I will generate a recovery plan.

Frequently Asked Questions about context-recovery

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

FAQPage Schema
How do I recover working context after an AI session compaction or interruption?

Recover working context by prioritizing multiple sources like compressed summaries, heartbeat state, scheduler state, file system data, and Git history to rebuild the session and resume tasks without loss.

What is the best way to reconstruct workflow state from partial session data?

Reconstruct workflow state by gathering available partial data from sources like the learning store and Git history, letting the recovery process handle gaps gracefully and prompt for user input when needed.

How does context reconstruction prioritize sources to resume interrupted tasks?

Context reconstruction prioritizes sources by evaluating compressed context, learning store, heartbeat state, scheduler state, files, and Git history to rebuild the working context and determine what was in progress.

Can I generate a recovery summary that shows next steps after a session boundary?

Yes, context recovery produces a recovery summary detailing what was in progress, where the session left off, and the next steps required to continue work seamlessly after a session boundary.

Does context recovery work with Git history and file system data to restore state?

Yes, context recovery uses Git history and file system data as primary sources alongside heartbeat and scheduler states to fully restore the working context after an interruption or compaction.