Resume Project

Load project context from local markdown contract, status, tasks, and handoff files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mberto10/mberto-compound --skill resume-project-mberto10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Resume Project
Source: https://github.com/mberto10/mberto-compound/tree/main/plugins/continuous-compound/skills/resume-project
Command: npx skills add https://github.com/mberto10/mberto-compound --skill resume-project-mberto10

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly get back to where you left off on a project by loading your program context from local markdown files.

Core Features & Use Cases

  • Context Loading: Restores project goals, constraints, and tasks from saved markdown files.
  • Progress Tracking: Identifies the current, next, and blocked tasks, as well as the latest handoff.
  • Use Case: After a break, you can ask the AI to "resume project" and it will load all the necessary details to continue working without you needing to re-explain everything.

Quick Start

Ask the AI to resume your project by saying "resume work".

Frequently Asked Questions about Resume Project

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

FAQPage Schema
How do I load markdown context to resume a project?

To load markdown context and resume a project, the Skill reads local contract, status, tasks, and handoff files to restore the project state. It parses these markdown files to retrieve your goals, constraints, and progress without needing to re-explain everything.

What markdown file structure is needed for program context loading?

Program context loading requires specific markdown file structures with dedicated markers for tasks and status updates. You need local files for contracts, status, tasks, and handoffs that the Skill can parse to identify your current and next tasks.

How does the AI identify current and blocked tasks from local files?

The AI identifies current and blocked tasks by reading specific markers within your local markdown files. It parses the status, tasks, and handoff documents to track progress and determine which tasks are active, next, or currently blocked.

Can I restore project state without manually re-explaining constraints?

You can restore project state without re-explaining constraints by asking the AI to resume work. The Skill automatically imports your goals and constraints from saved markdown contract files, allowing you to continue seamlessly from your last handoff.

Are there specific markers required for status updates in markdown files?

Specific markers are required for status updates in markdown files to ensure the context loading process correctly identifies your progress. The Skill relies on these structural markers within your tasks and status files to accurately restore the project state.