Initialize
vb init downloads and expands the VirtualBoard template archive. Use --force to rebuild an existing workspace or --update to interactively update to the latest template version.
Complete command reference for the VirtualBoard CLI
vb init downloads and expands the VirtualBoard template archive. Use --force to rebuild an existing workspace or --update to interactively update to the latest template version.
vb new scaffolds a spec with labels, front-matter, and canonical sections ready for backlog grooming.
vb move enforces workflow transitions and can assign owners in one command.
vb update patches fields or body sections to keep specs synchronised with product decisions.
vb validate surfaces schema, dependency, and workflow issues early. Add --fix to reapply templates.
vb index rebuilds stakeholder-friendly views, while vb lock coordinates collaborative edits.
See the full CLI reference for exhaustive command options and exit codes.
Pre-commit hooks and GitHub Actions enforce 100% coverage, gosec scanning, and multi-platform build checks on every change.
Atomic file operations, strict permissions, and explicit lock semantics keep collaborative workspaces consistent.
The internal/template package codifies VirtualBoard spec expectations, so teams stay aligned on structure and content.