Skip to main content
The harness gives one agent a bounded loop. Orchestration extends the same boundaries to a whole team: declared roles, partitioned budget, scoped tools, independent review, and a replayable trail. The promise:
Voss lets AI agents work like an engineering team while keeping every action scoped, budgeted, reviewed, and replayable.

The six primitives

Every run is built from the same six primitives.
PrimitiveMeaningWhere it lives
CapabilitiesThe agent toolbelt — typed, permissioned, auditablevoss capabilities
PrinciplesEngineering culture injected into every agent.voss/principles.yml
OrchestrationDelegation and integrationEngineering Manager loop
RolesSpecialist lenses with their own scope and budget.voss team{}
MemoryInstitutional knowledge across runsSession tree, project memory
VerificationThe independent review loopReviewer A/B

One run, end to end

human idea
  -> EM derives cards
  -> assign roles from the declared roster
  -> partition budget down the session tree
  -> dispatch workers in parallel (within WIP limits)
  -> Reviewer-A authors the bar from the idea
  -> Reviewer-B judges narrative-blind
  -> board gates Done on independent review
  -> RunFinal record + review sidecars persisted

The MVP flow

A team is declared once in .voss, then a single goal runs as scoped, reviewed work.
voss team check
voss team run "Add password reset flow with tests"
voss board
voss review latest
This run proves the core invariants:
  • The EM cannot invent roles outside the declared roster.
  • Workers cannot write outside their assigned scope.
  • Budget cannot be oversold — it is enforced down the session tree.
  • Agents cannot mark their own work Done.
  • Done requires independent reviewer evidence.

Team config

Declare roles, scope, budget, and tools in .voss team{}.

Engineering Manager loop

The constrained tech lead that decomposes and integrates.

Board

Columns, WIP limits, and artifact-gated transitions.

Reviewers

The independent Reviewer-A / Reviewer-B split.

Session tree

Per-agent budget fan-out and durable nodes.

Principles

Engineering culture as first-class config.