session-continuity

Manage persistent agent state and progress tracking across sessions using markdown files.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill session-continuity-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-continuity
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/session-continuity
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill session-continuity-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that agents retain context and progress across multiple sessions, preventing the need to restart work from scratch and maintaining accountability to the specification.

Core Features & Use Cases

  • Cross-Session Memory: Stores progress, decisions, and learned patterns in markdown files for recall.
  • Automated Resumption: Loads prior state to allow agents to pick up exactly where they left off.
  • Progress Tracking: Mirrors specification depth with checkboxes and detailed logs.
  • Use Case: An agent working on a complex feature can stop for the day and resume the next morning, instantly recalling all implemented steps, pending tasks, and any blockers encountered, without human intervention.

Quick Start

Use the session-continuity skill to resume your last work session.

Frequently Asked Questions about session-continuity

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

FAQPage Schema
How do I maintain AI agent memory across multiple development sessions?

Maintain AI agent memory across multiple sessions by using state persistence to log progress, decisions, and learned patterns in structured markdown files. This allows agents to automatically resume work without losing prior context.

What is the best way to resume an automated workflow after stopping for the day?

The best way to resume an automated workflow is to load prior state from persistent markdown files. This automated resumption allows agents to pick up exactly where they left off, recalling implemented steps and pending tasks.

How does progress tracking work for continuous development workflows?

Progress tracking for continuous development workflows works by mirroring specification depth with checkboxes and detailed logs in markdown files. This ensures agents maintain accountability to the specification across sessions.

Do I need specific file formats to enable state persistence for agent memory?

Yes, you need specific file formats to enable state persistence. The system requires structured markdown files stored in the `.agent/progress/` directory to manage state and facilitate memory persistence.

Can I use markdown files for extracting patterns during session management?

Yes, you can use markdown files for extracting patterns during session management. The system facilitates pattern extraction by storing learned patterns and decisions within these structured files for future recall.