# Heavy-flow proof capability (#1547) — flow-architecture-evolution.
apiVersion: workflow.aiwg.io/v1
kind: WorkflowCapability
metadata:
  name: review-performance
  labels: { domain: architecture }
spec:
  description: Review the proposed architecture for performance impact (Step 5 panel reviewer).
  version: "1.0.0"
  inputs: []
  outputs:
    - { name: findings, type: array }
  agent: performance-engineer
  idempotent: false
