context-resume

Load module development context from handoff files to resume work.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/davidorex/vcv-rack-module-creation-framework --skill context-resume-davidorex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-resume
Source: https://github.com/davidorex/vcv-rack-module-creation-framework/tree/main/.claude/skills/context-resume
Command: npx skills add https://github.com/davidorex/vcv-rack-module-creation-framework --skill context-resume-davidorex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables pausing and resuming module work across sessions by reading .continue-here.md handoffs and routing to the appropriate continuation skill.

Core Features & Use Cases

  • Locate handoff in three possible locations
  • Parse YAML frontmatter and Markdown body to extract context
  • Route to the appropriate continuation skill (module-workflow, module-ideation, panel-mockup, or module-improve)
  • Load contracts and source context to resume work reliably

Quick Start

Run /continue to view available handoffs and resume work.

Frequently Asked Questions about context-resume

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

FAQPage Schema
How do I resume module work across sessions using handoff files?

Resume module work by running /continue to load context from .continue-here.md handoff files stored in your project. The Skill parses YAML frontmatter and markdown body to extract your progress state, then routes you to the appropriate continuation workflow for implementation, ideation, or panel iterations.

What handoff file locations does the resume workflow check?

The Skill locates handoff files in three possible locations within your module development environment. It searches each location sequentially, parses the YAML frontmatter and markdown content, and loads relevant contract and source code context to resume work reliably from where you left off.

Can I use handoff files to transition between different module workflows?

Yes. The Skill routes to the appropriate continuation skill based on your handoff context—module-workflow for implementation, module-ideation for planning, panel-mockup for prototyping, or module-improve for refinement. Each handoff preserves your state and dependencies across session boundaries.

What happens if my handoff file is missing or corrupted?

The Skill handles missing or corrupted handoffs gracefully by checking all three handoff locations and providing diagnostic feedback. If no valid handoff is found, you can create a new one or manually specify the continuation workflow to resume your module work.

Does the resume workflow load source code and contracts automatically?

Yes. When resuming from a handoff file, the Skill automatically loads relevant contract files and source code context needed to continue development. This ensures all dependencies and implementation details are available without manual re-import.

What state management information does a handoff file capture?

Handoff files capture module development state through YAML frontmatter and markdown bodies, preserving progress summaries, implementation stage, ideation context, and panel iteration details. This state management enables reliable resumption across different session contexts and workflow transitions.