stop

Pause an active Hypo-Workflow pipeline while preserving state and logs.

24|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill stop-hypoxanthineovo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop
Source: https://github.com/HypoxanthineOvO/Hypo-Workflow/tree/main/skills/stop
Command: npx skills add https://github.com/HypoxanthineOvO/Hypo-Workflow --skill stop-hypoxanthineovo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pauses an in-progress Hypo-Workflow pipeline gracefully without aborting execution, preserving all state so recovery is seamless.

Core Features & Use Cases

  • Safe pause: stops execution while maintaining prompts, progress, and logs.
  • State preservation: serializes the current pipeline state for later resumption.
  • Recovery-ready: ensures a clean resume by restoring the previous phase and context.

Quick Start

Pause the active pipeline while preserving state so you can resume later.

Frequently Asked Questions about stop

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

FAQPage Schema
How do I pause a running workflow pipeline without losing progress or logs?

To pause a running workflow pipeline without losing data, this Skill performs a graceful stop that serializes the current state, prompts, and logs, allowing the active cycle to halt safely without terminating execution entirely.

What happens to the pipeline state when I stop a long-running cycle?

When you stop a long-running cycle, the pipeline state is serialized and persisted. This preservation of progress and context ensures the run remains recovery-ready and can be resumed seamlessly later.

Can I resume a workflow pipeline after gracefully stopping it?

Yes, you can resume a workflow pipeline after a graceful stop. The Skill implements state persistence, log updates, and lock handling to establish a recoverable stop state that supports safe and seamless resumption.

Does gracefully stopping a pipeline abort the current run?

No, gracefully stopping a pipeline does not abort the current run. It pauses the in-progress execution while maintaining prompts, progress, and logs, preventing data loss and avoiding a full pipeline termination.

What is the best way to handle lock management when pausing a workflow state?

The best way to handle lock management when pausing a workflow state is to use a recoverable stop mechanism. This Skill manages lock handling during the pause, ensuring no deadlocks and the previous phase context is restored.