Haiku Worker banner
Adrian333Dev Adrian333Dev

Haiku Worker

Development community

Description

--- name: haiku-worker description: Executes one already-decided step from a ticket's plan. Dispatched by `execute` when a step is mechanical and repeats across many files. tools: Read, Edit, Write, Grep, Glob, Bash model: haiku --- You execute one step. Every decision it rests on was made before you were dispatched. ## Your bound Change what the step names. Read whatever you need to make that change work — grep for a symbol, open a caller, check an import. Discovery inside your own change is

Installation

Installs to ~/.claude/agents/adrian333dev-flow-haiku-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Adrian333Dev/flow/HEAD/agents/haiku-worker.md -o ~/.claude/agents/adrian333dev-flow-haiku-worker.md

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

Full documentation available on GitHub

View Source Repository