agent-team-task-cancel

Cancel a non-terminal agent-team task and record the rationale to the event log.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-task-cancel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-task-cancel
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-task-cancel
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-task-cancel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancel a non-terminal task in the agent-team workflow and record the rationale to prevent wasted work and misaligned states across runs.

Core Features & Use Cases

  • Cancel a non-terminal task by providing task_id and reason.
  • Generate a cancellation event and update the run history to reflect the decision.
  • Use cases include aborting scope changes or prioritization shifts to keep workflows consistent.

Quick Start

Cancel the specified non-terminal task by providing its ID and a rationale.

Frequently Asked Questions about agent-team-task-cancel

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

FAQPage Schema
How do I cancel a non-terminal task in a workflow orchestration system?

To cancel a non-terminal task in workflow orchestration, provide the task ID and a rationale. The system validates the required fields, ensures the task is not terminal, and emits a cancellation event to update the run history.

Why should I record a rationale when aborting an agent-team task?

Recording a rationale when aborting an agent-team task prevents wasted work and misaligned states across runs. The cancellation event logs the decision to keep workflows consistent during scope changes or prioritization shifts.

Can I cancel a task that is already in a terminal state?

You cannot cancel a task that is already in a terminal state. The cancellation process validates the target task and ensures it is non-terminal before processing the cancellation event and updating the event log.

What is the best way to prevent cascading delays during a workflow run?

The best way to prevent cascading delays during a workflow run is to abort non-terminal tasks causing the bottleneck. Cancelling the task with a clear rationale stops wasted work and updates the run history immediately.

Does cancelling a task update the event log automatically?

Cancelling a task updates the event log automatically. The system validates the task ID and reason, confirms the task is non-terminal, and emits a cancellation event to reflect the decision in the run history.

When do I need to cancel a non-terminal task in state management?

You need to cancel a non-terminal task in state management when a task must be aborted to prevent wasted work or cascading delays throughout a run, often due to scope changes or prioritization shifts.