cancel-autopilot

Cancel an active autopilot session and clean up associated tool states.

6|1|Updated May 9, 2022
One-click install
npx skills add https://github.com/mazenyassergithub/oh-my-claudecode --skill cancel-autopilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-autopilot
Source: https://github.com/mazenyassergithub/oh-my-claudecode/tree/main/skills/cancel-autopilot
Command: npx skills add https://github.com/mazenyassergithub/oh-my-claudecode --skill cancel-autopilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a safe and controlled way to terminate an active autopilot session, ensuring that system states are cleaned up and progress is preserved for potential resumption.

Core Features & Use Cases

  • Graceful Termination: Stops active workflows without abrupt interruptions.
  • State Cleanup: Cleans up associated states from tools like Ralph and UltraQA.
  • Progress Preservation: Saves current phase, files, and plans for future resume.
  • Use Case: If you need to pause a long-running autopilot task to address an urgent issue or simply want to stop it, this skill ensures a clean shutdown and the ability to pick up where you left off later.

Quick Start

Execute the command /cancel-autopilot to stop the current autopilot session.

Frequently Asked Questions about cancel-autopilot

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

FAQPage Schema
How do I stop an active autopilot session without losing workflow progress?

To stop an active autopilot session without losing progress, gracefully terminate the workflow to trigger state cleanup. This preserves your current phase, created files, and plan specifications, allowing you to resume the task later.

Can I clean up Ralph and UltraQA states when canceling an autopilot workflow?

Yes, canceling an autopilot workflow cleans up associated states from tools like Ralph and UltraQA. This state cleanup ensures a controlled shutdown while preserving your workflow progress for future resumption.

What is the best way to completely remove autopilot session states and plans?

The best way to completely remove autopilot session states and plans is to use the `--clear` option when stopping the workflow. This ensures complete state removal rather than preserving progress for later resumption.

Does canceling an autopilot session preserve created files and phase specifications?

Yes, canceling an autopilot session preserves created files, the current phase, and plan specifications. This allows you to pause long-running automation tasks and cleanly pick up exactly where you left off later.

When should I use a graceful autopilot cancellation instead of abruptly stopping the workflow?

Use graceful autopilot cancellation when you need to pause long-running automation tasks to address urgent issues. It ensures a clean shutdown by managing state cleanup, preventing abrupt interruptions that could corrupt your workflow progress.