Product pillar · v0.14.2

product-lifecycle Product Lifecycle

Lifecycle plan for a product — perpetual or time-bound. Captures the ordered milestones that move the product between phases, the feature-flag flips and integration toggles each milestone triggers, and the wind-down checklist for products with a defined sunset. Scope: one per product. Lives at `product/lifecycle.yaml`.

$id · https://corpospec.com/schemas/v0.14.2/product-lifecycle.schema.json

Fields

Field Type Required Description
mode LifecycleMode yes
id PathRef? PathRef of this record (conventionally `product/lifecycle`).
milestones LifecycleMilestone[]
wind_down_checklist string[]

Definitions

Shared types referenced within this schema.

FlagFlip
type: object
FlagValue
IntegrationStatus
Integration lifecycle status.
enum: "draft", "planned", "development", "testing", "active", "sunset", "retired"
IntegrationToggle
type: object
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
LifecycleMilestone
type: object
LifecycleMode
enum: "perpetual", "time-bound"
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.14.2/product-lifecycle.schema.json