cancel

Stop running agent workflows and report completed and remaining work.

4|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill cancel-agmo-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/AGMO-Inc/agmo-everywhere/tree/main/skills/cancel
Command: npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill cancel-agmo-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Cancel skill halts an ongoing orchestrator process and prevents further tasks from dispatching, while preserving partial progress for later resume.

Core Features & Use Cases

  • Graceful interruption of active processes (ralph loop, execute, parallel, plan-review)
  • Status reporting of completed and remaining work
  • Non-destructive handling that keeps completed work intact for resumption

Quick Start

Tell the AI to cancel the current execution and report what was completed and what remains.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I stop a running workflow execution and prevent new tasks from dispatching?

You can stop a running workflow execution by halting the orchestrator process, which prevents further tasks from dispatching while preserving partial progress for later resumption.

Can I gracefully interrupt an active orchestrator loop without losing completed work?

Yes, graceful interruption of active processes like ralph loops stops ongoing execution while keeping completed work intact, ensuring non-destructive handling of partial results.

How does status reporting work when cancelling an ongoing agent call?

Status reporting during cancellation generates a summary of completed and remaining work, allowing you to track what was finished before the orchestrator process was halted.

What is the best way to preserve partial progress when halting a parallel execution plan?

To preserve partial progress during a parallel execution halt, use non-destructive cancellation that stops active tasks from dispatching while retaining completed work for later resume.

When should I use a safe interruption command instead of terminating an agent workflow?

Use safe interruption when you need to stop active execution gracefully, report current status, and preserve partial progress without discarding completed work in an orchestrated environment.

Can I resume a cancelled task after stopping the orchestrator?

Yes, because cancellation is non-destructive and preserves partial progress, you can resume the workflow later using the status report of completed and remaining work.