Bow Tie Kreative VIDEO Grammar

Production rules · Story

STR-011

Soft rule priority 38 domain: story hook

Rationale

A later explanatory moment may create a stronger truthful entry.

IF — conditions (all must hold)

  • story.late_moment_explains_premise eq true

THEN — actions

  • propose "test_outcome_first_or_cold_open"

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": "STR-011",
  "domain": "story",
  "priority": 38,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "story.late_moment_explains_premise",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "test_outcome_first_or_cold_open"
    }
  ],
  "rationale": "A later explanatory moment may create a stronger truthful entry.",
  "tags": [
    "hook"
  ]
}

This rule as JSON → · Evaluate a context →