What problem does it solve?
Coordinating task execution across a multi-agent swarm requires constant status visibility, and without a disciplined worker protocol, tasks get duplicated, blockers go unreported, and results are lost. This Skill defines a worker agent that executes assigned tasks while continuously reporting state through shared memory.
Core Features & Use Cases
- Structured Status Reporting: Stores task-received, progress, blocked, and completion states in the claude-flow coordination namespace using memory_usage calls.
- Specialized Work Modes: Provides templates for code implementation, analysis, and testing workers that share results with the swarm.
- Dependency and Blocker Handling: Checks shared dependencies before starting work and reports blocking conditions immediately.
- Use Case: In a hive-mind coding swarm, a queen-coordinator assigns a feature implementation; the worker reports progress every step, shares created files and test results, and delivers a completion record with performance metrics.
Quick Start
Invoke the worker-specialist agent to execute an assigned task and report its progress through swarm memory coordination.