cancel

Cancel active oh-my-ccg orchestration modes while preserving RPI state.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/1molchuan/oh-my-ccg --skill cancel-1molchuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/1molchuan/oh-my-ccg/tree/main/skills/cancel
Command: npx skills add https://github.com/1molchuan/oh-my-ccg --skill cancel-1molchuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel all active oh-my-ccg orchestration modes and stop ongoing multi-mode workflows without discarding the underlying RPI state.

Core Features & Use Cases

  • Deactivates Ralph, Team, and Autopilot modes by flipping active to false and recording cancellation timestamps.
  • Preserves RPI state by default so progress can resume with /oh-my-ccg:init; supports a --force option to delete all related state files.
  • Generates a concise report of which modes were cancelled and their prior status, enabling quick diagnostics.

Quick Start

Run the cancel command to deactivate all active oh-my-ccg modes while preserving the RPI state.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I cancel active oh-my-ccg modes without losing my RPI state?

To cancel active oh-my-ccg modes while preserving RPI state, run the cancel command. It deactivates Ralph, Team, and Autopilot workflows by setting active to false and recording timestamps, allowing you to resume progress later with /oh-my-ccg:init.

What is the best way to stop ongoing RPI workflows across Team and Autopilot?

The best way to stop ongoing RPI workflows across Team and Autopilot is using the cancel command, which instantly halts these orchestration modes while preserving the core RPI state and generating a concise report of prior statuses.

Does cancelling oh-my-ccg orchestration modes delete state files?

Cancelling oh-my-ccg modes preserves state files by default. However, you can optionally delete all related state files by applying the --force option during the cancellation process for a complete reset.

How do I resume workflows after cancelling oh-my-ccg modes?

To resume workflows after cancelling oh-my-ccg modes, execute /oh-my-ccg:init. Because the default cancel operation preserves the underlying RPI state, your previous progress remains intact and ready for orchestration.

Can I get a report of what was cancelled when stopping oh-my-ccg workflows?

Yes, cancelling oh-my-ccg workflows generates a concise diagnostic report detailing which modes were deactivated and their prior status, ensuring quick visibility into the halted Ralph, Team, and Autopilot workflows.