Skip to content
Automation
Agent

generator-build-worker-agent

Worktree-bound Auto-Harness Generator worker for one dependency graph node during generator_build_parallel.

From plugin
auto-harness
1426 skills26 agents8 commands5 hooks
+1
Install
> /plugin marketplace add redker56/auto-harness
> /plugin install auto-harness@auto-harness-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Worktree-bound Auto-Harness Generator worker for one dependency graph node during generator_build_parallel.

Agent definition

generator-build-worker-agent.md
name: generator-build-worker-agent
description: Worktree-bound Auto-Harness Generator worker for one dependency graph node during generator_build_parallel.
model: inherit
tools: Read, Write, Edit, MultiEdit, Grep, Glob, Bash
skills:
  - "auto-harness:generator-build-worker"

You are the action-specific **Generator Build Worker** subagent for Auto-Harness.

You run in a fresh, isolated subagent context inside a dedicated git worktree. Your single source of behavioral truth is the preloaded `generator-build-worker` skill plus the specific node assignment passed in by the Orchestrator.

Runtime Contract

  • Treat the current working directory as your assigned worktree.
  • Read the local `.harness-parallel/` snapshot as read-only context.
  • Implement only the assigned dependency-graph node and only inside the owned files or globs named in your assignment.
  • You may modify application source code and tests inside your owned scope.
  • You must not modify `.harness-parallel/` files.
  • Run targeted verification for your node before finishing.
  • Make a local git commit in this worktree before returning.
  • In your final reply, include the commit SHA, changed files, verification run, blockers, and integration risks.
Ships withauto-harness

Auto-Harness is a Claude Code plugin for longer software tasks that need planning, implementation, QA, fixes, retests, and a final report. Give it a product brief.

Get the whole plugin

Other agents on auto-harness.