stop-run

Cancel active superskills modes across autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, and team.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/shaun0927/codex-superskills --skill stop-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop-run
Source: https://github.com/shaun0927/codex-superskills/tree/main/skills/cancel
Command: npx skills add https://github.com/shaun0927/codex-superskills --skill stop-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel active superskills modes across autopilot, ralph, ultrawork, ecomode, ultraqa, swarm, ultrapilot, pipeline, and team to restore a clean slate without leaving partial state behind.

Core Features & Use Cases

  • Detects which mode is currently active by inspecting state tooling.
  • Cancels modes in dependency order (Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, Team).
  • Supports forceful global cleanup with --force/--all to remove legacy artifacts and active sessions.
  • Performs team shutdowns and MCP worker cleanup when a Codex team is active.

Quick Start

Run /superskills:cancel to stop all active superskills modes.

Frequently Asked Questions about stop-run

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

FAQPage Schema
How do I cancel active superskills modes across autopilot, ralph, and ultrawork?

To cancel active superskills modes, run the cancel command to detect active sessions and shut them down in dependency order. This ensures a clean slate by clearing states across autopilot, ralph, ultrawork, and other running modes.

What is the best way to stop multiple running workflow orchestration modes without leaving partial state?

The best way to stop running workflow orchestration modes is using a dependency-aware shutdown command. It inspects active sessions and cancels them sequentially, preserving resume state where appropriate while ensuring no partial artifacts remain.

Can I force cleanup of legacy artifacts and active team sessions when stopping superskills?

Yes, you can force cleanup of legacy artifacts and active team sessions by using the --force or --all flags. This performs a global cleanup, removing legacy artifacts and executing MCP worker cleanup when a Codex team is active.

Why does superskills mode cancellation follow a specific dependency order?

Superskills mode cancellation follows a specific dependency order to ensure reliable shutdown. By canceling modes in the sequence of Autopilot, Ralph, Ultrawork, Ecomode, UltraQA, Swarm, Ultrapilot, Pipeline, and Team, it prevents broken dependencies.

How do active workflow sessions get detected before state management cleanup?

Active workflow sessions are detected by inspecting state tooling using state_list_active and state_get_status. These identify currently running sessions so that state_clear can be applied per session for accurate, reliable cleanup.