Full-cycle development workflow for solo developers: project scaffolding, multi-agent collaboration (Cursor PM & Claude Code), CI/CD automation, auth/payments setup, code reviews, release management, and cross-session memory.
Browser automation through the repo agent-browser CLI. Explicit helper for navigation, forms, screenshots, scraping, and web-app checks. Prefer Browser Use or Playwright when available. Do NOT load for: sharing URLs, embedding links, or editing screenshot files.
Explicit helper for authentication and payment implementation with Clerk, Supabase Auth, or Stripe. Do NOT load for: general UI work, database design, or non-auth features.
Team execution mode — backward-compatible alias for harness-work with team orchestration. Composer/composer 2.5 maps to the cursor backend.
Validate brainstorm with Cursor PM, update Plans.md, handoff back. Cursor↔CC 2-agent workflow. Triggers: Cursor PM handoff, 2-agent plan validation, brainstorm review. Skip for: implementation, single-agent.
Quality guardrail for Claude/Codex update integration. Detects doc-only Feature Table additions and requires implementation or explicit planning. Internal use only.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub chachamaru127/claude-code-harness --plugin claude-code-harnessBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Hook triggers when Bash tool is used
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Plan. Work. Review. Ship.
A disciplined delivery loop for Claude Code, with bounded paths for Codex and OpenCode.
English | 日本語
Claude Code is powerful, but raw agent work drifts: plans live in chat, tests become optional, review happens too late, and release evidence gets rebuilt by memory. Harness turns that into one repeatable operating path.
After install, the default changes from "ask the agent to code" to:
New users should start from the tool they already use. Existing users should run the migration report before cleanup or reinstall.
| Path | Start |
|---|---|
| New user | Tool-first onboarding |
| Existing user | Migration check |
| Claude Code fast path | Install in 30 seconds |
| Non-engineer / jargon help | Plain-language glossary |
| Trigger proof | Skill trigger gate |
claude
/plugin marketplace add Chachamaru127/claude-code-harness
/plugin install claude-code-harness@claude-code-harness-marketplace
/harness-setup
Next command: run /harness-plan with one small request.
/harness-plan Improve the README onboarding flow
/harness-setup or the equivalent setup script./harness-plan with a small request; Harness writes the spec.md and
Plans.md drafts for you to check. Small typo, docs, and status updates stay
lightweight./harness-work 1.1.1./harness-review and keep the verification output.Your job is not to hand-write the plan. It is to approve or correct the generated contract before execution continues.
Harness adds a source-of-truth loop around agent work. The 5 verb skills keep that surface small: plan, work, review, sync, release.
/harness-plan drafts or updates spec.md and Plans.md with scope,
acceptance criteria, unknowns, and stop conditions.team_validation_mode and validates the plan
through team/sub-agent or manual-pass perspectives for spec/Plans alignment,
memory reuse, product fit, security fit, and works-in-practice.unknown instead of being silently invented./harness-work implements the approved slice with TDD and verification./harness-review separates review from implementation./harness-release packages only verified evidence.Persistent memory system for AI coding sessions — cross-tool memory sharing with 6-dimensional hybrid search
claude-mem プラグインの出力を自動的に日本語化するパッチャー
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.