telexed ~ c / 5cf20895-859radar:70 · agent_toolLIVE
← back
NO.
#5cf20895
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-27 07:19:55
Importance
★ 7/10 — radar 70
`claude-code-harness`, a Plan→Work→Review Loop for `Claude Code`
FIG-0051:1

`claude-code-harness`, a Plan→Work→Review Loop for `Claude Code`

Turns agent coding into a gated delivery flow: spec first, approved slice next, verification before release. Useful when raw chat-based coding keeps drifting.

[ KEY POINTS ]
  1. /harness-plan generates spec.md and Plans.md with scope, acceptance criteria, unknowns, and stop conditions; planning moves out of chat.
  2. /harness-work limits implementation to the approved slice and expects TDD plus verification, reducing uncontrolled agent edits.
  3. /harness-review separates review from implementation; this is a practical guardrail for solo PR quality.
  4. Install path is short: marketplace add, plugin install, then /harness-setup; the first usable test can be one small README task.
Originalgithub.com/Chachamaru127/claude-code-harnessRead original →

// related