# Conversion (#1539) — Step 4 CCB panel: chair perspective.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: reqevo-ccb-chair
  labels: { domain: requirements }
spec:
  description: Chair the Change Control Board review — coordinate the decision for each change request considering schedule, cost, and resource impacts; prepare the CCB meeting agenda. Contributes the chair perspective to the CCB deliberation.
  version: "1.0.0"
  inputs:
    - { name: impact_report, type: string, required: false }
  outputs:
    - { name: chair_assessment, type: object }
  agent: project-manager
  idempotent: true
