# Conversion capability (#1539) — flow-construction-to-transition Step 3 (deployment pipeline).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: c2t-pre-deployment
  labels: { domain: transition }
spec:
  description: Execute the pre-deployment checklist — deployment window scheduled and communicated, code freeze active, deployment team assembled, rollback plan validated, and stakeholders notified.
  version: "1.0.0"
  inputs:
    - { name: deployment_strategy, type: object, required: false }
  outputs:
    - { name: pre_deployment_checklist, type: object }
  agent: deployment-manager
  idempotent: true
