Now with Claude Code plugin support

Ship features
with AI agents

Markdown-first feature specs with folder-based lifecycle management. Deterministic workflows for teams where humans and AI agents collaborate without merge conflicts.

10+
Agent Roles
30+
Commands
3
IDE Integrations
vb - virtualboard cli
_

Five-stage lifecycle

Features flow through a deterministic pipeline. Folder location is the source of truth.

backlogNew featuresin-progressActive workreviewQA / code reviewdoneCompletedblockedStalled workchanges requestedbacklog → in-progress → review → done | in-progress ↔ blocked | review → in-progress
$ vb move FTR-0042 review

Built for the way you work

Zero-dependency tooling that fits into any stack

CLI v0.8.1

Purpose-built Go CLI

Fast, single-binary CLI with validation, indexing, locking, and audit capabilities. JSON output for automation, dry-run mode for safety.

$ vb new "Payment Flow" payments api
Created FTR-0098 in features/backlog/
$ vb validate all --fix
Fixed 2 issues. All 15 features valid.
$ vb index
Generated INDEX.md, index.json, index.html

10+ Agent Roles

PM, Architect, Frontend, Backend, QA, Security, DevOps, Data, UX, and more. Each with role-specific prompts and 30+ commands.

Markdown First

Every feature spec is a Markdown file with YAML frontmatter. Easy to diff, parse, review, and index.

Zero Dependencies

Single Go binary. No Node.js, no npm, no Docker. Download and run.

Concurrency Safe

Ownership locks with TTL, collision detection, and deterministic handoffs.

Git Worktree Dev

The /work-on skill creates isolated git worktrees per feature for parallel development.

One command,
any editor

Install the VirtualBoard plugin in your IDE of choice. All integrations include the full agent system with 10+ roles and 30+ commands.

View all integrations

Claude Code

recommended
claude plugin install virtualboard

Cursor

cp -r .cursor /path/to/your/project/

OpenCode

mkdir -p .opencode/agent && cp -Rf .virtualboard/agents .opencode/agent
Latest updates

What's new

vb-cli v0.8.1

Security Hardening

Mitigated top 5 security risks. New audit module for compliance tracking. All dependencies updated.

template v0.5.0

/work-on Skill

Feature development in isolated git worktrees. Automatic branch creation and cleanup for parallel work.

vb install

IDE Plugin System

One-command installation for Claude Code, Cursor, and OpenCode. Hardened installer script with checksums.

Ready to ship
deterministically?

Set up VirtualBoard in under a minute. Works with any stack, any team size, any AI agent.

$claude plugin install virtualboard