Production rules · Story
STR-008
Hard rule priority 86 domain: story stakes
Rationale
Music and intensity cannot substitute for demonstrated stakes.
IF — conditions (all must hold)
- story.stakes_only_asserted_by_treatment eq true
THEN — actions
- add_flag "UNSUPPORTED_STAKES"
- propose "add_concrete_consequence_or_reduce_dramatization"
This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.
Full record
{
"id": "STR-008",
"domain": "story",
"priority": 86,
"hard": true,
"logic": "all",
"when": [
{
"path": "story.stakes_only_asserted_by_treatment",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "UNSUPPORTED_STAKES"
},
{
"op": "propose",
"value": "add_concrete_consequence_or_reduce_dramatization"
}
],
"rationale": "Music and intensity cannot substitute for demonstrated stakes.",
"tags": [
"stakes"
]
}