Bow Tie Kreative VIDEO Grammar

Production rules · Cut & edit

CUT-016

Soft rule priority 47 domain: editing rhythm

Rationale

Accelerating cuts can exceed cognitive or emotional capacity.

IF — conditions (all must hold)

  • cut.rate_acceleration_high eq true

THEN — actions

  • append requirements "verify_comprehension_and_story_intensity"

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": "CUT-016",
  "domain": "editing",
  "priority": 47,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "cut.rate_acceleration_high",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "verify_comprehension_and_story_intensity"
    }
  ],
  "rationale": "Accelerating cuts can exceed cognitive or emotional capacity.",
  "tags": [
    "rhythm"
  ]
}

This rule as JSON → · Evaluate a context →