Bow Tie Kreative Writing System

Rules / narrative

NAR-015 Context default layer: document

Pay off planted elements

IF a detail is emphasized as a promise, mystery, threat, goal, or motif, THEN resolve, transform, or deliberately leave it open ELSE reduce its emphasis.

Why the rule exists

Emphasis creates reader expectation.

Condition

The rule fires when this evaluates true. Paths marked below must be present in the fact base; the engine reports the rest rather than guessing them.

  • narrative.plant.emphasis in [medium, high]

Facts this rule reads

Fact paths read by NAR-015 and whether the analyser derives them
PathSource
narrative.plant.emphasis You supply it

Then

  1. verify — target narrative.plant.payoff
  2. reduce — target narrative.plant.emphasis

Else

  1. retain — target current_text, No triggering condition is present.

LAKA

Smallest sufficient intervention
Yes
Primary axes

Sources

  • Story — Robert McKee
    Scene design, causality, conflict, and narrative structure.
  • Made to Stick — Chip Heath; Dan Heath
    Simple, unexpected, concrete, credible, emotional stories.
The raw rule record

Verbatim from 13-narrative-rules.json. Also available at /v1/rules/NAR-015.

{
  "id": "NAR-015",
  "name": "Pay off planted elements",
  "domain": "narrative",
  "layer": "document",
  "strength": "context_default",
  "human_logic": "IF a detail is emphasized as a promise, mystery, threat, goal, or motif, THEN resolve, transform, or deliberately leave it open ELSE reduce its emphasis.",
  "when": {
    "path": "narrative.plant.emphasis",
    "operator": "in",
    "value": [
      "medium",
      "high"
    ]
  },
  "then": [
    {
      "action": "verify",
      "target": "narrative.plant.payoff",
      "options": [
        "resolve",
        "transform",
        "deliberately_open"
      ]
    },
    {
      "action": "reduce",
      "target": "narrative.plant.emphasis",
      "when": "no_payoff"
    }
  ],
  "else": [
    {
      "action": "retain",
      "target": "current_text",
      "reason": "No triggering condition is present."
    }
  ],
  "unless": [],
  "because": "Emphasis creates reader expectation.",
  "diagnostics": [],
  "examples": {},
  "source_ids": [
    "BK-016",
    "BK-037"
  ],
  "laka": {
    "smallest_sufficient_intervention": true,
    "primary_axes": [
      "scope",
      "depth",
      "magnitude",
      "reversibility"
    ]
  }
}

Other narrative rules

  1. NAR-001 Give the focal agent a desire IF a narrative section expects forward motion AND the focal agent has no legible desire or need, THEN reveal one ELSE retain deliberate mystery with another source of propulsion. Context default
  2. NAR-002 Obstacle opposes the desire IF the focal agent has a desire but no meaningful resistance, THEN introduce an external, interpersonal, internal, or systemic obstacle ELSE retain. Context default
  3. NAR-003 Make stakes change choice IF failure or success would not alter the agent’s choices, relationships, identity, resources, safety, or future, THEN strengthen or clarify stakes ELSE retain a low-stakes form by design. Context default
  4. NAR-004 Events cause later events IF a major event has no causal, motivational, or thematic relation to what precedes it, THEN connect, foreshadow, move, or remove it ELSE retain. Hard constraint
  5. NAR-005 Scene contains a turn IF a scene begins and ends with the same relevant value, knowledge, power, relationship, or plan, THEN add a turn or compress the scene ELSE retain an intentional atmosphere scene. Heuristic
  6. NAR-006 Choice reveals character IF the story asserts a trait without a consequential choice that demonstrates it, THEN create or cite such a choice ELSE retain. Heuristic
  7. NAR-007 Control point of view IF perception, knowledge, or interior access exceeds the established viewpoint without a marked shift, THEN remove, recast, or mark the shift ELSE retain. Hard constraint
  8. NAR-008 Keep narrative tense stable IF narrative tense changes without a time-frame or mode shift, THEN restore the established tense ELSE retain. Context default