# #1539 conversion of flow-iteration-dual-track Step 6 (Complete iteration synthesis).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: dualtrack-complete-report
  labels: { domain: iteration }
spec:
  description: Synthesize the comprehensive iteration N report from the final test report, metrics summary, and retrospective — executive summary, Delivery track results, Discovery track results, synchronization metrics, and next-iteration planning, with all metrics, lessons learned, and action items.
  version: "1.0.0"
  inputs:
    - { name: final_test_report, type: string, required: false }
    - { name: metrics_summary, type: string, required: false }
    - { name: retrospective, type: string, required: false }
  outputs:
    - { name: iteration_report, type: string }
  agent: project-manager
  idempotent: true
