Bow Tie Kreative VIDEO Grammar

Production rules · Story

STR-015

Soft rule priority 65 domain: story ending

Rationale

An ending should establish what is now different.

IF — conditions (all must hold)

  • story.ending_without_new_state eq true

THEN — actions

  • propose "state_result_cost_meaning_or_next_action"

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-015",
  "domain": "story",
  "priority": 65,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "story.ending_without_new_state",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "state_result_cost_meaning_or_next_action"
    }
  ],
  "rationale": "An ending should establish what is now different.",
  "tags": [
    "ending"
  ]
}

This rule as JSON → · Evaluate a context →