bouob/agent-harness

4 stars · Last commit 2026-05-19

Multi-agent harness for Claude Code: autonomous Planner-Generator-Evaluator sprints with parallel Agent Teams, harness-engineering framework, and 9 canonical defect diagnoses.

README preview

# agent-harness

[Traditional Chinese](./README.zh-TW.md)

A dual-host agent workflow package for multi-agent orchestration.

- **Claude Code**: plugin commands for autonomous Planner -> Generator -> Evaluator sprints with parallel Agent Teams and iterative feedback loops.
- **Codex**: plugin skills for plan-first sprints with explicit subagent delegation, optional per-role routing, and Codex lifecycle hooks.

## Install

### Claude Code

```bash
# Add marketplace (one-time)
/plugin marketplace add bouob/claude-plugins

# Install
/plugin install agent-harness@bouob-plugins

View full repository on GitHub →