productionos-pause

Save active ProductionOS pipeline state to a CHECKPOINT.json file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save current pipeline state so work can be resumed in a new session.

Core Features & Use Cases

  • Creates a checkpoint at .productionos/CHECKPOINT.json that captures the active command, step, iteration, timestamp, grade, artifacts, uncommitted_files, pending_batches, and context notes.
  • Detects the active pipeline state by reading .productionos/CONVERGENCE-LOG.md and .productionos/CONVERGENCE-DATA.json, checks git status, and writes a checkpoint that preserves the exact working state without committing.
  • Resume flow with /productionos-resume to continue from the saved checkpoint.

Quick Start

Pause the current ProductionOS pipeline to create a checkpoint that can be reloaded later.

Frequently Asked Questions about productionos-pause

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

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

To pause a long-running pipeline and save its state, this skill creates a checkpoint at .productionos/CHECKPOINT.json that captures the active command, step, iteration, timestamp, grade, artifacts, and uncommitted_files for later resumption.

What pipeline metadata is preserved when suspending a multi-agent workflow?

When suspending a multi-agent workflow, the checkpoint preserves command, step, iteration, timestamp, grade, artifacts, uncommitted_files, pending_batches, and context_notes by reading CONVERGENCE-LOG.md and CONVERGENCE-DATA.json without committing changes.

How do I resume an upgrade workflow from a saved checkpoint?

To resume an upgrade workflow from a saved checkpoint, you use the /productionos-resume command to reload the exact working state previously captured in the .productionos/CHECKPOINT.json file without losing context.

Does pausing the orchestration pipeline commit my uncommitted files to git?

Pausing the orchestration pipeline does not commit your uncommitted files to git. It checks the git status and writes a checkpoint preserving the exact working state, leaving files uncommitted for later resumption.

Can I use checkpointing for audit workflows across multi-agent orchestration?

Yes, you can use checkpointing for audit workflows across multi-agent orchestration. It applies to long-running upgrade and audit workflows, enabling suspension and later resumption without losing the active pipeline context.