clanker-ops-dispatch-convention

Dispatch Clanker Ops tasks to subagents and construct execution commands.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-dispatch-convention
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clanker-ops-dispatch-convention
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/clanker-ops-dispatch-convention
Command: npx skills add https://github.com/ruskibeats/t1d --skill clanker-ops-dispatch-convention

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the dispatching of Clanker Ops tasks to subagents, enhancing operational efficiency and providing clarity for task execution and debugging.

Core Features & Use Cases

  • Task Validation: Ensures the task state is correctly set before dispatching.
  • Dispatch Automation: Automatically updates task status and dispatches subagent commands.
  • Command Assembly: Constructs and outputs subagent command strings based on task details.
  • Debugging Assistance: Assists in identifying why Clanker Ops tasks might not trigger agents.
  • Use Case: For an administrator who needs to dispatch tasks and needs to ensure that all necessary commands are in place without manual error.

Quick Start

Use the clanker-ops-dispatch-convention skill to dispatch a task to @worker. Provide the task ID as a parameter, e.g., dispatch a task with ID 5 using 'dispatch_clanker_task 5'.

Frequently Asked Questions about clanker-ops-dispatch-convention

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

FAQPage Schema
How do I automate task dispatch to subagents from plan files?

Automate task dispatch by mapping tasks from plan files to specific agents and constructing subagent command strings for execution. The skill reads task details, validates state, and outputs the commands needed to trigger the correct agent automatically.

Why are my Clanker Ops tasks not triggering the correct agents?

Tasks may not trigger agents if the task state is incorrectly set before dispatch. Debugging assistance validates task status and inspects the constructed subagent command strings to identify mismatches between the task plan and the target agent.

Do I need to understand the Clanker Ops task framework to dispatch tasks?

Yes, you need working knowledge of the Clanker Ops task framework, including its internal agent and plan structures. This prerequisite ensures you can correctly define task IDs and interpret how tasks map to specific subagents during command assembly.

What is the best way to dispatch a specific task to a worker agent?

Dispatch a specific task by invoking the dispatch command with the task ID parameter, such as 'dispatch_clanker_task 5'. This automates status updates and constructs the subagent command string to execute the task on the target agent.

Can I validate task status before dispatching subagent commands?

Task validation ensures the state is correctly set before dispatching subagent commands. The skill checks task details within the plan file and automatically updates task status to prevent manual errors during operational workflow execution.

How does command assembly work for operational workflow task dispatching?

Command assembly constructs subagent command strings by extracting task details from plan files and mapping them to specific agents. It outputs executable commands that trigger the agents, streamlining task execution and debugging within operational workflows.