Bow Tie Kreative VIDEO Grammar

Production rules · Graphics

GFX-005

Soft rule priority 61 domain: graphics cognitive_load

Rationale

Reading and listening compete for linguistic processing.

IF — conditions (all must hold)

  • graphic.dense_text_competes_with_speech eq true

THEN — actions

  • propose "simplify_or_sequence_channels"

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": "GFX-005",
  "domain": "graphics",
  "priority": 61,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "graphic.dense_text_competes_with_speech",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "simplify_or_sequence_channels"
    }
  ],
  "rationale": "Reading and listening compete for linguistic processing.",
  "tags": [
    "cognitive_load"
  ]
}

This rule as JSON → · Evaluate a context →