Bow Tie Kreative MARKETING Grammar

Copy rules · structure

MG-STRUCT-002

Must structure machine-checkable

The rule

The problem section precedes the mechanism section wherever both appear.

Why

A mechanism presented before its problem reads as a feature list; the problem earns the mechanism.

Applies to

This rule is enforced by POST /v1/validate; violations return this rule id in the error record.

Full record

data/rules.json
{
  "id": "MG-STRUCT-002",
  "category": "structure",
  "severity": "must",
  "statement": "The problem section precedes the mechanism section wherever both appear.",
  "rationale": "A mechanism presented before its problem reads as a feature list; the problem earns the mechanism.",
  "applies_to": [
    "homepage",
    "segment-page"
  ],
  "machine_checkable": true
}

This rule as JSON →