# Conversion capability (#1539) — flow-concept-to-inception Step 1 (draft).
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: c2i-vision-draft
  labels: { domain: inception }
spec:
  description: Validate intake artifacts and draft the vision document (problem statement, personas, success metrics, constraints, assumptions) plus business-process context.
  version: "1.0.0"
  inputs:
    - { name: intake_path, type: string, required: false, default: ".aiwg/intake/project-intake.md" }
    - { name: guidance, type: string, required: false }
  outputs:
    - { name: vision_draft, type: string }
  agent: vision-owner
  idempotent: true
