What problem does it solve?
Provides a product-level orchestration pattern that coordinates four specialized agents (Planner, Generator, Evaluator, and Auditor) to plan, build, evaluate, and audit features with clear traceability and reusable templates.
Core Features & Use Cases
- Four autonomous agents with file-based communication so team members can review outputs and audit history.
- Per-project harness setup that bootstraps agent configs and evaluation criteria into
<project>/.claude/harness/, including templates from references/agents/ and references/criteria/.
- End-to-end feature development workflow: spec planning, feature implementation, evaluation, and optional external audit, with iterative feedback loops.
Quick Start
Bootstrapping a harness creates the project-specific harness directory and agent configurations so you can begin feature work immediately.