Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Claude Code Dedicated Development Harness - Achieving High-Quality Development Through an Autonomous Plan→Work→Review Cycle
| Date | Stars |
|---|---|
| 2026-07-31 | 3033 |
| 2026-08-03 | 3033 |
| 2026-08-04 | 3039 |
| 2026-08-06 | 3039 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
# Claude Code Harness <p align="center"> <img src="docs/images/claude-harness-logo-with-text.png" alt="Claude Harness" width="400"> </p> <p align="center"> <strong>Plan. Work. Review. Ship.</strong><br> <em>A disciplined delivery loop for Claude Code, Codex CLI, Cursor, and Grok.</em> </p> <p align="center"> <a href="https://github.com/Chachamaru127/claude-code-harness/releases/latest"><img src="https://img.shields.io/github/v/release/Chachamaru127/claude-code-harness?display_name=tag&sort=semver" alt="Latest Release"></a> <a href="LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License"></a> <a href="docs/CLAUDE_CODE_COMPATIBILITY.md"><img src="https://img.shields.io/badge/Claude_Code-v2.1+-purple.svg" alt="Claude Code"></a> <img src="https://img.shields.io/badge/Skills-5_core_%2F_21_total-orange.svg" alt="Skills: 5 core verbs / 21 total"> <img src="https://img.shields.io/badge/Guardrails-R01%E2%80%93R15_%2B_5_floors-B5462F.svg" alt="Guardrails: R01-R15 plus 5 runtime floor categories"> <img src="https://img.shields.io/badge/Core-Go_Native-00ADD8.svg" alt="Go Core"> </p> <p align="center"> English | <a href="README_ja.md">日本語</a> </p> <p align="center"> <img src="docs/images/readme/loop-en.svg" alt="Operating loop: Plan, Work, Review, Release — with every command checked before it runs" width="880"> </p> ## The problem Agent coding drifts. Plans live in chat and disappear. Tests become optional under deadline. Review happens after the code is already merged. Release evidence gets reconstructed from memory. Harness replaces "ask the agent to code" with one repeatable path: **write the spec → implement only the approved slice → verify → review independently → package evidence.** It does not make the model smarter. It fixes the procedure and the boundary around the model — so it keeps working when the model changes. > **Claims in this README are machine-checked.** CI gates verify that described > components are actually wired, that the task ledger stays consistent, and that > shipped binaries rebuild from source. A feature appears here only after a gate > proves it is reachable. *Written* is not *working*. ## Install in 30 seconds ```bash claude /plugin marketplace add Chachamaru127/claude-code-harness /plugin install claude-code-harness@claude-code-harness-marketplace /harness-setup ``` Then hand it something small: ```bash /harness-plan Improve the README onboarding flow ``` Harness drafts `spec.md` and `Plans.md` for you. **Your job is not to write the plan — it is to approve or correct it** before execution continues. Using a different tool? See [install by tool](#install-by-tool) below. ## The loop The 5 verb skills keep that surface small: plan, work, review, sync, release. (`/harness-setup` runs once at install time, above.) | Command | What happens | |---|---| | `/harness-plan` | Turns intent into `spec.md` + `Plans.md`: scope, acceptance criteria, dependencies, unknowns, stop conditions. | | `/harness-work` | Implements one approved task or the whole plan. Adds tests when the task requires them. | | `/harness-work all` | Runs the whole approved plan. Use once the plan is clear and the repo baseline is known. | | `/harness-review` | Reviews the result **separately from implementation**. Major findings block completion. | | `/harness-sync` | Compares the plan against what is actually implemented and reports drift. | | `/harness-release` | Packages only verified evidence into CHANGELOG, tag, and release. | Each stage leaves the material the next stage needs. | Stage | Output | Gate | |---|---|---| | Plan | `spec.md` + `Plans.md` | You approve or correct the generated contract. | | Work | Code and tests | TDD required when the task says so. | | Review | Independent verdict | Major findings block completion. | | PR | Evidence pack | PR-ready is not release-ready. | | Release | Tag and artifacts | Release preflight must pass. | Data the agent has not
Excerpt of 10,552 characters
Read on GitHub1.1k
Claude · @anthropics
46
17
2
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:71657ef152c6d802, llm:Repository name and description: "Claude Code Dedicated Development Harness - Achieving High-Quality Development Through an Autonomous Plan→Work→Review Cycle" — suggests tooling for autonomous coding/agent workflow using Claude (LLM) to plan, work, review.
matched fp:71657ef152c6d802, llm:Repository name and description: "Claude Code Dedicated Development Harness - Achieving High-Quality Development Through an Autonomous Plan→Work→Review Cycle" — suggests tooling for autonomous coding/agent workflow using Claude (LLM) to plan, work, review.
matched fp:71657ef152c6d802, llm:Repository name and description: "Claude Code Dedicated Development Harness - Achieving High-Quality Development Through an Autonomous Plan→Work→Review Cycle" — suggests tooling for autonomous coding/agent workflow using Claude (LLM) to plan, work, review.