Production rules · Story
STR-002
Soft rule priority 58 domain: story causality
Rationale
Causal and contrast relations usually produce clearer movement than accumulation alone.
IF — conditions (all must hold)
- story.adjacent_beats_only_and_then eq true
THEN — actions
- propose "find_cause_contrast_consequence_or_remove"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "STR-002",
"domain": "story",
"priority": 58,
"hard": false,
"logic": "all",
"when": [
{
"path": "story.adjacent_beats_only_and_then",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "find_cause_contrast_consequence_or_remove"
}
],
"rationale": "Causal and contrast relations usually produce clearer movement than accumulation alone.",
"tags": [
"causality"
]
}