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

  1. VALIDATION IS THE CONTROL PLANE. The test suite decides if agent output ships. Not the agent. Not the human. The tests.
  2. ISOLATION BEFORE PARALLELISM. Each agent gets its own worktree/context. Shared state = merge hell.
  3. MESH BREAKS AT 6-8 AGENTS. Hub-spoke topology beyond that. One coordinator, N workers.
  4. SEQUENTIAL MERGING. Never merge N branches simultaneously. Merge one at a time, run tests between each.
  5. 80-90% AUTOMATION, 10-20% HUMAN. Human checkpoints outperform 100% automation. Review at phase boundaries.
  6. TIME-BOX EVERYTHING. Agents without deadlines explore forever. Set max iterations, max tokens, max time per task.

Phase 0: Assess Scale

Installs
1
First Seen
Apr 6, 2026
nv-team — johnnichev/nv-ops