# Capability (#1539) — Step 6: mitigation and resolution.
apiVersion: flow.aiwg.io/v1
kind: FlowCapability
metadata:
  name: incident-mitigation
  labels: { domain: incident }
spec:
  description: Select a mitigation strategy (rollback / hotfix / config change / workaround / scaling), execute it via the appropriate agent, validate resolution against baseline error-rate/latency/throughput metrics, and send the user-facing + internal resolution communication. Not idempotent — executes a production change.
  version: "1.0.0"
  inputs:
    - { name: root_cause, type: string, required: true }
  outputs:
    - { name: resolution_status, type: string }
  agent: devops-engineer
  idempotent: false
