From tq
Cancels a tq action by ID, records reason with improvement suggestions, creates follow-up actions if needed, and updates task status if complete.
How this command is triggered — by the user, by Claude, or both
Slash command
/tq:cancel <action_id>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# tq action cancel IMPORTANT: Run !`tq action cancel --help` first to understand the expected reason format. ## Find action_id 1. `$ARGUMENTS` if numeric 2. The action/task IDs stated in the dispatch preamble (e.g. "You are executing action #123 (task #45)") 3. Search running actions: `tq action list --status running` 4. If none works, ask the user ## Investigate before cancelling Review the task's action history to understand why this action was created: `tq action list --task <task_id>` Read each action's result to trace the chain of decisions that led to this action. ## Next Acti...
IMPORTANT: Run !tq action cancel --help first to understand the expected reason format.
$ARGUMENTS if numerictq action list --status runningReview the task's action history to understand why this action was created:
tq action list --task <task_id>
Read each action's result to trace the chain of decisions that led to this action.
Before cancelling, determine if follow-up work is needed:
tq action list --task <task_id> to review action history/tq:create-action to create a follow-up action/tq:create-action to create ittq task update <task_id> --status doneConstraints:
tq action cancel <action_id> '<reason>'
npx claudepluginhub p/mh4gf-tq-claude-plugins-tq/to-cancelledCancels a task permanently by setting its status to 'cancelled' with task-master. Includes pre-cancellation checks, dependency notifications, clean-up actions, and historical preservation.
/cancelCancels a running background Copilot job by job ID, terminating its process via the copilot-companion script.
/task-ignoreMarks task as ignored by ID with optional reason, unblocking AI stop. Prints confirmation with task subject, previous status, and instructions.
/cancelCancels an active plugin-managed Kimi job for the current repository, supporting foreground and background jobs.