revfactory Harness — Summary
Harness by revfactory is a "meta-factory" Claude Code plugin: a single skill (harness/SKILL.md) that, when invoked, analyzes the user's domain and generates a custom agent team with specialized skill files tailored to that domain. Rather than being a harness itself, it is a harness generator — the output is .claude/agents/ and .claude/skills/ files configured for the user's specific project. The framework defines 6 architectural team patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation) and guides the selection based on domain analysis. Agent teams are the default; all agents use model: "opus" for maximum quality. The framework self-identifies as "L3 Meta-Factory / Team-Architecture Factory" and explicitly references ECC (L2 cross-harness) and Archon (L3 runtime-config factory) as co-existing tools. Stars: 3,552. Differs from seeds: no seed is a harness generator — all seeds ARE harnesses. The closest analogy is BMAD-METHOD (persona-based multi-agent) but BMAD ships fixed personas, while this generates custom ones per domain from scratch.