v0.2.0 Release Notes¶
Release Date: 2026-07-19
VisionStudio v0.2.0 is a major feature release introducing AIDLC workflow integration, V2MOM cascade management, strategic planning tools, and comprehensive organizational capabilities.
Highlights¶
- AIDLC Integration - Full AWS AI-Driven Development Lifecycle workflow support
- V2MOM Cascade - Hierarchical V2MOM management from Organization → Team → Project
- Strategic Planning Suite - Capability stack, roadmap, and maturity model views
- Dual Methodology Selection - Separate requirements and implementation methodology choices
- Sample Projects - Built-in sample projects for quick learning
- 60+ API Endpoints - Comprehensive REST API for all features
Features¶
AIDLC Workflow¶
Complete integration with AWS AI-Driven Development Lifecycle:
- Workflow Overview - Visual phase status with Inception → Construction → Operations flow
- Document Generation - LLM-powered generation of AIDLC deliverables
- Phase Transitions - Guided progression with requirements checklist
- Sync Status - Track alignment between specs and AIDLC documents
- Evaluation Display - Document evaluation with dimension scores
V2MOM Cascade¶
Hierarchical V2MOM (Vision, Values, Methods, Obstacles, Measures) management:
- Organization V2MOM - Top-level strategic alignment
- Team V2MOMs - Team-specific V2MOMs inheriting from organization
- Project V2MOMs - Project-level execution alignment
- Cascade Visualization - Hierarchical view of V2MOM relationships
Strategic Planning¶
- Capability Stack - Visual capability management with domains and levels
- Roadmap View - Timeline-based initiative and milestone planning
- Maturity Model - Framework-based maturity assessments with dashboards
Organization Management¶
- Organization Settings - Configure company/department context
- Team Management - Define teams and hierarchies
- Sample Projects - Import example projects (Grafana, Simple) for learning
Dual Methodology Selection¶
- Requirements Methodology - Choose from AWS Working Backwards, Big Tech, Lean Startup, etc.
- Implementation Methodology - Choose AIDLC, SpecKit, or none
- Methodology Selector - Modal for easy methodology switching
Enhanced UI¶
- Sidebar Navigation - Context-aware menu items based on methodology
- Methodology Display - Show active requirements and implementation methodologies
- AIDLC Menu Items - Appear only when AIDLC methodology is selected
- Sample Picker - Browse and import sample projects
API Endpoints¶
AIDLC (5 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/projects/{project}/aidlc/workflow |
Get workflow status |
| GET | /api/projects/{project}/aidlc/phases |
List phases |
| POST | /api/projects/{project}/aidlc/transition |
Transition phase |
| GET | /api/projects/{project}/aidlc/sync |
Sync with visionspec |
| POST | /api/projects/{project}/aidlc/generate |
Generate deliverable |
V2MOM (5 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/organization/v2mom |
Get organization V2MOM |
| PUT | /api/organization/v2mom |
Update organization V2MOM |
| GET | /api/projects/{project}/v2mom |
Get project V2MOM |
| PUT | /api/projects/{project}/v2mom |
Update project V2MOM |
| GET | /api/v2mom/cascade |
Get full cascade |
Capabilities (4 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/projects/{project}/capabilities |
List capabilities |
| POST | /api/projects/{project}/capabilities |
Create capability |
| PUT | /api/projects/{project}/capabilities/{id} |
Update capability |
| DELETE | /api/projects/{project}/capabilities/{id} |
Delete capability |
Roadmap (4 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/projects/{project}/roadmap |
Get roadmap |
| POST | /api/projects/{project}/roadmap/initiatives |
Create initiative |
| PUT | /api/projects/{project}/roadmap/initiatives/{id} |
Update initiative |
| DELETE | /api/projects/{project}/roadmap/initiatives/{id} |
Delete initiative |
Organization (4 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/organization |
Get organization |
| PUT | /api/organization |
Update organization |
| GET | /api/organization/teams |
List teams |
| POST | /api/organization/teams |
Create team |
Methodology (4 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/methodologies/requirements |
List requirements methodologies |
| GET | /api/methodologies/implementation |
List implementation methodologies |
| GET | /api/projects/{project}/methodology |
Get project methodology |
| PUT | /api/projects/{project}/methodology |
Update methodology |
Samples (2 endpoints)¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/samples |
List available samples |
| POST | /api/samples/{id}/import |
Import sample project |
Dependencies¶
| Package | Version | Change |
|---|---|---|
| visionspec | v0.13.0 | Upgraded from v0.12.0 |
| structured-evaluation | v0.9.0 | Upgraded from v0.8.0 |
| chi router | v5.3.1 | Upgraded from v5.3.0 |
| pidl | v0.5.0 | New dependency |
| Go | 1.26.1 | Upgraded from 1.26.0 |
Documentation¶
New documentation pages:
- AIDLC Workflow Guide
- V2MOM Cascade Guide
- Capabilities Guide
- Roadmap Guide
- Maturity Model Guide
- Methodology Selection Guide
- Sample Projects Guide
- Organization Guide
- AIDLC API Reference
Updated documentation:
- Architecture overview with 60+ API endpoints
- Frontend component structure
- README with new features
Sample Projects¶
Two sample projects are included:
Grafana (Comprehensive)¶
Full-featured sample with:
- Capability domains (API DX, Core Platform, Operations, Quality, Security)
- Maturity models per domain
- Team V2MOMs
- Roadmap with initiatives
Simple (Minimal)¶
Basic sample for quick start:
- Single capability stack
- Single maturity model
- Single V2MOM
- Simple roadmap
Breaking Changes¶
None. This release is backwards compatible with v0.1.0.
Bug Fixes¶
- Fixed golangci-lint issues (errcheck, gosec, unparam, dupl)
- Fixed .gitignore to properly exclude daemon binary
What's Next (v0.3.0)¶
- Real-time evaluation during editing
- Multi-user collaboration
- Cloud sync and backup
- Enhanced LLM generation templates