workflow-abort

Terminate running workflows, clean status files, and generate audit reports.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chy5301/cc-plugins --skill workflow-abort
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow-abort
Source: https://github.com/chy5301/cc-plugins/tree/main/structured-workflow/skills/workflow-abort
Command: npx skills add https://github.com/chy5301/cc-plugins --skill workflow-abort

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured method to safely terminate ongoing workflows, ensuring environment cleanup and status documentation.

Core Features & Use Cases

  • Workflow Termination: Safely aborts current workflows with options to reset code or archive logs.
  • State Management: Reads and interprets workflow status files to generate termination reports.
  • Use Case: When a project needs to be halted due to errors or changes, this Skill helps terminate the process cleanly and document the reason for future reference.

Quick Start

Use the workflow-abort skill to terminate the current task, providing a reason for aborting.

Frequently Asked Questions about workflow-abort

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

FAQPage Schema
How do I safely terminate a running workflow and clean up the project environment?▼

To safely terminate a running workflow, you need a structured process that aborts the task, executes git resets, cleans status files, and documents the termination details to ensure a safe and traceable stopping point.

What is the best way to document a workflow termination for audit purposes?▼

Documenting a workflow termination for audit purposes involves reading workflow status files, archiving or deleting status records, and generating a detailed report that captures the reason for halting the project.

How does a workflow termination process handle git resets and status file cleanup?▼

A workflow termination process handles git resets by reverting code changes, while state management interprets and cleans status files, archiving logs or deleting records to restore the environment efficiently.

When do I need to archive or delete status records during a project abort?▼

You need to archive or delete status records during a project abort when a workflow is halted due to errors or changes, ensuring the environment is cleaned and the termination is documented for future reference.

Can I use an automated process to abort project workflows and generate status reports?▼

Yes, you can use an automated process to abort project workflows, manage git resets, archive logs, and generate detailed status reports that document the termination reason for audit purposes.

Why should I use a structured workflow termination process instead of manually stopping a project?▼

A structured workflow termination process ensures safe and traceable stopping points by automatically managing environment cleanup, code resets, and status documentation, which manual stopping lacks for complex project workflows.