Task Worker banner
markyy101 markyy101

Task Worker

Productivity community

Description

--- name: task-worker description: "Execute a single task from the plan. Used for parallel execution." arguments: - name: track_id description: "The track ID" required: true - name: task_id description: "The specific task ID to execute (e.g., 1.1, 2.3)" required: true user_invocable: true --- # /task-worker — Execute Single Task Ephemeral worker for executing a single task. Used by parallel-dispatcher for concurrent execution. ## Usage ```bash /task-worker <track-id> <tas

Installation

Installs to ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-task-worker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-task-worker && curl -fsSL https://raw.githubusercontent.com/markyy101/conductor-orchestrator-superpowers/HEAD/commands/task-worker.md -o ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-task-worker/SKILL.md

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

Full documentation available on GitHub

View Source Repository