# Conversion (#1539) — Step 7a: draft the stakeholder notification.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: deploy-stakeholder-notification
  labels: { domain: deployment }
spec:
  description: >-
    Draft a stakeholder notification email from the deployment report — status,
    version, strategy, duration, regression-gate outcomes, SLO metrics, user
    impact, next steps — for executive, product, support, and engineering
    audiences. The human reviews and sends it.
    Writes .aiwg/working/deployment/stakeholder-notification-{version}.md.
  version: "1.0.0"
  inputs: []
  outputs:
    - { name: notification_path, type: string }
  agent: support-lead
  idempotent: true
