context-resume

Load handoff context from .continue-here.md files and route to continuation skills.

206|69|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/glittercowboy/plugin-freedom-system --skill context-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-resume
Source: https://github.com/glittercowboy/plugin-freedom-system/tree/main/.claude/skills/context-resume
Command: npx skills add https://github.com/glittercowboy/plugin-freedom-system --skill context-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the friction of restarting work by automatically loading your plugin development context from handoff files. It ensures continuity across sessions, allowing you to pause and resume any task—be it implementation, ideation, or UI design—with full state preservation.

Core Features & Use Cases

  • Handoff File Location: Automatically finds .continue-here.md files across multiple locations (main workflow, ideation, UI mockup) to pinpoint your exact progress.
  • Context Parsing & Summary: Extracts structured metadata and narrative context, presenting a clear, human-readable summary of your current state, completed work, and prioritized next steps.
  • Intelligent Routing: Based on the loaded context, it routes you to the appropriate continuation skill (e.g., plugin-workflow, plugin-ideation, ui-mockup) with all necessary information pre-loaded.
  • Use Case: You left a complex DSP implementation mid-way last week. Use /continue to instantly recall the exact phase, what was completed, and the next coding task, along with relevant contract files.

Quick Start

To resume your last active plugin development session.

/continue

Frequently Asked Questions about context-resume

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

FAQPage Schema
How do I resume plugin development without losing context between sessions?

Resume plugin development by using the `/continue` command, which automatically locates and loads your `.continue-here.md` handoff files from workflow, ideation, or mockup contexts. It reconstructs your exact progress stage, completed work, and prioritized next steps with full state preservation.

What information does a handoff context file need to contain?

Handoff context files require YAML frontmatter with structured metadata and a markdown body with narrative context. The Skill parses both to extract your current phase, completed tasks, and next actions, then presents a time-aware state summary showing how long since the last update.

Can I use context-resume across different plugin development stages like implementation, ideation, and design?

Yes. Context-resume intelligently routes to the appropriate continuation skill—workflow, ideation, mockup, or improvement—based on your loaded handoff context and orchestration mode, allowing you to pause and resume any stage with full continuity.

How does the Skill validate that my handoff context is correct and complete?

The Skill validates handoff integrity by checking both `.continue-here.md` file locations, parsing YAML frontmatter and markdown bodies, computing time-ago values, and enforcing orchestration_mode constraints to ensure correct subagent dispatch.

What happens if handoff context files are missing or corrupted?

If handoff files cannot be found or parsed, the Skill fails validation and does not proceed. Ensure `.continue-here.md` files exist in designated workflow locations and contain properly formatted YAML frontmatter with required metadata fields.