pause

Pause the active PDLC workflow by saving a state snapshot to disk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pdlc-os/pdlc --skill pause-pdlc-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pause
Source: https://github.com/pdlc-os/pdlc/tree/main/skills/pause
Command: npx skills add https://github.com/pdlc-os/pdlc --skill pause-pdlc-os

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pause the current PDLC workflow by saving a complete state snapshot so you can resume exactly where you left off.

Core Features & Use Cases

  • Save and persist the full workflow state to disk so progress is not lost.
  • Unclaim active Beads task and prepare it for reassignment on resume.
  • Update STATE.md and maintain phase history to support reliable recovery.

Quick Start

Pause the current PDLC workflow to save its full state for later resume.

Frequently Asked Questions about pause

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

FAQPage Schema
How do I pause my PDLC workflow and save the current state?

To pause your PDLC workflow, the Skill saves a full state snapshot to disk, creating the .paused-feature.json recovery artifact and updating STATE.md so you can resume later.

How does state preservation work when pausing a feature in progress?

State preservation works by capturing your complete workflow snapshot into a .paused-feature.json file, which records phase history and unclaims active Beads tasks for reliable recovery.

What happens to my active Beads task when I pause progress?

When you pause progress, the Skill unclaims your active Beads task, making it available for reassignment and storing the full workflow state in the .paused-feature.json recovery artifact.

Can I pause a PDLC workflow if no feature is active?

You cannot pause state if no feature is active; the Skill checks for an active PDLC workflow and returns a clear message when there is nothing to pause or save to disk.

What is the best way to resume a paused PDLC workflow state?

The best way to resume a paused PDLC workflow is by using the recovery path presented after pausing, which relies on the .paused-feature.json artifact and STATE.md updates to restore phase history.

Do I need an active feature in progress to use the pause function?

Yes, you need an active feature in progress to use the pause function; it applies state preservation by saving to disk only when an active PDLC workflow is detected.