context-restore

Resume engineering context from checkpoints into a read-only repo briefing.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill context-restore-jason660519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-restore
Source: https://github.com/jason660519/Project-Manager/tree/main/.agents/skills/context-restore
Command: npx skills add https://github.com/jason660519/Project-Manager --skill context-restore-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume from a context-save checkpoint and assemble a repo-native engineering briefing — reads .context/sessions/*.md plus feature README, feature-spec, tdd-spec, test-scenarios (read-only), and the latest dev-log section. Flags stale artifacts and verification gaps. HARD GATE - briefing only; never edits source code or starts implementation in the same turn. Use when the user says "resume / restore / continue from where I left off / pick up the last checkpoint / where was I".

Core Features & Use Cases

  • Read-only engineering handoff briefing derived from checkpoints and repository artifacts.
  • Reads: feature README, feature-spec, tdd-spec, test-scenarios, and the latest dev-log section, all without modifying source.
  • Flags stale artifacts and verification gaps for timely re-checks across branches and checkpoints.
  • Supports multi-branch resumes and header-level artifact loading to surface status and next actions.

Quick Start

Ask to resume from the latest context checkpoint and review the resulting read-only briefing.

Frequently Asked Questions about context-restore

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

FAQPage Schema
How do I resume engineering context from a previous checkpoint?

To resume engineering context, read the latest checkpoint file in .context/sessions/ alongside repository artifacts like feature-spec and dev-log to assemble a structured briefing. This process surfaces project status and gaps without modifying source code.

What is a read-only engineering briefing and when do I need it?

A read-only engineering briefing is a structured summary of project status, gaps, and verification signals derived from checkpoints and repository artifacts. You need it before starting implementation to review where you left off without accidentally modifying source code.

How do I restore a software engineering session across multiple branches?

You can restore a software engineering session across multiple branches by loading the most recent checkpoint and reading header-level artifacts. This supports multi-branch resumes by surfacing status, next actions, and verification gaps for each branch.

Does the context restore process edit my source code or test files?

No, the context restore process is a hard gate that never edits source code or starts implementation. It reads feature README, feature-spec, tdd-spec, and test-scenarios strictly as read-only inputs to generate a briefing.

How do I check for stale artifacts and verification gaps before coding?

Check for stale artifacts and verification gaps by loading a context-save checkpoint and reading repository artifacts. The resulting briefing explicitly flags outdated artifacts and missing verification signals for timely re-checks.

Can I use checkpoint files to pick up where I left off in development?

Yes, you can use checkpoint files in .context/sessions/ to pick up where you left off. The skill reads these checkpoints plus the latest dev-log section to present a structured briefing of your current engineering status.