cancel

Cancel active OMG workflow modes with dependency-ordered shutdown logic.

Updated May 5, 2026
One-click install
npx skills add https://github.com/HyperionBurn/searchv1beta --skill cancel-hyperionburn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/HyperionBurn/searchv1beta/tree/main/.github/skills/cancel
Command: npx skills add https://github.com/HyperionBurn/searchv1beta --skill cancel-hyperionburn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancels an active OMG workflow mode so you can regain control and stop ongoing loops, parallel execution, or team-wide tasks.

Core Features & Use Cases

  • Auto-detection & dependency-aware cancellation: Detects which OMG mode is active by reading .omg/state and cancels in the correct order to prevent orphaned processes.
  • Force vs smart shutdown: Supports a nuclear cleanup that clears all state, or a smart cancellation that preserves resumable progress for selected modes.
  • Mode-specific handling: Stops OMG Autopilot, Ralph persistence, Ultrawork parallel execution, UltraQA QA cycling, Team shutdown, and Self-Improve iteration loops with appropriate cleanup and messages.
  • State preservation for resume: Preserves state for OMG Autopilot and Self-Improve so you can continue later instead of losing progress.

Quick Start

Tell the assistant to stop everything by saying: /cancel --force.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I stop an active automated workflow and halt ongoing loops immediately?

To stop an active automated workflow, you trigger a cancellation command that detects the current state and applies dependency-ordered shutdown logic across all active loops. This immediately halts ongoing work and prevents orphaned processes.

What is the best way to cancel parallel execution and team coordination tasks without losing progress?

The best way to cancel parallel execution safely is using smart cancellation, which detects active modes and preserves resumable state for specific loops. This allows you to stop team coordination tasks now and continue them later without losing progress.

Does force cancellation clear all state for autopilot and self-improve loops completely?

Yes, force cancellation applies a nuclear cleanup that clears all state completely. This destroys all resumable progress for autopilot and self-improve loops, ensuring a clean slate for all workflow modes.

How do I resume an interrupted OMG autopilot mode after stopping it?

To resume an interrupted autopilot mode, you rely on the state preservation from a smart cancellation. The system selectively preserves resumable progress for specific modes, allowing you to continue the workflow exactly where you left off later.

Can I parse command line arguments like --force or --all to control workflow cancellation behavior?

Yes, you can parse YAML-defined command arguments like --force or --all to control workflow cancellation behavior. The system uses these arguments to switch between nuclear cleanup and selective state preservation.

When should I avoid using a smart shutdown for async pipeline state management?

You should avoid smart shutdown when you need to completely clear all async pipeline state and start fresh. In this case, smart cancellation preserves state for specific modes, which might conflict with a clean environment requirement.