schema: https://opendataproducts.org/odpr-v1.0/schema/odpr.yaml
version: "1.0"
kind: Recipe
recipe:
  metadata:
    id: RCP-DATA-PRODUCT-001
    name:
      en: Data Product Recipe Delivery
    description:
      en: Generate a reviewable Data Product Recipe for one data product.
  version: "1.0.0"
  type: agent
  scope: data-product
  steps:
    - id: collect-product-context
      command: explain
      document: product-context/odps.yaml
    - id: generate-delivery-plan
      command: generate
      kind: data-product-delivery-plan
      input: product-context/
      output: data-product-plan/
    - id: validate-delivery-plan
      command: validate
      document: data-product-plan/README.md
  outputs:
    - id: data-product-recipe
      path: data-product-plan/
  gates:
    - id: delivery-plan-reviewed
      type: review
      required: true
  review:
    required: true
