# Conversion capability (#1539) — flow-change-control Step 2 impact panel (risk).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: chg-impact-risk
  labels: { domain: change-control }
spec:
  description: Assess the risk impact of the change against the current risk list — new risks introduced, existing risks mitigated, severity/likelihood changes, rollback risk, and a Low/Medium/High posture rating.
  version: "1.0.0"
  inputs:
    - { name: change_request_path, type: string, required: true }
    - { name: risk_list_path, type: string, required: false, default: ".aiwg/risks/risk-list.md" }
  outputs:
    - { name: risk_impact_path, type: string }
  agent: risk-manager
  idempotent: true
