#221 · Primary category: AI Coding Assistants
claude-code-harness
Claude Code Dedicated Development Harness - Achieving High-Quality Development Through an Autonomous Plan→Work→Review Cycle
Project last updated:08/29/26
GitHub Stars
3.1K
Forks
302
Contributors
8
License
MIT
Why we included this project
Claude Code Harness is a plugin that replaces the usual 'ask the agent to code' habit with a fixed delivery loop: write the spec, implement only the slice you approve, verify, review independently, and package the evidence. It works with Claude Code, Codex CLI, Cursor, and Grok, and it writes plans to spec.md and Plans.md instead of letting them live in chat, so the agent only implements what you sign off on. The safety layer is the interesting part: a Go engine checks every tool call before it runs, with a non-overridable floor covering billing, network egress, secret reads, and destructive operations, plus tunable guardrails like blocking direct pushes to main. Approvals are collected up front at plan time with expiry and scope limits, and every blocked action is logged. Teams that have been burned by agent drift, skipped tests, or post-merge review will appreciate the enforced gates and the independent review step, and the three HTML decision surfaces let a non-engineer sponsor follow progress without reading code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.