Bow Tie Kreative VIDEO Grammar

Production rules · Clip

CLP-015

Soft rule priority 40 domain: clip performance

Rationale

Poor delivery may require alternate representation while preserving content.

IF — conditions (all must hold)

  • clip.performance_quality lt 0.35

THEN — actions

  • propose "consider_alternate_take_narration_or_graphic"

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": "CLP-015",
  "domain": "clip",
  "priority": 40,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "clip.performance_quality",
      "op": "lt",
      "value": 0.35
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "consider_alternate_take_narration_or_graphic"
    }
  ],
  "rationale": "Poor delivery may require alternate representation while preserving content.",
  "tags": [
    "performance"
  ]
}

This rule as JSON → · Evaluate a context →