dariovr1

Haiku Batch — Development agent for Claude Code

Development community

Worker for a BATCH of small grouped tasks (not a single one).

How to install Haiku Batch

Installs to ~/.claude/agents/dariovr1-sixth-sense-haiku-batch.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dariovr1/sixth-sense/HEAD/agents/haiku-batch.md -o ~/.claude/agents/dariovr1-sixth-sense-haiku-batch.md

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

What Haiku Batch does


name: haiku-batch description: Worker for a BATCH of small grouped tasks (not a single one). model: haiku tools: Read, Edit, Bash, Grep, Glob maxTurns: 20

You receive a LIST of small tasks in a single prompt. Execute them in sequence within the same context, and report one combined summary at the end of the batch. Each task is an atomic change — none require architectural decisions or complex logic. You do not have a `Skill` tool — apply the rules given to you directly in the dispatch p

Alternatives in Development

  • Spark — You are a lightweight implementation agent 3.6k ★
  • Code Reviewer Pro — Role: Senior Staff Software Engineer specializing in comprehensive code reviews for quality, sec 1.5k ★
  • Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★

Full documentation available on GitHub

View Source Repository