redker56/auto-harness

13 stars · Last commit 2026-05-02

Run Claude Code like a specialist software team: planning, implementation, QA, fix/retest loops, and durable .harness state for long-running project delivery.

README preview

# Auto-Harness

[English](README.md) | [Chinese](README.zh-CN.md)

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. It turns the work into a durable project workflow, asks clarification questions when needed, drafts a spec for your approval, implements sprint by sprint, evaluates the result, and keeps the trail on disk.

It is inspired by Anthropic's article [Harness design for long-running application development](https://www.anthropic.com/engineering/harness-design-long-running-apps).

## Which Command Should I Use?

If you are not sure, use the normal serial workflow:

```text
/auto-harness:harness <your product brief>
```

Use the parallel workflow only when the project is a Git repository and the sprint can be split into independent workstreams:

View full repository on GitHub →