# #1539 conversion of flow-iteration-dual-track Step 5 (Handoff pipeline synthesis).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: dualtrack-handoff-finalize
  labels: { domain: iteration }
spec:
  description: Finalize the iteration N+1 ready backlog from the DoR validation, handoff package, and handoff meeting notes — the transferred ready-backlog (target 1.5x-2x capacity) committed to the Delivery backlog for the next iteration.
  version: "1.0.0"
  inputs:
    - { name: dor_validation, type: string, required: false }
    - { name: handoff_package, type: string, required: false }
    - { name: handoff_meeting_notes, type: string, required: false }
  outputs:
    - { name: ready_backlog, type: string }
  agent: iteration-coordinator
  idempotent: true
