Chachamaru Claude Code Harness — Summary
Claude Code Harness by Chachamaru is the most architecturally complete single-author harness in this batch: a Go-native binary (bin/harness), a TOML-driven config generator (harness.toml), a Claude Code plugin, Codex CLI and OpenCode compatibility paths, 34+ named skills, 4 named subagents, and a runtime hook system with PreToolUse/PermissionRequest/Setup lifecycle events. The central thesis is "Plan→Work→Review→Release as a disciplined delivery loop" — the 5-verb surface (harness-plan, harness-work, harness-review, harness-sync, harness-release) is an enforced workflow gate, not a collection of optional helpers. The Go-native bin/harness binary supplies permission enforcement, inbox checking, and migration reporting outside the Claude Code runtime, making it the only harness in this batch that ships language-native compiled tooling. Worktree-per-agent isolation is declared in the agent definitions (worker.md declares isolation: worktree). TDD is enforced by skill-level --tdd-bypass flag with mandatory audit trail, placing it in the "persona-instruction" enforcement camp but with an escape-valve mechanism. Differs from seeds: closest to superpowers (skills-only behavioral framework) but adds a CLI binary, TOML config layer, named subagents, and multi-tool compatibility that superpowers lacks; closer to kiro in the sense of a holistic delivery harness, but distributed as a Claude Code plugin rather than a closed IDE.