pipeline:
  name: a2d-incremental
  description: "A2D incremental pipeline — 3-step fast-track for small changes"
  governance_root: ".harness"
  context: CONTEXT.md
  dependencies:
    step-3-envelope: ["step-1-req-clarify"]
    step-6-implement: ["step-3-envelope"]
  stages:
    - name: step-1-req-clarify
      mode: direct
      skill: step-1-req-clarify
      outputs: ["raw-intent.yaml", "version-requirements.yaml"]
      checkpoint:
        type: human
        id: H0
        description: "Confirm clarified requirements"

    - name: step-3-envelope
      mode: direct
      skill: step-3-envelope
      outputs: ["architecture-envelope.yaml", "review-packet.yaml"]

    - name: step-6-implement
      mode: team
      skill: step-6-implement
      outputs: ["implementation-evidence.yaml"]
