cancel

Cancel active OMX modes and clean up associated state.

2|1|Updated Oct 8, 2009
One-click install
npx skills add https://github.com/riethmayer/dotfiles --skill cancel-riethmayer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/riethmayer/dotfiles/tree/main/stow/agents/.agents/skills/cancel
Command: npx skills add https://github.com/riethmayer/dotfiles --skill cancel-riethmayer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel active OMX modes and clean up associated state.

Core Features & Use Cases

  • Graceful termination of whichever OMX mode is active (Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, or Team) and state cleanup to allow safe resume or fresh start.
  • Supports both session-scoped cancellations and full global resets with --force / --all.
  • Includes robust handling for team-based cancellations via tmux, per-session state hygiene, and structured cancel reports.

Quick Start

Use the /cancel command to gracefully terminate the active OMX mode, optionally with --force for a full reset.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I gracefully cancel an active OMX mode and clean up session state?

You can cancel active OMX modes by triggering a graceful termination that clears session state via state tools. This applies across Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Team modes for safe session resets.

Does OMX session cancellation support global resets across all active modes?

Yes, OMX session cancellation supports full global resets. By using the --force or --all flags, you can forcefully clear active state across all OMX modes, bypassing session-scoped limitations for a comprehensive environment cleanup.

How does cancel handle team-based OMX mode cleanup and tmux sessions?

Cancel handles team-based OMX cleanup by targeting tmux-based session states. It performs structured per-session state hygiene and generates cancel reports, ensuring all associated team mode processes are safely terminated without orphaned tmux sessions.

Can I cancel an Autopilot mode without losing existing progress?

Yes, when canceling Autopilot modes, the cancellation process is designed to preserve Autopilot progress where applicable. It implements dependency-aware cancellation, ensuring your prior work remains intact for a safe resume rather than a complete reset.

What OMX modes are supported for dependency-aware state cancellation?

Dependency-aware state cancellation supports Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Team modes. It uses state tools like state_list_active, state_get_status, and state_clear to safely terminate these processes.