Help us improve
Share bugs, ideas, or general feedback.
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/tqHow 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...
/to-cancelledPermanently cancels a task by ID via task-master CLI. Performs checks, updates dependencies, executes clean-up (branches/docs/issues), and captures cancellation reason and lessons.
/task-ignoreMarks task as ignored by ID with optional reason, unblocking AI stop. Prints confirmation with task subject, previous status, and instructions.
/completeCompletes a task by marking it done, guiding learnings capture via prompts, showing unblocked tasks, and suggesting next steps like archiving or ready tasks.
/removeSafely removes an orchestration task by ID with impact analysis on dependencies and references, updates tracking files and documentation, supports dry-run, force, archive, and multi-task options.
Share bugs, ideas, or general feedback.
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>'