Skip to content
Menu
Free IMPACT tool ยท 6 of 8

Craft Message

Give it your target customer, key benefit and what sets you apart. Get a positioning statement in three lengths, a message hierarchy, versions to test and answers to objections.

Message HierarchyMessage Hierarchy: Tagline, then Value Proposition, then Supporting Pillars.Message HierarchyTaglineValue PropositionSupporting Pillars
How the answer is laid out, using the sections the tool prints.

What do I need to run Craft Message?

No sign-up. A web browser is enough, and the answer comes back in a second or two.

You need: Target customer, Key benefit, Differentiation. You can add: Product name, Customer need, Product category, Competitor.

  1. Fill in the form below, or press Fill in an example.
  2. Press Run Craft Message.
  3. Read the result on this page, then copy it and edit it before you use it.

How do I run Craft Message in my browser?

Fields marked optional can be left empty.

Your product name

Target customer description

The need or opportunity they have

Your product category

Primary benefit/reason to buy

Primary alternative/competitor

Your unique differentiation

What does Craft Message return for the tested example?

Generated from the live code on 27 September 2026 with the inputs behind Fill in an example. Your own inputs give a different result.

Show the full result

Positioning & Messaging Framework

Positioning Inputs

  • Product: ExampleCo Scheduler
  • Target Customer: clinic operations directors
  • Need/Opportunity: lose revenue to missed appointments
  • Category: clinic scheduling platform
  • Key Benefit: Fewer no-shows
  • Primary Alternative: manual phone reminders
  • Differentiation: Two-way SMS with instant rescheduling

๐ŸŽฏ Positioning Statement

Complete Positioning Statement
For clinic operations directors
Who lose revenue to missed appointments
ExampleCo Scheduler is a clinic scheduling platform
That delivers fewer no-shows
Unlike manual phone reminders
We offer two-way SMS with instant rescheduling
One-Paragraph Version
ExampleCo Scheduler is the clinic scheduling platform for clinic operations directors who lose revenue to missed appointments. Unlike manual phone reminders, we offer two-way SMS with instant rescheduling, which means you get fewer no-shows.
One-Sentence Version
ExampleCo Scheduler gives clinic operations directors fewer no-shows through two-way SMS with instant rescheduling.

๐Ÿ“‹ Message Hierarchy

Level 1: Tagline (3-7 words)

Choose the style that fits your brand:

StyleTaglineBest For
Outcome"Fewer no-shows"Clarity
Differentiator"The only clinic scheduling platform with two-way SMS"Uniqueness
Audience"Built for clinic operations directors"Targeting
Provocative"Stop wasting. Start winning."Attention
Level 2: Value Proposition (1-2 sentences)

Option A - Problem-Solution:

"If you lose revenue to missed appointments, ExampleCo Scheduler offers two-way SMS with instant rescheduling, so you finally get fewer no-shows."

Option B - Outcome-First:

"Get fewer no-shows [Only if true and provable: without the complexity of manual phone reminders]. ExampleCo Scheduler offers two-way SMS with instant rescheduling."

Option C - Unique Mechanism:

"The only clinic scheduling platform with two-way SMS with instant rescheduling. That's how clinic operations directors get fewer no-shows."
Level 3: Supporting Pillars (3 proof points)
PillarMessageProof Point
Speed"Achieve results in days, not months"Implementation time, time-to-value
Simplicity"No complexity, no consultants"Ease of use, self-service
Scale"Grows with you from startup to enterprise"Customer range, flexibility

๐Ÿ”„ Message Variations

A/B Testing Options

Variation A - Lead with Pain:

"Tired of manual phone reminders? ExampleCo Scheduler offers two-way SMS with instant rescheduling."

Variation B - Lead with Outcome:

"Fewer no-shows. That's what clinic operations directors get with ExampleCo Scheduler."

Variation C - Lead with Differentiation:

"Unlike manual phone reminders, ExampleCo Scheduler offers two-way SMS with instant rescheduling. Finally, fewer no-shows."

Variation D - Lead with Social Proof:

"Join 100+ directors who get fewer no-shows with ExampleCo Scheduler." (Example figure: replace with your own)
Audience-Specific Messaging

For Champions (clinic operations directors):

"We built ExampleCo Scheduler because [Only if true and provable: manual phone reminders fell short for teams like yours]. Now you can get fewer no-shows without the usual headaches."

For Economic Buyers (Executives):

"Drive measurable ROI with ExampleCo Scheduler. [Only if true and provable: lower TCO than manual phone reminders]"

For Technical Evaluators:

"ExampleCo Scheduler offers two-way SMS with instant rescheduling, in a clinic scheduling platform designed for clinic operations directors."

โœ… Message Testing Checklist

Before finalizing, test each message for:

CriterionQuestionPass/Fail
ClarityDo people understand what you do?โ˜
RelevanceDo people care about this?โ˜
DifferentiationDoes this sound unique?โ˜
BelievabilityDo people trust this claim?โ˜
MemorabilityCan people repeat it back?โ˜
Testing Methods
  1. 5-Second Test: Show homepage, ask what you do
  2. Comparison Test: Show yours vs competitor, ask preference
  3. Repeat-Back Test: Explain, wait 24 hours, ask them to describe you
  4. Customer Validation: Ask existing customers to confirm accuracy

๐Ÿ’ฌ Objection Handling Messages

ObjectionResponse Message
"We use manual phone reminders""[Only if true and provable: many of our customers switched from manual phone reminders.] They found that two-way SMS with instant rescheduling delivered fewer no-shows."
"Too expensive""Consider the cost of doing nothing about it. Our customers typically see ROI in [X] months."
"We're not ready""That's exactly when our best customers started. ExampleCo Scheduler is designed for clinic operations directors at your stage."
"Need to think about it""Absolutely. While you're evaluating, here's a case study of how [similar company] achieved fewer no-shows."

Next Step: Use impact_translate_execution to adapt these messages for each channel

Suggested timings, lengths and counts: adjust them to your own.

Who is Craft Message not ideal for?

How do I use Craft Message from Claude?

Connect IMPACT once (see Connect), then ask in plain words. A prompt built from the tested example:

Use IMPACT's Craft Message tool. product name: ExampleCo Scheduler; target customer: clinic operations directors; customer need: lose revenue to missed appointments; product category: clinic scheduling platform; key benefit: Fewer no-shows; competitor: manual phone reminders; differentiation: Two-way SMS with instant rescheduling.

How does Craft Message work?

It applies fixed rules in the IMPACT code to the inputs above and returns text. It does not call an AI model, does not look anything up, and does not store what you type. The web form and the AI assistant connector run the same tool code, so the same input gives the same answer in both.

Previous: Anchor MarketNext: Translate Execution

For developers

MCP tool name: impact_craft_message. REST: POST https://impact.gtmhelix.com/api/tools/impact_craft_message with this JSON body (see Docs):

{
  "input": {
    "product_name": "ExampleCo Scheduler",
    "target_customer": "clinic operations directors",
    "customer_need": "lose revenue to missed appointments",
    "product_category": "clinic scheduling platform",
    "key_benefit": "Fewer no-shows",
    "competitor": "manual phone reminders",
    "differentiation": "Two-way SMS with instant rescheduling"
  }
}