Bow Tie Kreative VIDEO Grammar

Production rules · Generation

GEN-004

Soft rule priority 55 domain: generation action

Rationale

Complex contacts increase temporal and topology failure risk.

IF — conditions (all must hold)

  • generated.complex_contact_count gt 2

THEN — actions

  • propose "split_into_key_phases_or_use_practical_or_3d"

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": "GEN-004",
  "domain": "generation",
  "priority": 55,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "generated.complex_contact_count",
      "op": "gt",
      "value": 2
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "split_into_key_phases_or_use_practical_or_3d"
    }
  ],
  "rationale": "Complex contacts increase temporal and topology failure risk.",
  "tags": [
    "action"
  ]
}

This rule as JSON → · Evaluate a context →