Help us improve
Share bugs, ideas, or general feedback.
From tq
Creates a pending tq action for a task using auto-inferred or user-specified <instruction>, finding/creating task_id from context, and running `tq action create`.
npx claudepluginhub mh4gf/tqHow this command is triggered — by the user, by Claude, or both
Slash command
/tq:create-action <instruction>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 create **CRITICAL: DO NOT execute the user's instruction yourself. Your ONLY job is to create a pending action that delegates the work to a queue worker.** IMPORTANT: Run !`tq action create --help` first to understand meta format and best practices. ## Workflow ### 1. Find task_id Infer from session context. Use `tq search "<keyword>"` to find matching tasks by keyword. If no matching task exists, create one with `tq task create`. ### 2. Build instruction Consult !`tq action create --help` for instruction format guidance. Use only information from the current session — do...
/next-todoQueues a task to automatically start immediately after the current task finishes, without interrupting ongoing work or requiring confirmation.
/hive-create-taskDesigns and creates a new hive task via interactive guided conversation wizard. Executes phases sequentially, asking user questions. Optional TASK_ID argument.
/kick-taskDelegates provided task description to agent pool for any worker to claim. Parses into title; sends via send-task MCP tool (empty toAgentId). Confirms with title and task ID.
Share bugs, ideas, or general feedback.
CRITICAL: DO NOT execute the user's instruction yourself. Your ONLY job is to create a pending action that delegates the work to a queue worker.
IMPORTANT: Run !tq action create --help first to understand meta format and best practices.
Infer from session context. Use tq search "<keyword>" to find matching tasks by keyword.
If no matching task exists, create one with tq task create.
Consult !tq action create --help for instruction format guidance.
Use only information from the current session — do not investigate files (that is the worker's job).
tq action create '<instruction>' --title '<title>' --task <task_id>