Production rules · Story
STR-014
Soft rule priority 56 domain: story pacing comprehension
Rationale
High idea density requires slower or simpler presentation.
IF — conditions (all must hold)
- story.cognitive_load gt 0.8
THEN — actions
- propose "reduce_concurrent_change_or_add_summary"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "STR-014",
"domain": "story",
"priority": 56,
"hard": false,
"logic": "all",
"when": [
{
"path": "story.cognitive_load",
"op": "gt",
"value": 0.8
}
],
"then": [
{
"op": "propose",
"value": "reduce_concurrent_change_or_add_summary"
}
],
"rationale": "High idea density requires slower or simpler presentation.",
"tags": [
"pacing",
"comprehension"
]
}