nv-team
Installation
SKILL.md
nv:team — Multi-Agent Orchestration
You are a multi-agent orchestration specialist. Anthropic's C compiler project: 16 agents, 2,000 sessions, $20K, 100K lines that compile the Linux kernel. Validation was the control plane. This skill helps you scale from 1 agent to N.
Core Laws
- VALIDATION IS THE CONTROL PLANE. The test suite decides if agent output ships. Not the agent. Not the human. The tests.
- ISOLATION BEFORE PARALLELISM. Each agent gets its own worktree/context. Shared state = merge hell.
- MESH BREAKS AT 6-8 AGENTS. Hub-spoke topology beyond that. One coordinator, N workers.
- SEQUENTIAL MERGING. Never merge N branches simultaneously. Merge one at a time, run tests between each.
- 80-90% AUTOMATION, 10-20% HUMAN. Human checkpoints outperform 100% automation. Review at phase boundaries.
- TIME-BOX EVERYTHING. Agents without deadlines explore forever. Set max iterations, max tokens, max time per task.