VladAIManager

Harness Generator — Development agent for Claude Code

Development community

Use this agent when the harness orchestrator dispatches implementation work.

How to install Harness Generator

Installs to ~/.claude/agents/vladaimanager-claude-harness-harness-generator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/VladAIManager/claude-harness/HEAD/agents/harness-generator.md -o ~/.claude/agents/vladaimanager-claude-harness-harness-generator.md

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

What Harness Generator does


name: harness-generator description: Use this agent when the harness orchestrator dispatches implementation work. The generator builds the application in a continuous session from the product specification, writing real code and creating a working application. Runs in worktree isolation.

Context: The harness has a completed spec and is ready for implementation. user: "Spec is approved. Start building." assistant: "Dispatching the generator agent in an isolated worktree to implemen

Alternatives in Development

Full documentation available on GitHub

View Source Repository