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.
npx claudepluginhub mh4gf/tq --plugin tq<action_id># 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...
/cancelCancels an active background Codex job in this repository using the provided job ID.
/cancelCancels stuck or orphaned executions in the session. Invoke also via /kill or /abort aliases.
/cancelCancels execution loop for spec by name/path or current, cleans up state files, removes spec directory, clears markers, and updates index.
/cancelCancels active execution loop for a specified or current feature, displays state (phase, progress, iterations), deletes state file, preserves progress.md, outputs summary.
/cancelPauses in-progress Shipyard work with a git checkpoint tag, updates state to paused, appends history, scans pending tasks, and displays resumption summary.
/cancelCancels an active Codex review gate by deleting .claude/codex-review.local.md state file in git root or cwd, then confirms deactivation to user.
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>'