Bow Tie Kreative Writing System

Rules / argument

ARG-010 Context default layer: sentence

Cite at the point of use

IF a factual claim depends on an external source, THEN cite near the claim and make the supported scope clear ELSE retain common knowledge according to policy.

Why the rule exists

Local citations make evidence relationships auditable.

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.

  • ALL
    • claim.depends_on_external_source eq true
    • claim.citation missing true

Facts this rule reads

Fact paths read by ARG-010 and whether the analyser derives them
PathSource
claim.depends_on_external_source You supply it
claim.citation You supply it

Then

  1. cite — target claim

Else

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

LAKA

Smallest sufficient intervention
Yes
Primary axes

Sources

  • Handbook of Technical Writing — Gerald J. Alred; Charles T. Brusaw; Walter E. Oliu
    Grammar, mechanics, formats, and workplace documents.
  • Technical Communication — Mike Markel; Stuart A. Selber
    Audience, design, ethics, research, and technical genres.
  • The Chicago Manual of Style — The University of Chicago Press Editorial Staff
    Comprehensive editorial style, grammar, documentation, and publishing.
The raw rule record

Verbatim from 14-argument-nonfiction-rules.json. Also available at /v1/rules/ARG-010.

{
  "id": "ARG-010",
  "name": "Cite at the point of use",
  "domain": "argument",
  "layer": "sentence",
  "strength": "context_default",
  "human_logic": "IF a factual claim depends on an external source, THEN cite near the claim and make the supported scope clear ELSE retain common knowledge according to policy.",
  "when": {
    "all": [
      {
        "path": "claim.depends_on_external_source",
        "operator": "eq",
        "value": true
      },
      {
        "path": "claim.citation",
        "operator": "missing",
        "value": true
      }
    ]
  },
  "then": [
    {
      "action": "cite",
      "target": "claim",
      "position": "near_claim",
      "include": "source_id"
    }
  ],
  "else": [
    {
      "action": "retain",
      "target": "current_text",
      "reason": "No triggering condition is present."
    }
  ],
  "unless": [],
  "because": "Local citations make evidence relationships auditable.",
  "diagnostics": [],
  "examples": {},
  "source_ids": [
    "BK-025",
    "BK-026",
    "BK-039"
  ],
  "laka": {
    "smallest_sufficient_intervention": true,
    "primary_axes": [
      "scope",
      "depth",
      "magnitude",
      "reversibility"
    ]
  }
}

Other argument rules

  1. ARG-001 Define the rhetorical situation IF author, audience, purpose, text, or setting is unknown, THEN define the missing element before drafting strategy ELSE proceed. Hard constraint
  2. ARG-002 One controlling thesis IF a document makes multiple unrelated controlling claims, THEN narrow, subordinate, or split them ELSE retain. Context default
  3. ARG-003 Classify claim before selecting evidence IF a claim is present, THEN classify it as factual, causal, evaluative, definitional, predictive, or policy before choosing support ELSE do not infer support requirements. Hard constraint
  4. ARG-004 Evidence matches claim type IF evidence type does not support the claim type, THEN replace, supplement, narrow, or remove the claim ELSE retain. Hard constraint
  5. ARG-005 Make the warrant available IF evidence does not obviously entail the claim for the intended audience, THEN state the connecting warrant ELSE retain. Context default
  6. ARG-006 Qualify to the evidence boundary IF claim scope exceeds evidence population, conditions, time, or uncertainty, THEN narrow or qualify the claim ELSE retain. Hard constraint
  7. ARG-007 Address strongest relevant counterargument IF a reasonable reader has a strong relevant objection, THEN represent it fairly and respond with evidence or concession ELSE omit peripheral objections. Context default
  8. ARG-008 Distinguish correlation from causation IF evidence is correlational AND the claim is causal, THEN add causal evidence, state a mechanism with tests, or change the claim to association ELSE retain. Hard constraint