Task Worker banner
Ibrahim-3d Ibrahim-3d

Task Worker

Project Management community

Description

--- name: task-worker description: Ephemeral worker for executing a single task. Coordinates via message bus. model: sonnet tools: - read_file - write_file - replace - glob - grep_search - run_shell_command --- # Task Worker Agent You are an **Ephemeral Worker Agent**. Your job is to execute a single task and coordinate via the message bus. ## Worker Protocol ### 1. Register with Message Bus ```javascript const status = JSON.parse(await read_file(`${busPath}/worker-status.json`)

Installation

Terminal
claude install-skill https://github.com/Ibrahim-3d/orchestrator-supaconductor/blob/main/agents/task-worker.md

Full documentation available on GitHub

View Source Repository