worker-integration

Coordinate task dispatch to AI agents and track execution metrics.

2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/EarthmanWeb/claude-flow-plugin --skill worker-integration-earthmanweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worker-integration
Source: https://github.com/EarthmanWeb/claude-flow-plugin/tree/main/.claude/skills/worker-integration
Command: npx skills add https://github.com/EarthmanWeb/claude-flow-plugin --skill worker-integration-earthmanweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of dispatching tasks to the most suitable AI agents and tracking their performance, ensuring efficient and optimized workflow execution.

Core Features & Use Cases

  • Intelligent Task Dispatch: Automatically routes tasks to specialized agents based on trigger type and performance history.
  • Performance Tracking: Monitors agent execution time, success rates, and resource utilization against defined benchmarks.
  • Self-Learning: Continuously improves agent selection by learning from past execution data.
  • Use Case: When a new code optimization task is initiated, this Skill ensures it's immediately assigned to the performance-analyzer and coder agents, while also logging the execution details for future optimization of agent selection.

Quick Start

View agent recommendations for the 'ultralearn' trigger.

Frequently Asked Questions about worker-integration

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

FAQPage Schema
How do I coordinate background workers with specialized AI agents for task dispatch?

Worker-agent coordination is facilitated by intelligently routing tasks to specialized agents based on trigger type and historical performance data. This ensures optimized workflow execution and efficient task dispatch.

How does self-learning agent selection improve task dispatch performance?

Self-learning agent selection improves dispatch performance by implementing a feedback loop that continuously analyzes past execution data. It dynamically adjusts agent mappings based on quality, success rate, latency, and execution count.

Can I track AI agent execution metrics like latency and success rate automatically?

AI agent execution metrics like latency and success rate are tracked automatically against defined benchmarks. The system monitors execution time, success rates, and resource utilization to ensure performance optimization.

Does worker integration support dynamic routing based on execution history?

Worker integration supports dynamic routing by selecting agents based on their execution history. It evaluates quality, success rate, latency, and execution count to assign new tasks to the most suitable specialized agent.

What is the best way to optimize code tasks using specialized agents?

Optimizing code tasks using specialized agents is best handled by automatically routing them to agents like a performance-analyzer and coder. The system logs execution details to continuously refine future agent selection.