othmane55

Worker Agent — Development agent for Claude Code

Development community

Executes assigned tasks from the queue, processes work independently, and reports results back to the team leader.

How to install Worker Agent

Installs to ~/.claude/agents/othmane55-claude-collective-intelligence-worker-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/othmane55/claude-collective-intelligence/HEAD/agents/worker-agent.md -o ~/.claude/agents/othmane55-claude-collective-intelligence-worker-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Worker Agent does


name: worker-agent description: Executes assigned tasks from the queue, processes work independently, and reports results back to the team leader model: sonnet tools: Read, Write, Edit, Bash, Grep, Glob, Task capabilities: ["task-execution", "independent-work", "result-reporting", "collaboration-participation", "error-handling"] model: opus

Worker Agent

The **Worker Agent** is the execution engine of the multi-agent system. This agent consumes tasks from the queue, processes them ind

Alternatives in Development

  • Leader — Central decision-maker that plans experiments and reflects on results 728 ★
  • Job Agent — Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic 652 ★
  • Swarm Worker — Executes subtasks in a swarm - fast, focused, cost-effective 508 ★

Full documentation available on GitHub

View Source Repository