# Heavy-flow proof capability (#1547) — flow-architecture-evolution.
apiVersion: workflow.aiwg.io/v1
kind: WorkflowCapability
metadata:
  name: arch-create-adr
  labels: { domain: architecture }
spec:
  description: Author the Architecture Decision Record for the chosen option (flow Step 3).
  version: "1.0.0"
  inputs: []
  outputs:
    - { name: adr_path, type: string }
  agent: architecture-designer
  idempotent: false
