forge-pause

Pause execution, save state to STATE.md, and log the event.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/whatwecando/tombola --skill forge-pause
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-pause
Source: https://github.com/whatwecando/tombola/tree/main/.claude/skills/forge-pause
Command: npx skills add https://github.com/whatwecando/tombola --skill forge-pause

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pause the current execution and save the state so you can resume later without losing progress.

Core Features & Use Cases

  • Pause the current STATE.md with a timestamp
  • Mark in-progress tasks as [>] (paused)
  • Log the pause event in pipeline.log
  • Display resume instructions: "Run /forge-resume to continue from this point"

Quick Start

Activate forge-pause to save your current session state and outputs.

Frequently Asked Questions about forge-pause

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

FAQPage Schema
How do I pause a long-running workflow and save its current state?

To pause a long-running workflow and save its state, use the forge-pause Skill to timestamp the current STATE.md, mark in-progress tasks as paused, and log the event for seamless resumption.

What happens to in-progress pipeline tasks when execution is paused?

When pipeline execution is paused, in-progress tasks are specifically marked as [>] (paused) within the state file, ensuring the exact stopping point is recorded for later continuation.

Can I resume a pipeline session after temporarily stopping it?

Yes, you can resume a paused pipeline session. The pause event logs user-friendly instructions, directing you to run the designated resume command to continue from the exact saved point.

Does the workflow pause mechanism require any specific dependencies or components?

No, the workflow pause mechanism requires no external dependencies or components. It operates independently to persist state, mark task status, and log the pause event.

Where is the pause event logged during session state preservation?

The pause event is logged in the pipeline.log file during session state preservation, providing a clear historical record of the timestamp and context for when execution was temporarily halted.