# Vaultspec Team

> Supervise several workers over one approved plan. Use when the plan's Parallelization section names containers that may run concurrently.

- Skill: `nevenincs/vaultspec-team` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nevenincs/vaultspec-team`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nevenincs/vaultspec-team/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nevenincs (https://skillmd.com/u/nevenincs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nevenincs/vaultspec-team

---


# Team (vaultspec-team)

A coordination policy for executing an approved plan with parallel workers; the host
environment dispatches, sequences, and monitors them. It adds nothing to the pipeline:
each worker runs `vaultspec-execute` on its assigned container, and the supervisor keeps
the plan and the review gate. For single-persona work, load the persona directly.

## Shape

- Assign the Steps or whole containers the plan declares: Steps at L1, Steps or Phases
  at L2, and suitable containers at higher tiers. The plan's Parallelization section
  says which may run concurrently.
- Each worker follows `vaultspec-execute` as a dispatched worker: one commit and its
  ledger rows per Step, Steps closed through the plan verbs, blockers raised to the
  supervisor, assignment completion reported to the supervisor. Report Phase close only
  when a Phase exists.
- Workers never change plan structure; the supervisor applies changes through the plan
  verbs under the system's scoped approval contract. Routine corrections need no new
  approval. Isolate working trees or serialize shared plan, ledger, and commit writes;
  workers have disjoint source ownership and never commit another worker's changes.
- The supervisor holds the review gate, `vaultspec-code-review` at each point of the
  review cadence in the vaultspec section. A Phase is reported done to the user only
  after its review.
- Workers report through `SendMessage`, including "nothing found".

