Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-005

Soft rule priority 57 domain: podcast clarity

Rationale

Abstract language needs a model or example.

IF — conditions (all must hold)

  • podcast.undefined_abstraction eq true

THEN — actions

  • propose "request_observable_example_or_definition"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "POD-005",
  "domain": "podcast",
  "priority": 57,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.undefined_abstraction",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "request_observable_example_or_definition"
    }
  ],
  "rationale": "Abstract language needs a model or example.",
  "tags": [
    "clarity"
  ]
}

This rule as JSON → · Evaluate a context →