Release Narrative Template
Use this template in every release note, launch post, changelog summary, and partner update.
1) Problem
State the concrete production problem in one paragraph.
Example prompt:
What breaks in real workloads without this release?
2) Architecture Principles
Map the release to the three fixed pillars.
Audit-firstDerived asyncMemory -> Policy
Example prompt:
Which pillar(s) changed, and how does the design stay consistent with the kernel model?
3) Evidence
Provide auditable proof, not claims.
- Build/test gate outputs
- Contract checks and consistency checks
- Perf or regression reports with command and commit reference
- Artifact versions: GitHub tag, Docker tag, npm, PyPI
Example prompt:
Which commands were run, what passed, and where can others verify it?
4) Boundaries
State what is intentionally not solved in this release.
- Known limits
- Deferred optimizations
- Environment assumptions
Example prompt:
What should operators not expect yet?
5) Next Step
List the next concrete milestones with owner and trigger condition.
- Immediate follow-up
- Gate to enter next stage
- Escalation signal if metric regresses
Example prompt:
What is the next decision point and what evidence is required to pass it?