# #1539 capability — prose Step 2.1: business readiness reviewer.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: gatechk-review-business
  labels: { domain: quality-gate }
spec:
  description: >-
    Validate business readiness for the gate — business case viability,
    stakeholder alignment, funding adequacy, vision clarity. Report
    READY | GAPS | BLOCKED (flow-gate-check Step 2.1 LOM business review).
  version: "1.0.0"
  inputs:
    - { name: gate_type, type: string, required: true }
  outputs:
    - { name: review, type: string }
    - { name: readiness, type: string }
  agent: business-analyst
  idempotent: true
