Skip to content

Governance Statuses

This page defines the roadmap statuses used across the delivery timeline and governance workflow.

StatusMeaningTypical next step
PlannedSelected for a future window but not started.Move to In progress when work begins.
In progressBeing implemented (active development work).Move to Shipped when ready to release.
ShippedReleased to users (or merged for an upcoming public release).Evaluate for Deprecated later.
DeprecatedReplaced by a newer approach; remaining work is minimal.Close out or migrate remaining edge cases.
flowchart LR
    planned[Planned] --> inprogress[In progress]
    inprogress --> shipped[Shipped]
    shipped --> deprecated[Deprecated]