# Conversion (#1539) — Step 6: escalate Show Stopper (P0) risks.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: risk-escalation
  labels: { domain: risk }
spec:
  description: For unresolved Show Stopper (P0) risks, create executive escalation briefs (impact, 3-5 resolution options with pros/cons, recommendation, decision-by date) and maintain the risk escalation log with active/resolved escalations and metrics.
  version: "1.0.0"
  inputs:
    - { name: retirement_report, type: string, required: false }
  outputs:
    - { name: escalation_log, type: string }
  agent: project-manager
  idempotent: true
