Bow Tie Kreative Writing System

Rules / copywriting

CPY-002 Context default layer: section

Match lead to awareness and evidence

IF awareness is known, THEN select a lead type that bridges the reader’s current state to the offer ELSE do not default to a hype lead.

Why the rule exists

Lead strategy is a routing decision, not decorative wordplay.

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.

  • audience.awareness exists

Facts this rule reads

Fact paths read by CPY-002 and whether the analyser derives them
PathSource
audience.awareness You supply it

Then

  1. select — target copy.lead_type

Else

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

LAKA

Smallest sufficient intervention
Yes
Primary axes

Sources

  • Breakthrough Advertising — Eugene M. Schwartz
    Market awareness, sophistication, desire, and message strategy.
  • Great Leads — Michael Masterson; John Forde
    Lead selection and opening structures for sales messages.
  • The Adweek Copywriting Handbook — Joseph Sugarman
    Direct-response copy principles, sequencing, and engagement.
The raw rule record

Verbatim from 16-copywriting-rules.json. Also available at /v1/rules/CPY-002.

{
  "id": "CPY-002",
  "name": "Match lead to awareness and evidence",
  "domain": "copywriting",
  "layer": "section",
  "strength": "context_default",
  "human_logic": "IF awareness is known, THEN select a lead type that bridges the reader’s current state to the offer ELSE do not default to a hype lead.",
  "when": {
    "path": "audience.awareness",
    "operator": "exists"
  },
  "then": [
    {
      "action": "select",
      "target": "copy.lead_type",
      "by": [
        "audience.awareness",
        "market.sophistication",
        "available_proof"
      ],
      "options": [
        "direct_promise",
        "problem_solution",
        "secret_or_mechanism",
        "story",
        "prediction",
        "invitation",
        "offer"
      ]
    }
  ],
  "else": [
    {
      "action": "retain",
      "target": "current_text",
      "reason": "No triggering condition is present."
    }
  ],
  "unless": [],
  "because": "Lead strategy is a routing decision, not decorative wordplay.",
  "diagnostics": [],
  "examples": {},
  "source_ids": [
    "BK-030",
    "BK-031",
    "BK-029"
  ],
  "laka": {
    "smallest_sufficient_intervention": true,
    "primary_axes": [
      "scope",
      "depth",
      "magnitude",
      "reversibility"
    ]
  }
}

Other copywriting rules

  1. CPY-001 Start from market awareness IF writing persuasive copy, THEN classify the audience as unaware, problem-aware, solution-aware, product-aware, or most-aware before choosing the message ELSE request research. Hard constraint
  2. CPY-003 Headline makes one credible promise IF a headline is used, THEN make its audience relevance, benefit or curiosity, and credible scope legible ELSE revise. Hard constraint
  3. CPY-004 Mechanism explains the promise IF the promise is unfamiliar, counterintuitive, or in a sophisticated market, THEN explain why and how the offer produces the result ELSE keep the mechanism concise. Context default
  4. CPY-005 Translate feature into buyer outcome IF copy names a feature, THEN connect it to functional benefit, practical outcome, and relevant emotional meaning when supported ELSE remove the feature. Context default
  5. CPY-006 Specificity earns credibility IF a claim uses generic superiority language AND verifiable specifics exist, THEN replace the generic phrase with the relevant specific ELSE qualify or remove it. Heuristic
  6. CPY-007 Proof appears after or near the claim IF a material sales claim is made, THEN attach the strongest appropriate proof close to it ELSE weaken or remove the claim. Hard constraint
  7. CPY-008 Testimonial is real, typicality-aware, and specific IF a testimonial is used, THEN verify identity permission, authenticity, result context, and any required typicality disclosure ELSE remove it. Hard constraint
  8. CPY-009 Objection response names the real risk IF research shows a recurring material objection, THEN acknowledge it, answer with proof or terms, and preserve any legitimate limitation ELSE do not invent objections. Context default