Bow Tie Kreative VIDEO Grammar

Production rules · Podcast

POD-004

Soft rule priority 44 domain: podcast interview

Rationale

Specificity turns generic opinion into usable material.

IF — conditions (all must hold)

  • podcast.answer_too_generic eq true

THEN — actions

  • propose "request_specific_moment_number_or_example"

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": "POD-004",
  "domain": "podcast",
  "priority": 44,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "podcast.answer_too_generic",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "request_specific_moment_number_or_example"
    }
  ],
  "rationale": "Specificity turns generic opinion into usable material.",
  "tags": [
    "interview"
  ]
}

This rule as JSON → · Evaluate a context →