Skip to main content

Overview

The Strategy Framework is the intelligence layer that transforms qualified lead data into strategic conversation entry points. This is not outreach copy - it’s strategic framing intelligence.
Core Purpose: After evaluating a business profile, the system generates a predicted conversation entry angle based on observable structural inefficiencies.

Core Philosophy

Efficiency-First Principles

The system infers structural inefficiencies based on observable signals, not assumptions.Example:
  • ❌ “Your website probably doesn’t convert well”
  • ✅ “No lead capture form detected + active paid ads = conversion gap”
The system identifies leverage points - the highest-impact opportunity for growth.Example:
  • ❌ “You need a new website”
  • ✅ “Website exists but lacks conversion infrastructure - traffic is being wasted”
The output must answer:
“If we were to start a strategic discussion, what is the most logical entry point?”
This focuses conversations on structural opportunities, not service features.
Fundamental Principle: Every SME problem visible externally is a surface signal of a structural system gap. The goal is to identify the most economically meaningful system gap.

Angle Selection Hierarchy

Angles are selected based on highest structural risk to the business. The system evaluates in priority order:
1. Revenue Visibility Gap
2. Conversion Infrastructure Weakness  
3. Operational Bottleneck
4. Platform Dependency Risk
5. Underutilized Attention
6. Competitive Positioning Gap
The system selects the first matching angle from this hierarchy based on detected signals.

Angle Definitions

1. Revenue Visibility Gap

  • No analytics detected
  • No conversion tracking
  • Ads visible but no measurable funnel
  • No data signals present
Discussion about measurable growth and revenue clarity
“Your growth decisions may not be tied to real performance data.”
Focus areas:
  • CAC (Customer Acquisition Cost) visibility
  • LTV (Lifetime Value) tracking
  • Tracking architecture implementation
  • Decision confidence improvement

Example Output

{
  "angle": "Revenue Visibility Gap",
  "detected_signals": [
    "no_analytics",
    "ads_running",
    "no_pixel",
    "no_conversion_tracking"
  ],
  "strategic_entry_point": "Your paid advertising lacks measurable funnel tracking - growth decisions are being made without performance data.",
  "opportunity_leverage": "Implementing conversion tracking unlocks data-driven optimization and predictable ROI.",
  "priority": 1
}

2. Conversion Infrastructure Weakness

  • Website exists
  • No lead capture present
  • Weak or unclear CTAs
  • No booking automation
  • High engagement but low structural conversion path
Discussion about converting existing traffic into measurable revenue
“Attention exists, but the system converting it into revenue may be incomplete.”
Focus areas:
  • Landing structure optimization
  • Funnel design implementation
  • CTA optimization
  • Lead capture mechanisms

Example Output

{
  "angle": "Conversion Infrastructure",
  "detected_signals": [
    "website_exists",
    "no_lead_capture",
    "weak_cta",
    "high_social_engagement"
  ],
  "strategic_entry_point": "Strong social engagement is driving traffic, but your website lacks conversion infrastructure to capture that attention.",
  "opportunity_leverage": "Adding structured conversion paths turns existing attention into predictable lead flow.",
  "priority": 2
}

3. Operational Bottleneck

  • Messenger-only communication
  • Manual booking processes
  • No automation signals
  • No structured follow-up system
Discussion about operational scalability and efficiency
“Growth may be constrained by manual processes.”
Focus areas:
  • Automation implementation
  • CRM integration
  • Response time optimization
  • Scalability infrastructure

Example Output

{
  "angle": "Operational Bottleneck",
  "detected_signals": [
    "messenger_only",
    "manual_booking",
    "no_automation"
  ],
  "strategic_entry_point": "All bookings are handled manually through Messenger - this creates a scaling ceiling as demand grows.",
  "opportunity_leverage": "Automated booking and follow-up systems remove manual constraints and enable predictable growth.",
  "priority": 3
}

4. Platform Dependency Risk

  • Facebook-only presence
  • No owned domain
  • No email capture mechanism
  • No SEO footprint
Discussion about digital asset ownership and risk mitigation
“Current growth relies on rented platforms.”
Focus areas:
  • Digital equity building
  • Asset control establishment
  • Long-term stability
  • Platform risk mitigation

Example Output

{
  "angle": "Platform Dependency Risk",
  "detected_signals": [
    "facebook_only",
    "no_owned_domain",
    "no_email_list"
  ],
  "strategic_entry_point": "Your entire digital presence exists on Facebook - algorithm changes or policy updates could impact your visibility overnight.",
  "opportunity_leverage": "Building owned digital assets creates stability and long-term equity independent of platform changes.",
  "priority": 4
}
Platform Dependency is particularly critical for businesses in markets with frequent social media disruptions or policy changes.

5. Underutilized Attention

  • Strong engagement metrics
  • Active posting schedule
  • Weak conversion infrastructure
  • No structured funnel
Discussion about amplifying existing attention into predictable acquisition
“There is visible demand, but it is not fully captured.”
Focus areas:
  • Funnel layering
  • Retargeting implementation
  • Audience segmentation
  • Attention monetization

Example Output

{
  "angle": "Underutilized Attention",
  "detected_signals": [
    "high_engagement",
    "active_posting",
    "weak_funnel"
  ],
  "strategic_entry_point": "Your content generates strong engagement, but this attention isn't being systematically converted into customer acquisition.",
  "opportunity_leverage": "Structured funnel architecture transforms existing attention into predictable revenue streams.",
  "priority": 5
}

6. Competitive Positioning Gap

  • Highly saturated industry
  • Generic messaging
  • No visible differentiation
  • Copy-based positioning (copying competitors)
Discussion about structural differentiation and defensibility
“Increased competition requires systematic positioning.”
Focus areas:
  • Offer clarity
  • Category positioning
  • Strategic branding
  • Differentiation framework

Example Output

{
  "angle": "Competitive Positioning Gap",
  "detected_signals": [
    "saturated_industry",
    "generic_messaging",
    "no_differentiation"
  ],
  "strategic_entry_point": "In a saturated dental market, your positioning mirrors competitors - making price the default differentiator.",
  "opportunity_leverage": "Strategic positioning creates defensible differentiation that commands premium pricing.",
  "priority": 6
}

Output Structure

After evaluation, the system generates a complete strategic profile:

Business Snapshot

{
  "business_snapshot": {
    "industry": "Medical - Dental Clinic",
    "location": "Yangon",
    "digital_maturity_level": "medium-low"
  }
}

Primary Structural Gap

Single highest-impact inefficiency identified:
{
  "primary_structural_gap": "Conversion Infrastructure Weakness"
}

Predicted Conversation Angle

One of the six defined angles:
{
  "predicted_angle": "Conversion Infrastructure"
}

Strategic Entry Point

One sentence describing how the discussion should begin:
{
  "strategic_entry_point": "Your website receives traffic from social media and ads, but lacks lead capture mechanisms - attention is being wasted."
}

Opportunity Leverage Statement

One sentence describing what unlocks growth:
{
  "opportunity_leverage": "Implementing structured conversion paths transforms existing traffic into predictable lead generation."
}

Complete Example Output

{
  "business_snapshot": {
    "business_name": "Bright Smile Dental Clinic",
    "industry": "Medical - Dental",
    "location": "Yangon",
    "digital_maturity_level": "medium"
  },
  "primary_structural_gap": "Conversion Infrastructure Weakness",
  "predicted_conversation_angle": "Conversion Infrastructure",
  "strategic_entry_point": "Active social presence drives website traffic, but no booking system or lead capture exists - each visitor must call manually.",
  "opportunity_leverage": "Automated booking infrastructure removes friction and converts existing attention into scheduled appointments.",
  "detected_signals": [
    "website_exists",
    "no_booking_system",
    "high_social_engagement",
    "manual_phone_booking",
    "no_lead_capture"
  ],
  "angle_priority": 2,
  "outreach_angle": "Start conversation around operational efficiency and conversion optimization rather than website redesign."
}

Language Rules for Generated Angles

Tone Requirements

Base all statements on observable data and structural analysis.✅ “No conversion tracking detected” ❌ “You’re probably losing customers”
Avoid emotional triggers and pressure language.✅ “Manual processes may constrain scaling” ❌ “You’re falling behind competitors!”
Use frameworks and systematic thinking.✅ “Visibility exists but conversion infrastructure is incomplete” ❌ “Your website needs work”
State observations, not assumptions about internal operations.✅ “No email capture mechanism detected” ❌ “You don’t care about building an audience”

Vocabulary Framework

Preferred Terms:
  • Infrastructure
  • Visibility
  • Optimization
  • Leverage
  • Scalability
  • Architecture
  • Efficiency
  • System
  • Framework
  • Structural
Avoid:
  • Emotional triggers (“urgent”, “critical”, “disaster”)
  • Pressure language (“must”, “need to”, “should”)
  • Sales phrasing (“amazing deal”, “limited time”)
  • Hype framing (“revolutionary”, “game-changer”)

Example Comparison

❌ Avoid✅ Use
”Your website is terrible!""Website lacks conversion infrastructure"
"You’re losing customers every day!""No lead capture mechanism detected"
"You need our services now!""Conversion infrastructure gap identified"
"This is a disaster!""Structural inefficiency in booking process"
"Everyone else is doing this!""Standard conversion optimization approach”

What This Framework Is NOT

Critical Understanding: This framework generates strategic intelligence, not sales materials.
  • Not a sales script: These are analytical insights, not persuasive copy
  • Not a pitch: No service promotion or feature listing
  • Not a marketing proposal: No pricing or package details
  • Not persuasion copy: No emotional manipulation or urgency tactics
This is pre-conversation strategic intelligence - it informs how a conversation should be framed, not what words should be said.

Angle Selection Flow

Integration with Service Matching

The strategic angle informs but does not determine service selection:
{
  "strategic_angle": "Revenue Visibility Gap",
  "primary_service": "Standard Marketing Package",
  "reasoning": "Angle identifies tracking need, but business lacks content foundation - must build content infrastructure before advanced tracking.",
  "conversation_approach": "Begin with visibility and tracking discussion, but recommend content foundation first."
}
Strategic angles create conversation context, while service matching handles tactical recommendations. Both work together to create coherent outreach strategy.

Build docs developers (and LLMs) love