cancel

Cancels active Ralph Loop and Autopilot executions while preserving state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill cancel-jimmy-jung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/Jimmy-Jung/claude_symbiote/tree/main/.claude/skills/cancel
Command: npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill cancel-jimmy-jung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely terminate ongoing autonomous execution loops (Ralph Loop and Autopilot) by cleaning up state and summarizing progress to prevent partial work or stuck tasks.

Core Features & Use Cases

  • Safely cancel active Ralph Loop and Autopilot runs across one or more task folders.
  • Clean up and update state flags (active -> false, phase -> cancelled) and log the cancellation reason.
  • Generate a concise cancellation report and provide an option to roll back if needed.

Quick Start

Cancel any active Ralph Loop or Autopilot execution from the CLI or UI and review the cancellation report.

Frequently Asked Questions about cancel

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

FAQPage Schema
How do I safely cancel an active Ralph Loop or Autopilot execution?

To cancel an active Ralph Loop or Autopilot execution, the command updates active flags to false, sets the phase to cancelled, and logs the reason. It targets only active loops across task folders and generates a concise cancellation report.

What happens to task state when I stop an autonomous orchestration loop?

When stopping an autonomous orchestration loop, the skill preserves auditable state by updating active flags to false and setting the phase to cancelled. A cancellation reason is logged, and a final status report is generated to summarize progress.

Can I cancel multiple autonomous loops running across different task folders?

Yes, you can cancel multiple autonomous loops across different task folders. The skill applies guardrails to multi-loop scenarios, ensuring only active Ralph Loop and Autopilot executions are cancelled while progress is reported.

Does cancelling an Autopilot workflow preserve progress and provide a rollback option?

Cancelling an Autopilot workflow preserves auditable state by logging the cancellation reason and generating a status report. The skill provides an option to roll back if needed, preventing partial work or stuck tasks.

Why are my Ralph Loop tasks stuck after interrupting workflow orchestration?

Ralph Loop tasks may remain stuck if state flags are not properly updated during interruption. This skill prevents stuck tasks by applying guardrails that set the phase to cancelled, log reasons, and clean up active execution states.