# Conversion capability (#1539) — flow-change-control Step 2 impact panel (technical/quality).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: chg-impact-technical
  labels: { domain: change-control }
spec:
  description: Assess technical and quality impact of the change — affected components, architecture-decision effects, integration complexity, technical debt, test-coverage/performance/security/maintainability concerns, and a Low/Medium/High rating.
  version: "1.0.0"
  inputs:
    - { name: change_request_path, type: string, required: true }
  outputs:
    - { name: technical_quality_impact_path, type: string }
  agent: architecture-designer
  idempotent: true
