Project Manager
GPP- Project Progress ReportGBG- Backlog Grooming
Powerful capabilities for modern feature management
VirtualBoard is now available as a Claude Code plugin with 10 specialized agent roles and 29+ commands. Install with:
claude plugin marketplace add virtualboard/template-base
claude plugin install virtualboard
GPP - Project Progress ReportGBG - Backlog GroomingGAD - Architecture DiagramGAR - Architecture ReviewGTD - Technical DebtGAD - API DocumentationGAE - API EndpointGDM - Data MigrationGAA - Accessibility AuditGC - ComponentGCS - Component StorybookGFF - Full FeatureGIC - Integration ContractGETE - E2E TestGBR - Bug ReportGTCR - Test CoverageGTP - Test PlanGDC - Deployment ChecklistGDRR - Deployment ReadinessGIR - Incident ReportGSA - Security AuditGSR - Security ReviewGTM - Threat ModelGDP - Data PipelineGMD - Metrics DashboardGDQ - Data QualityERD - Entity Relationship DiagramGDS - Design SystemGUJ - User JourneyGWF - WireframeBuilt-in support for multiple AI agents working concurrently on different features without conflicts. Includes role-specific prompts and rules of engagement.
Everything important lives in Markdown files - easy to diff, parse, and index. Features are tracked as individual Markdown files that move through lifecycle folders.
Pure bash scripts eliminate Node.js/npm dependencies. Fast execution, universal compatibility, and easy maintenance across all Unix-like systems.
Clear state transitions: backlog โ in-progress โ review โ done. Folder location is the source of truth, with automated validation and dependency checking.
Built-in concurrency controls with ownership locks, dependency validation, and collision prevention to ensure agents don't step on each other.
Ready for continuous integration with validation rules, automated indexing, and GitHub Actions workflows. No build steps required.
When you initialize a project with this template, you get a complete directory structure with all the necessary components:
.virtualboard/
โโโ features/ # Feature specifications
โ โโโ backlog/ # Unassigned features
โ โโโ in-progress/ # Features being worked on
โ โโโ blocked/ # Features waiting on dependencies
โ โโโ review/ # Features ready for review
โ โโโ done/ # Completed features
โ โโโ INDEX.md # Auto-generated feature index
โโโ templates/ # Templates and configuration
โ โโโ spec.md # Feature spec template
โ โโโ pr-template.md # Pull request template
โ โโโ rules.yml # Agent rules configuration
โโโ agents/ # Agent role definitions
โ โโโ AGENTS.md # Agent system overview
โ โโโ RULES.md # Rules of engagement for agents
โ โโโ pm.md # Project manager role
โ โโโ architect.md # System architect role
โ โโโ ux_product_designer.md # UX/Product designer role
โ โโโ backend_dev.md # Backend developer role
โ โโโ frontend_dev.md # Frontend developer role
โ โโโ fullstack_dev.md # Fullstack developer role
โ โโโ devops_engineer.md # DevOps engineer role
โ โโโ security_compliance_engineer.md # Security compliance role
โ โโโ data_analytics_engineer.md # Data analytics engineer role
โ โโโ qa.md # QA engineer role
โโโ prompts/ # Agent commands and specialized actions
โ โโโ AGENTS.md # Command system overview
โ โโโ agents/ # Role-specific command files
โ โ โโโ pm/ # Project Manager commands
โ โ โ โโโ README.md # PM command catalog
โ โ โ โโโ GPP.md # Generate Project Progress Report
โ โ โโโ architect/ # Architect commands
โ โ โ โโโ README.md # Architect command catalog
โ โ โ โโโ GAD.md # Generate Architecture Diagram
โ โ โ โโโ GAR.md # Generate Architecture Review
โ โ โ โโโ GTD.md # Generate Technical Debt Report
โ โ โโโ backend_dev/ # Backend Developer commands
โ โ โ โโโ README.md # Backend command catalog
โ โ โ โโโ GAD.md # Generate API Documentation
โ โ โ โโโ GAE.md # Generate API Endpoint
โ โ โ โโโ GDM.md # Generate Database Migration
โ โ โโโ frontend_dev/ # Frontend Developer commands
โ โ โ โโโ README.md # Frontend command catalog
โ โ โ โโโ GAA.md # Generate Accessibility Audit
โ โ โ โโโ GC.md # Generate Component
โ โ โ โโโ GCS.md # Generate Component Storybook
โ โ โโโ fullstack_dev/ # Fullstack Developer commands
โ โ โ โโโ README.md # Fullstack command catalog
โ โ โ โโโ GFF.md # Generate Full Feature
โ โ โ โโโ GIC.md # Generate Integration Contract
โ โ โ โโโ GETE.md # Generate End-to-End Test
โ โ โโโ data_engineer/ # Data Engineer commands
โ โ โ โโโ README.md # Data Engineer command catalog
โ โ โ โโโ ERD.md # Entity Relationship Diagram
โ โ โ โโโ GDP.md # Generate Data Pipeline
โ โ โ โโโ GMD.md # Generate Metrics Dashboard
โ โ โ โโโ GDQ.md # Generate Data Quality Check
โ โ โโโ devops/ # DevOps Engineer commands
โ โ โ โโโ README.md # DevOps command catalog
โ โ โ โโโ GDC.md # Generate Deployment Checklist
โ โ โ โโโ GDRR.md # Generate Deployment Readiness
โ โ โ โโโ GIR.md # Generate Incident Response
โ โ โโโ security/ # Security Engineer commands
โ โ โ โโโ README.md # Security command catalog
โ โ โ โโโ GSA.md # Generate Security Audit
โ โ โ โโโ GSR.md # Generate Security Review
โ โ โ โโโ GTM.md # Generate Threat Model
โ โ โโโ qa/ # QA Engineer commands
โ โ โ โโโ README.md # QA command catalog
โ โ โ โโโ GBR.md # Generate Bug Report
โ โ โ โโโ GTCR.md # Generate Test Coverage Report
โ โ โ โโโ GTP.md # Generate Test Plan
โ โ โโโ ux_designer/ # UX Designer commands
โ โ โโโ README.md # UX Designer command catalog
โ โ โโโ GDS.md # Generate Design System
โ โ โโโ GUJ.md # Generate User Journey
โ โ โโโ GWF.md # Generate Wireframe
โ โโโ common/ # Common templates and utilities
โ โโโ session-handoff.md # Session handoff template
โโโ scripts/ # Automation scripts
โ โโโ ftr-new.sh # Create new feature
โ โโโ ftr-move.sh # Move feature between states
โ โโโ ftr-validate.sh # Validate features
โ โโโ ftr-index.sh # Generate feature index
โ โโโ install-vb-cli.sh # Install Virtual Board CLI tool
โโโ schemas/ # Schema definitions
โ โโโ frontmatter.schema.json # Frontmatter validation schema
โโโ reports/ # Generated reports (created by vb CLI)
โโโ AGENTS.md # Agent system documentation
โโโ CHANGELOG.md # Version history
โโโ README.md # Project documentation
โโโ version.txt # Current version