v0.18.0¶
Release Date: 2026-08-16
Highlights¶
- Experience Map lands as an authored document: prism-roadmap already defined
schema/experience-map.schema.jsonbut shipped no template — this release adds the canonical template and LLM-as-a-Judge rubric, so downstream continuous-discovery workflows can sync it instead of maintaining a local stopgap - The V2MOM rubric set is now complete: v0.17.0 shipped the
v2mom-summarytemplate but explicitly left it unscored — this release adds thev2mom-summaryrubric
Overview¶
Both additions are content-only (templates and rubrics) and continue the upstreaming pattern established in v0.17.0: assets that had been authored or reapplied downstream — in specification-workflow-spec and its consumers — as local, upstream-candidate copies are returned to their canonical home here, so downstream workflows can consume them via tools/prism-sync rather than carrying a local copy.
This release closes two gaps that v0.17.0 left open by design:
- v0.17.0 landed the
v2mom-summarytemplate but noted it was "template only — a rolled-up synthesis document, not independently rubric-scored." The summary rubric is that missing piece. - The
experience-mapschema shipped earlier without an authored document to populate it; the continuous-discovery trio (Discovery Snapshot, Assumption Map, Experience Map) is now complete with authored templates and rubrics.
Changes¶
Experience Map template and rubric¶
New templates/experience-map.md and rubrics/experience-map.rubric.yaml. The Experience Map captures a customer journey across phases, surfacing pain points and opportunities that feed the Opportunity Solution Tree, per Teresa Torres's continuous discovery framework. The rubric is an LLM-as-a-Judge evaluation of journey completeness, evidence grounding, and opportunity linkage.
v2mom-summary rubric¶
New rubrics/v2mom-summary.rubric.yaml. The V2MOM summary is the reconciled rollup of Vision, Values, Methods, Obstacles, and Measures; the rubric evaluates fidelity to those five sources, cross-reference/traceability quality, and cascade + health rollup accuracy. The template already existed here — only the rubric was missing.
Compatibility¶
Fully additive. No Go type, schema, or API changes; no breaking changes. Existing documents and consumers are unaffected.