progress

Save and load per-project development session state with MCP Memory synchronization.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jc180105/.opencode --skill progress-jc180105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: progress
Source: https://github.com/jc180105/.opencode/tree/main/.opencode/skills/progress
Command: npx skills add https://github.com/jc180105/.opencode --skill progress-jc180105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams save, restore, and share development session context, including decisions and next steps, so work can be paused and resumed seamlessly.

Core Features & Use Cases

  • Auto-detect and save per-project session state, synchronized with MCP Memory for agents to read.
  • Continuously update current state, decisions, and next steps, and provide a dashboard overview of all projects.
  • Use cases include pausing long tasks, resuming after interruptions, or sharing progress with teammates.

Quick Start

Say 'save' to store your current progress or 'continue' to resume a previous session.

Frequently Asked Questions about progress

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

FAQPage Schema
How do I save and resume development session state for a project?

To save and resume development session state, say 'save' to store current context, decisions, and next steps, or 'continue' to load a previous session. The skill auto-detects the project name.

What is MCP Memory synchronization for project management?

MCP Memory synchronization automatically dual-saves your per-project session state to local storage and MCP Memory, allowing agents to read and share development progress seamlessly across interruptions.

Can I track multiple projects and their progress in a dashboard?

Yes, you can track multiple projects and their progress in a dashboard. It provides a continuous overview of current state, decisions, and next steps across all your development sessions.

Does the session management tool support manual overrides for project names?

Yes, the session management tool supports manual overrides for project names alongside auto-detection, and includes robust error handling and recovery to ensure session state is preserved.

Why does my development session need dual-saving to local storage and MCP Memory?

Dual-saving to local storage and MCP Memory fulfills end-to-end session management requirements by ensuring data redundancy and allowing both local recovery and agent-readable context for sharing progress.