team-harness

Installation
SKILL.md

Team Harness

Kick off a Claude Code agent team with specialized teammates that work in parallel and communicate directly. Unlike feat-harness (sequential subagents), team-harness uses agent teams where teammates see errors, fix them, test, and loop — without waiting for a central orchestrator.

Why Teams Over Subagents

Subagents are fire-and-forget: they do work and report back. They can't talk to each other. If the QA agent finds a bug, it has to report back to you, then you dispatch the engineer again — that's slow.

Agent teams solve this: the QA teammate messages the engineer directly. The dev-environment teammate broadcasts error logs to everyone. The loop tightens from minutes to seconds.

Pre-flight

Before anything, verify agent teams are enabled:

# Check if the experimental flag is set
grep -r "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS" ~/.claude/settings.json 2>/dev/null
Related skills

More from derek-x-wang/skills

Installs
2
First Seen
Apr 3, 2026