pricing-strategy

star 3

Pricing page design, tier structuring, anchoring psychology, conversion optimization. Use when designing pricing pages, setting up tier structures, or optimizing pricing conversion rates.

oyi77 By oyi77 schedule Updated 6/8/2026

name: pricing-strategy description: Pricing page design, tier structuring, anchoring psychology, conversion optimization. Use when designing pricing pages, setting up tier structures, or optimizing pricing conversion rates. domain: marketing tags:

  • growth
  • marketing
  • pricing
  • seo
  • strategy

Pricing Strategy

When to Use

  • Designing pricing for a new product
  • Optimizing existing pricing page conversion
  • Adding or restructuring pricing tiers
  • Testing pricing experiments

When NOT to Use

  • When the audience is too small to justify the effort
  • For regulated industries without compliance review
  • When the campaign budget does not support the channel

Overview

Pricing Strategy drives growth marketing with data-driven strategies.

Workflow

# Example: SEO keyword analysis
def analyze_keywords(keywords: list[str]) -> list[dict]:
    results = []
    for kw in keywords:
        volume = get_search_volume(kw)
        difficulty = get_difficulty(kw)
        results.append({
            "keyword": kw,
            "volume": volume,
            "difficulty": difficulty,
            "opportunity": volume / max(difficulty, 1),
        })
    return sorted(results, key=lambda x: x["opportunity"], reverse=True)
  1. Research — Analyze market, competitors, and audience
  2. Strategy — Define goals, channels, and messaging
  3. Create — Develop content and creative assets
  4. Launch — Deploy campaigns across channels
  5. Optimize — A/B test and iterate based on data
  6. Report — Track KPIs and ROI

Key Metrics

  • Reach and impressions
  • Engagement rate (likes, shares, comments)
  • Conversion rate (clicks → leads → customers)
  • Customer acquisition cost (CAC)
  • Return on ad spend (ROAS)

Best Practices

  • Test everything — headlines, images, CTAs, timing
  • Focus on one channel at a time, then expand
  • Build organic before scaling paid
  • Track attribution across the full funnel

Anti-Rationalization

Rationalization Reality
"Good products sell themselves" They do not. Marketing is how people discover your product.
"I will start marketing after launch" Build audience before launch. Pre-launch momentum is critical.
"SEO is dead" SEO evolves. GEO (Generative Engine Optimization) is the new frontier.

Verification

  • All steps executed successfully
  • Results validated against acceptance criteria
  • Error handling tested with edge cases
  • Documentation updated with findings
Install via CLI
npx skills add https://github.com/oyi77/1ai-skills --skill pricing-strategy
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator