v0.2.0
Release Date: 2026-04-18
Highlights
- Goal-Driven Maturity Roadmap - Define strategic goals with SLO-backed maturity levels
- Phase-Based Planning - Organize work into quarters with swimlanes and initiative tracking
- New CLI Commands - goal, phase, roadmap, slo-report, dashboard, dashforge, report
- Dashforge Integration - Generate executive dashboards from PRISM documents
Added
Goals
Goaltype with owner, priority, status, and maturity trackingGoalMaturityModelwith 5-level progression and SLO requirementsMetricCriterionfor maturity level value requirementsGoal.CurrentMaturityLevel()calculates achieved level from metrics
Phases
Phasetype for time-bounded planning periods (quarters)PhaseGoalTargetfor enter/exit maturity levels per goalSwimlanefor organizing initiatives by domain
Initiatives
Initiativetype with deployment tracking and customer adoptionDeploymentStatusfor tracking rollout progress- Validation for goal, phase, and initiative references
Phase Metrics
PhaseMetricsfor tracking progress at phase boundariesGoalProgresswith initiative completion and SLO complianceCalculateGoalProgress(),CalculateInitiativeMetrics(),CalculateSLOCompliance()
Roadmap Views
RoadmapProgressfor aggregated roadmap statusGetRoadmapProgress()generates full progress view
Reporting
SLOReportwith compliance rate and metric status breakdownGenerateSLOReport()creates SLO compliance reportsExecDashboardfor high-level status views- Markdown report generation for executive summaries
Dashboard Integration
- Dashforge converter for PRISM to dashforge format
- Widget generators for metrics, goals, and phases
CLI Commands
prism goal list- List all goalsprism goal show <id>- Show goal detailsprism goal progress <id>- Show goal progress with SLO complianceprism phase list- List all phasesprism phase show <id>- Show phase detailsprism phase metrics <id>- Show enter/exit metrics for a phaseprism roadmap show- Show roadmap overviewprism roadmap progress- Show progress across all phases and goalsprism report- Generate roadmap reports (Markdown/JSON)prism slo-report- Generate SLO compliance reportsprism dashboard- Generate executive dashboardsprism dashforge- Convert to dashforge format
Changed
- Refactored to extensible framework architecture with operations examples
PRISMDocumentextended withGoals,Phases,Initiativesarrays- JSON Schema updated with goal, phase, and initiative types
Documentation
- Roadmap CLI documentation (goal, phase, roadmap commands)
- Design notes for maturity roadmap implementation
- Updated examples with operations-focused goal roadmap
- New CLI docs for report, slo-report, and dashboard commands
Tests
- Unit tests for
Goal,GoalMaturityModel,CurrentMaturityLevel() - Unit tests for
Phase,PhaseGoalTarget,Swimlane - Unit tests for
PhaseMetricscalculations - Integration tests for SLO report generation
Infrastructure
- Multi-agent orchestration specs for roadmap generation
- Example executive dashboard configuration
Upgrade Notes
This release is backward compatible with v0.1.0 documents. The new Goals, Phases, and Initiatives arrays are optional and can be added incrementally to existing documents.