ferrox-pause-work

Create a `.continue-here.md` handoff file with resume notes and optional WIP git commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill preserves your current work state when you need to stop mid-task, so you can return later without losing context, decisions, or progress.

Core Features & Use Cases

  • Session Handoff Creation: Writes a .continue-here.md file containing the current phase, completed work, remaining work, blockers, and key decisions.
  • Resume-Safe Workflow: Captures enough structured context to restart the task accurately after a break or model/session change.
  • WIP Commit Support: Commits the paused state to git so the work is safely recorded before leaving.
  • Use Case: You are partway through a multi-step implementation and need to pause for the day; this Skill packages everything needed to resume later with minimal friction.

Quick Start

Use the ferrox-pause-work skill to save my current progress and create a resume-ready handoff.

Frequently Asked Questions about ferrox-pause-work

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

FAQPage Schema
How do I save my session state and create a handoff file for paused implementation work?

To save session state for paused implementation work, this Skill writes a `.continue-here.md` handoff file capturing the current phase, completed work, remaining tasks, blockers, and key decisions for accurate resumption.

What is the best way to resume a debugging session after a break without losing context?

Resuming a debugging session after a break requires structured context. This Skill packages your current phase, progress, and decisions into a handoff file so you can restart the task accurately with minimal friction.

How does a WIP git commit help preserve workflow continuity when pausing a task?

A WIP git commit preserves workflow continuity by safely recording the paused state in version control before you leave. This ensures your implementation progress is committed and protected against loss.

Can I capture key decisions and blockers when pausing work for the day?

Yes, you can capture key decisions and blockers when pausing work for the day. The handoff file explicitly records these elements alongside completed and remaining work to guide a smooth restart later.