# #1539 conversion of flow-iteration-dual-track Step 2 (Delivery kickoff synthesis).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: dualtrack-delivery-synthesis
  labels: { domain: iteration }
spec:
  description: Synthesize the Delivery track kickoff from backlog validation, implementation plan, and test plan — committed work items, team assignments, success criteria, standup schedule, blockers to watch.
  version: "1.0.0"
  inputs:
    - { name: backlog_validation, type: string, required: false }
    - { name: implementation_plan, type: string, required: false }
    - { name: test_plan, type: string, required: false }
  outputs:
    - { name: kickoff_summary, type: string }
  agent: scrum-master
  idempotent: true
