ferrox-resume-work

Restore project state from STATE.md and resume unfinished workflows.

21|9|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-resume-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ferrox-resume-work
Source: https://github.com/FerroxLabs/ferrox-factory/tree/main/skills/ferrox-resume-work
Command: npx skills add https://github.com/FerroxLabs/ferrox-factory --skill ferrox-resume-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill restores the full context of work that was started in a previous session so you can continue without re-deriving state, losing checkpoints, or guessing the next step.

Core Features & Use Cases

  • Context Recovery: Reloads project state from STATE.md or reconstructs it when the file is missing.
  • Checkpoint Detection: Finds .continue-here markers and other signs of incomplete progress.
  • Workflow Routing: Identifies unfinished PLAN without SUMMARY states and routes to the correct next action.
  • Use Case: If you reopen a partially completed project after a break, this Skill helps recover the project status and resume execution with minimal friction.

Quick Start

Ask the assistant to resume the current project by restoring prior state, checking for checkpoints, and telling you the next best action.

Frequently Asked Questions about ferrox-resume-work

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

FAQPage Schema
How do I restore paused project workflow context after a session break?

To restore paused project workflow context, load the prior STATE.md file to reconstruct session variables. The system detects incomplete progress markers and routes unfinished plan workflows to the correct next development step.

What is checkpoint detection for state reconstruction in development?

Checkpoint detection for state reconstruction is the process of finding .continue-here markers left in a codebase. It identifies signs of incomplete progress to accurately rebuild the project status without manual reorientation.

How do I resume unfinished work when my project state file is missing?

You can resume unfinished work even when the project state file is missing because the system reconstructs context from available artifacts. It identifies incomplete plan states without summaries and routes execution to the next action.

Can I use context recovery for paused development tasks on any project?

Yes, you can use context recovery for any paused development tasks needing state reconstruction. It works by loading existing state files or reconstructing them to find checkpoints and continue execution with minimal friction.

What is the best way to route incomplete plan workflows to the next step?

The best way to route incomplete plan workflows is to detect unfinished states lacking a final summary. The system identifies these paused workflows and directs you to the correct next action for immediate continuation.

Why does context recovery fail to find my .continue-here markers?

Context recovery might fail to find .continue-here markers if the prior session did not properly save state or write checkpoints. Ensure your workflow generates these markers before pausing to enable accurate state reconstruction.