What problem does it solve?
This Skill automatically dispatches tasks to subagents in Clanker Ops without manual intervention, enhancing efficiency and reducing reliance on copy-paste commands.
Core Features & Use Cases
- Automatic Task Dispatch: Automatically executes subagent tasks based on
/clanker dispatch #N commands.
- Dynamic Agent Handling: Connects plan files and agent definitions into live subagent runs.
- Fallback Mechanism: Provides manual execution as a fallback option if the dynamic import fails.
- Intercom Event Handling: Integrates with Clanker Ops for event-driven updates on subagent status.
- State Schema Update: Ensures Task type includes metadata for tracking dispatched tasks.
- Subagent Configuration: Sets up
.pi/subagent-config.json for proper intercom communication.
Quick Start
Dispatch a task with /clanker dispatch #<id>, or run a subagent manually with subagent single --agent <name> --async true --output <outputPath> --task "<taskText>".