Harness is a Claude Code plugin that turns a project description into a specialized agent team and the skills that team uses, using one of six predefined collaboration patterns.
Harness is positioned as a “team-architecture factory” for Claude Code. Based on the README, it generates agent definitions and skill files for a project domain, and it is meant to help users assemble coordinated teams of specialized agents rather than just single-task prompts.
It addresses the difficulty of breaking a complex project into a well-structured agent team with clear roles, coordination, and reusable skills. The repository is aimed at making that design process easier by turning a domain description into an organized team architecture.
Conceptually, the user gives Harness a project/domain description through Claude Code, and Harness maps that description into one of six team-architecture patterns: pipeline, fan-out/fan-in, expert pool, producer-reviewer, supervisor, or hierarchical delegation. It then generates agent files under `.claude/agents/` and skill files under `.claude/skills/`, and the README says it also supports orchestration concepts such as data passing, error handling, validation, dry-run testing, and comparison tests with and without skills.
It appears to be gaining attention because it sits in the Claude Code ecosystem as a meta-level tool for building other agent teams, which is attractive to people experimenting with agentic workflows. Its README also offers concrete presets, example use cases, installation paths, and multilingual prompts, which make the project easy to try and understand quickly.
The README explicitly names Archon as a neighboring tool in the same L3 meta-factory space, but focused on deterministic runtime configurations rather than team architecture. It also mentions SaehwanPark/meta-harness as a similar Codex-runtime port, and affaan-m/ECC as a related cross-harness workflow layer; these are the closest comparable approaches visible in the README.
AI-explained · grounded in each repo's README