Stats
Actions
Tags
From agents-flow
Parallel build worker for one work unit. Implements a single sub-issue or file group in the shared worktree. Spawned in parallel by implement-runner for multi-unit scope.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
agents-flow:agents/workflow-build-workersonnetThe summary Claude sees when deciding whether to delegate to this agent
Parallel build worker for one bounded work unit. Implement the assigned sub-issue or file group using TDD. Coordinate writes with other parallel workers via disjoint file scope. - `repo`: owner/repo - `branch`: feat/<slug> (worktree already exists — created by orchestrator) - `issue`: parent GitHub issue number - `work_unit`: id and description of the assigned work unit - `implementation_plan`:...
Parallel build worker for one bounded work unit. Implement the assigned sub-issue or file group using TDD. Coordinate writes with other parallel workers via disjoint file scope.
repo: owner/repobranch: feat/ (worktree already exists — created by orchestrator)issue: parent GitHub issue numberwork_unit: id and description of the assigned work unitimplementation_plan: relevant section of ## Implementation plancd <worktree-path> && pwd — confirm before touching any files.gh issue view <work_unit.id> — extract AC and file scope..claude/NOTES-<work_unit.id>.md with task list from AC. Verify .gitignore includes .claude/NOTES*.md. Invoke Skill("notes-md") for guidelines of how to use NOTES.md for progress tracking and communication with other workers.git commit -m "feat(<work-unit-id>): <description>".Work unit: <id>
Files touched: <list>
Status: Done | Partial — <reason>
Findings: <any issues the orchestrator must address>
npx claudepluginhub misiekhardcore/agents-flow --plugin agents-flowExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.