resume-context

Load saved work context from a TASK.md file and validate git state.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/marshallshen/conductor_files --skill resume-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-context
Source: https://github.com/marshallshen/conductor_files/tree/main/skills/resume-context
Command: npx skills add https://github.com/marshallshen/conductor_files --skill resume-context

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the friction of remembering what you were working on by loading saved context from a TASK.md file, allowing you to pick up exactly where you left off.

Core Features & Use Cases

  • Context Loading: Automatically detects and loads TASK.md to display previous objectives, progress, and next steps.
  • Validation: Checks if mentioned files still exist and if the git state has changed significantly.
  • Guidance: Provides clear summaries and prompts the user on how to proceed.
  • Use Case: After a break, you can invoke this skill to instantly see your project's goals, what you've completed, and what needs to be done next, without manually searching through notes or code.

Quick Start

Use the resume-context skill to load any saved work session from TASK.md.

Frequently Asked Questions about resume-context

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

FAQPage Schema
How do I resume previous work context from a markdown file after a break?

You can resume previous work context by loading a saved TASK.md file that stores your project objectives, progress, and next steps, allowing you to pick up exactly where you left off.

What is the best way to save task management context for software engineering projects?

Saving task management context in a TASK.md file allows this Skill to automatically detect and load your previous objectives, progress, and next steps, eliminating the friction of remembering what you were working on.

How do I check if my saved work session files still exist before continuing?

This Skill validates file existence by checking if files mentioned in your TASK.md context still exist and verifying if the git state has changed significantly before presenting your work summary and next steps.

Can I use this context loading Skill without any external dependencies?

Yes, this context loading Skill operates without external dependencies and only requires a TASK.md file in your project directory to load saved work sessions and provide guidance on continuing tasks.

Does resume-context work with git repositories to track state changes?

Yes, resume-context checks if the git state has changed significantly since your last work session, helping you understand project changes before resuming tasks from your TASK.md file.

What should I do if my TASK.md file is not found when loading work context?

If your TASK.md file is not found, the Skill cannot load your saved work context; you need to ensure a TASK.md file exists in your project directory with your objectives, progress, and next steps documented.