# Conversion capability (#1539) — flow-change-control Step 2 impact panel (scope).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: chg-impact-scope
  labels: { domain: change-control }
spec:
  description: Assess the scope and requirements impact of the change — affected requirements/features, ripple effect on dependent features, and a Low/Medium/High scope rating.
  version: "1.0.0"
  inputs:
    - { name: change_request_path, type: string, required: true }
  outputs:
    - { name: scope_impact_path, type: string }
  agent: requirements-analyst
  idempotent: true
