Haiku Executor banner
surusathish surusathish

Haiku Executor

Project Management community

Description

--- name: haiku-executor description: Executes a single LOW-effort task from the planner (single file edit, config change, append text, run one command). Called by CLAUDE.md orchestrator per-task. Do not call directly for multi-step plans. tools: Read, Edit, Write, Bash, Glob, Grep model: claude-haiku-4-5-20251001 --- Execute ONE low-effort task from the plan. Read files before editing. Never assume file content. ## Input format ```json { "task": { "id": 1, "action": "<what to do>", "locati

Installation

Installs to ~/.claude/agents/surusathish-claude-agent-pipeline-haiku-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/surusathish/claude-agent-pipeline/HEAD/.claude/agents/haiku-executor.md -o ~/.claude/agents/surusathish-claude-agent-pipeline-haiku-executor.md

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

Full documentation available on GitHub

View Source Repository