# #1539 conversion — flow-cross-team-sync Step 1 synthesizer (dependency map).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: xteam-dependency-map
  labels: { domain: team }
spec:
  description: Synthesize the component-ownership and integration-points drafts into the unified Dependency Map (ownership, dependency matrices both directions, integration detail with SLAs, critical-path dependencies, and dependency risks with mitigations).
  version: "1.0.0"
  inputs:
    - { name: dependency_analysis_draft, type: string, required: true }
    - { name: integration_points_draft, type: string, required: true }
  outputs:
    - { name: dependency_map, type: string }
  agent: documentation-synthesizer
  idempotent: true
