session

Save and resume work context across planning sessions and checkpoints.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/potenlab/marketplace-potenlab --skill session-potenlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session
Source: https://github.com/potenlab/marketplace-potenlab/tree/main/reference/medium-project/skills/session
Command: npx skills add https://github.com/potenlab/marketplace-potenlab --skill session-potenlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save context when stopping and resume when returning to avoid redoing progress across planning sessions and checkpoints.

Core Features & Use Cases

  • Save state: capture current progress and uncommitted context into a handoff document.
  • Resume from last checkpoint: restore the most recent progress from HANDOFF and CHECKPOINTs.
  • Guardrails: auto-detects uncommitted changes and prompts for a safe continuation.

Quick Start

Save your current progress by invoking the session save flow, then resume later with the session resume

Frequently Asked Questions about session

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

FAQPage Schema
How do I save work context to avoid redoing progress across planning sessions?

You can save work context by invoking the session save flow, which captures your current progress and uncommitted context into a handoff document for later recovery.

How do I resume work from a checkpoint after an interruption?

To resume work from a checkpoint, invoke the session resume flow to restore your most recent progress and uncommitted context from the saved HANDOFF and CHECKPOINT documents.

Does the session workflow auto-detect uncommitted changes before a handoff?

Yes, the workflow includes guardrails that auto-detect uncommitted changes and prompt you for a safe continuation when you are saving or resuming your planning state.

What is the best way to track planning progress and recover after interruptions?

The best way to track planning progress is to use checkpoint handoffs, which capture your current state into a document that can be restored to recover after an interruption.

Can I use this session skill for workflows requiring frequent checkpoint handoffs?

Yes, this skill applies directly to workflows requiring checkpoint handoffs, progress tracking, and recovery after interruptions during both planning and execution phases.

Do I need any external dependencies to save and resume my work context?

No, you do not need any external dependencies to save and resume your work context, as the skill operates independently without requiring additional components.