grand-slam-offer

Design irresistible affiliate offers using the Hormozi Grand Slam framework. Triggers on: "create an offer for", "design my offer", "grand slam offer", "make an irresistible offer", "why should someone buy through my link", "offer framework", "value proposition for", "Hormozi offer", "offer stack", "make my offer irresistible", "craft an offer", "what makes my offer different", "offer design", "increase perceived value".

290 stars

Best use case

grand-slam-offer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Design irresistible affiliate offers using the Hormozi Grand Slam framework. Triggers on: "create an offer for", "design my offer", "grand slam offer", "make an irresistible offer", "why should someone buy through my link", "offer framework", "value proposition for", "Hormozi offer", "offer stack", "make my offer irresistible", "craft an offer", "what makes my offer different", "offer design", "increase perceived value".

Teams using grand-slam-offer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/grand-slam-offer/SKILL.md --create-dirs "https://raw.githubusercontent.com/Affitor/affiliate-skills/main/skills/landing/grand-slam-offer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/grand-slam-offer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How grand-slam-offer Compares

Feature / Agentgrand-slam-offerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Design irresistible affiliate offers using the Hormozi Grand Slam framework. Triggers on: "create an offer for", "design my offer", "grand slam offer", "make an irresistible offer", "why should someone buy through my link", "offer framework", "value proposition for", "Hormozi offer", "offer stack", "make my offer irresistible", "craft an offer", "what makes my offer different", "offer design", "increase perceived value".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Grand Slam Offer

Design affiliate offers so good people feel stupid saying no. Uses the Hormozi Value Equation: **Value = Dream Outcome × Perceived Likelihood ÷ Time Delay ÷ Effort & Sacrifice**. Deconstructs why someone should click YOUR link over any other affiliate's.

## Stage

S4: Landing — The offer IS the landing page's job. Before writing HTML or copy, you need an offer framework that makes the conversion inevitable.

## When to Use

- User wants to differentiate their affiliate promotion from every other affiliate
- User asks "why would someone buy through MY link?"
- User is about to create a landing page and needs the offer angle first
- User wants to increase conversion rates on an existing promotion
- User says anything like "offer", "value proposition", "irresistible", "Hormozi"
- User has a product from S1 and wants to craft the positioning before S4 landing page

## Input Schema

```yaml
product:                    # REQUIRED — the affiliate product
  name: string              # Product name
  description: string       # What it does
  reward_value: string      # Commission (e.g., "30% recurring")
  url: string               # Affiliate link URL
  pricing: string           # Product price or pricing page URL
  tags: string[]            # e.g., ["ai", "video", "saas"]

target_audience: string     # OPTIONAL — who you're targeting
                            # Default: inferred from product tags

bonuses: string[]           # OPTIONAL — bonuses you're already offering
                            # Default: none (will suggest bonuses)

competitors: string[]       # OPTIONAL — competing products
                            # Default: auto-researched
```

**Chaining from S1**: If `affiliate-program-search` was run earlier, automatically pick up `recommended_program` as the `product` input.

**Chaining from S1 purple-cow-audit**: If `purple-cow-audit` was run, use `remarkability_score` and `remarkable_angles` to inform the offer.

## Workflow

### Step 1: Gather Context

If product data is available from S1 chaining, use it directly. Otherwise:

1. Use `web_search` to research: `"[product name] features pricing review"`
2. Gather: name, pricing tiers, key features, target audience, top 3 competitors
3. If `target_audience` not provided, infer from product positioning and tags

### Step 2: Apply Value Equation

Read `shared/references/offer-frameworks.md` for the Hormozi framework.

For each component of the Value Equation, score the product 1-10 and identify leverage points:

**Dream Outcome (maximize)**
- What is the #1 transformation the audience wants?
- What does life look like AFTER using this product?
- Frame in terms of identity: "Become the person who..."

**Perceived Likelihood (maximize)**
- What proof exists? (case studies, user count, reviews)
- What specific numbers can you cite?
- What demonstration can you offer? (your own results, screenshots)

**Time Delay (minimize)**
- How fast can they see first results?
- What quick wins does the product offer?
- Can you accelerate with your bonuses? (templates, setup guide)

**Effort & Sacrifice (minimize)**
- What's the learning curve?
- What do they have to give up?
- Can you reduce effort with done-for-you assets?

### Step 3: Design the Offer Stack

Build the complete offer:

1. **Core product** — the affiliate product itself with reframed positioning
2. **Your unique angle** — why YOU are the right person to recommend this
3. **Bonus suggestions** — 3-5 bonuses that address the weakest Value Equation components
4. **Guarantee suggestion** — your personal guarantee on top of the product's
5. **Urgency element** — ethical, real urgency (if applicable)

### Step 4: Write Offer Copy

Create ready-to-use copy blocks:
- **Headline**: One sentence that captures the dream outcome
- **Sub-headline**: Addresses the biggest objection
- **Value stack**: Bullet list of everything they get (product + bonuses + guarantee)
- **CTA**: Action-oriented, specific, urgent

### Step 5: Output

Present the complete Grand Slam Offer framework.

### Step 6: Self-Validation

Before presenting output, verify:

- [ ] Value Equation is complete (all 4 components scored and addressed)
- [ ] Offer is differentiated from a generic "buy through my link" promotion
- [ ] Bonuses are specific and deliverable (not vague promises)
- [ ] Guarantee is realistic and scoped to what YOU can deliver
- [ ] Copy is specific to this product (not generic template fill)
- [ ] FTC-compliant — no income claims, no fake urgency

If any check fails, fix before delivering.

## Output Schema

```yaml
output_schema_version: "1.0.0"
grand_slam_offer:
  product_name: string        # Product being promoted
  value_equation:
    dream_outcome: string     # The transformation promise
    dream_outcome_score: number  # 1-10
    likelihood: string        # Proof points
    likelihood_score: number  # 1-10
    time_delay: string        # Speed to results
    time_delay_score: number  # 1-10 (lower = better, inverted in output)
    effort: string            # Ease of use
    effort_score: number      # 1-10 (lower = better, inverted in output)
    total_value_score: number # Calculated composite

  offer_stack:
    unique_angle: string      # Your differentiator
    bonuses: object[]         # Suggested bonuses
    guarantee: string         # Your personal guarantee
    urgency: string           # Ethical urgency element

  offer_copy:
    headline: string          # Main headline
    sub_headline: string      # Objection-addressing sub-headline
    value_stack: string[]     # Bullet list of everything included
    cta: string               # Call to action text

chain_metadata:
  skill_slug: "grand-slam-offer"
  stage: "landing"
  timestamp: string
  suggested_next:
    - "landing-page-creator"
    - "bonus-stack-builder"
    - "guarantee-generator"
    - "email-drip-sequence"
```

## Output Format

```
## Grand Slam Offer: [Product Name]

### Value Equation Analysis

| Component | Score | Leverage Point |
|---|---|---|
| Dream Outcome | X/10 | [key insight] |
| Perceived Likelihood | X/10 | [key insight] |
| Time Delay | X/10 | [key insight] |
| Effort & Sacrifice | X/10 | [key insight] |
| **Total Value Score** | **X/40** | |

### Your Unique Angle
[Why YOUR recommendation matters]

### Offer Stack
**They get:**
1. [Product] — [reframed benefit] ($XX/mo value)
2. BONUS: [Bonus 1] — [what it solves] ($XX value)
3. BONUS: [Bonus 2] — [what it solves] ($XX value)
4. BONUS: [Bonus 3] — [what it solves] ($XX value)
5. YOUR GUARANTEE: [guarantee statement]

**Total value: $XXX — they pay: $XX/mo**

### Ready-to-Use Copy

**Headline:** [headline]
**Sub-headline:** [sub-headline]

**Value Stack:**
[bullet list]

**CTA:** [call to action]

### Next Steps
- Run `bonus-stack-builder` to flesh out bonus details
- Run `guarantee-generator` to craft your guarantee copy
- Run `landing-page-creator` to build the page with this offer
```

## Error Handling

- **No product provided**: "I need a product to design an offer for. Run `affiliate-program-search` first, or tell me the product name."
- **No pricing found**: Use `web_search` for `"[product] pricing"`. If unavailable, use "Check current pricing" and frame value around ROI instead.
- **Product too generic**: "This product competes in a crowded space. Let me find your unique angle..." → focus on YOUR differentiators (bonuses, expertise, guarantee).
- **No competitive data**: Design the offer based on the product alone. Note: "Run `competitor-spy` for competitive intelligence to sharpen this offer."

## Examples

**Example 1:** "Design a grand slam offer for HeyGen"
→ Research HeyGen features/pricing, score Value Equation, identify unique angle (e.g., "AI video for non-creators"), suggest bonuses (script templates, avatar setup guide, prompt library), write offer copy.

**Example 2:** "I promote Semrush but my conversion rate is low"
→ Analyze why: likely weak differentiation. Score Value Equation, identify weakest component (probably Effort — steep learning curve), design bonuses that reduce effort (done-for-you audit template, keyword research spreadsheet, setup walkthrough).

**Example 3:** "Create an offer for this product" (after S1 + purple-cow-audit)
→ Pick up product data from S1, remarkability angles from purple-cow-audit, design offer that amplifies the most remarkable aspects.

## Flywheel Connections

### Feeds Into
- `landing-page-creator` (S4) — offer copy becomes the page's core messaging
- `bonus-stack-builder` (S4) — offer analysis identifies which bonuses to create
- `guarantee-generator` (S4) — value equation reveals what to guarantee
- `email-drip-sequence` (S5) — offer framing drives email copy
- `value-ladder-architect` (S4) — offer positioning informs ladder design

### Fed By
- `affiliate-program-search` (S1) — product data to build the offer around
- `purple-cow-audit` (S1) — remarkability angles to emphasize
- `competitor-spy` (S1) — competitive gaps to exploit in the offer
- `content-moat-calculator` (S3) — authority gaps inform what to emphasize

### Feedback Loop
- Conversion rate from `conversion-tracker` (S6) reveals which Value Equation components resonated → improve weak components on next offer

## Quality Gate

Before delivering output, verify:

1. Would I share this on MY personal social?
2. Contains specific, surprising detail? (not generic)
3. Respects reader's intelligence?
4. Remarkable enough to share? (Purple Cow test)
5. Irresistible offer framing? (Grand Slam formula applied)

Any NO → rewrite before delivering. Do not flag this checklist to the user.

## References

- `shared/references/offer-frameworks.md` — Hormozi Value Equation, bonus stack rules, guarantee types, pricing psychology
- `shared/references/ftc-compliance.md` — FTC disclosure requirements (no income claims, no fake urgency)
- `shared/references/affiliate-glossary.md` — Affiliate terminology
- `shared/references/flywheel-connections.md` — Master connection map

Related Skills

your-skill-name

290
from Affitor/affiliate-skills

Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.

trending-content-scout

290
from Affitor/affiliate-skills

Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is working for [topic]", "show me top performing content about [keyword]", "what's trending in [niche]", "find viral content about [product]", "content research for [keyword]", "what gets views in [niche]", "engagement analysis for [topic]", "scout the competition", "what videos are getting the most views about [keyword]", "social listening for [topic]", "trending content in [niche]", "top content analysis", "what hooks work for [keyword]", "content intelligence", "find winning formats".

traffic-analyzer

290
from Affitor/affiliate-skills

Analyze website traffic, global rank, engagement metrics, and traffic sources for any domain. Use this skill to evaluate affiliate program websites, compare competitor traffic, assess advertiser strength, or understand where an audience comes from. Triggers on: "analyze traffic for [domain]", "how much traffic does [site] get", "compare traffic between [site A] and [site B]", "is [program] worth promoting based on traffic", "traffic analysis", "website analytics for [domain]", "where does [site] get traffic", "check if [advertiser] is legit", "evaluate [program] website health", "SimilarWeb analysis", "traffic sources for [domain]", "how popular is [site]", "website rank", "domain authority check", "compare affiliate program websites".

purple-cow-audit

290
from Affitor/affiliate-skills

Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: "is this product worth promoting", "should I promote", "product audit", "purple cow", "remarkable product", "is it remarkable", "rate this product", "product quality check", "worth my reputation", "product evaluation", "would I recommend without commission", "product remarkability score", "evaluate this affiliate product", "quality gate for promotion".

niche-opportunity-finder

290
from Affitor/affiliate-skills

Find untapped affiliate niches with real earning potential. Use this skill when the user asks about picking a niche, finding a niche to start affiliate marketing, what niche to get into, niche research, niche ideas, beginner niche selection, low competition niches, profitable niches, or says "I don't know what to promote", "help me pick a niche", "what niche should I start with", "find me a niche with less competition", "niche ideas for affiliate", "is X a good niche for affiliate marketing", "best niches 2024", "untapped niches".

monopoly-niche-finder

290
from Affitor/affiliate-skills

Find intersection niches where you're the ONLY voice. Thiel's "competition is for losers" lens. Triggers on: "find my monopoly niche", "blue ocean niche", "unique niche", "niche intersection", "where am I the only one", "zero competition niche", "untapped niche", "category of one", "Thiel monopoly", "dominate a niche", "niche nobody else covers", "cross two domains", "find a niche with no competition", "monopoly positioning", "unique angle for affiliate".

list-affitor-program

290
from Affitor/affiliate-skills

Research an affiliate program and create a verified listing for list.affitor.com. Use this skill when the user asks anything about listing a program, adding an affiliate program to the directory, submitting a program to list, creating a listing, documenting an affiliate program, sharing an affiliate program, writing a program profile, posting a program to list.affitor.com, or contributing a new program. Also trigger for: "list a program", "add affiliate program", "submit program to list", "create listing for X", "document affiliate program", "share affiliate program", "write a listing", "post to list.affitor.com", "add X to the directory", "register an affiliate program", "publish affiliate program", "new program listing", "profile this affiliate program", "catalog this program".

content-angle-ranker

290
from Affitor/affiliate-skills

Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should I use", "rank content ideas for [keyword]", "best angle for [product]", "which content idea will perform best", "help me pick an angle", "what should I write about", "content angle for [topic]", "rank my content ideas", "which approach will get the most views", "data-driven content planning", "angle ranker", "content scoring", "which hook should I use", "compare these content ideas", "prioritize my content angles", "what video should I make".

competitor-spy

290
from Affitor/affiliate-skills

Reverse-engineer successful affiliate strategies from competitors. Use this skill when the user asks about spying on competitors, researching what other affiliates promote, analyzing competitor affiliate sites, understanding how top affiliates in a niche make money, or says "what programs does X promote", "how does [site] make money", "what affiliate strategy does this site use", "spy on competitor affiliates", "reverse engineer affiliate site", "copy what works in my niche", "who are the top affiliates in X niche", "what content gets traffic in my niche", "competitor affiliate analysis".

commission-calculator

290
from Affitor/affiliate-skills

Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says "how much can I make promoting X", "calculate my affiliate income", "is this commission worth it", "how long to first $1000", "compare earnings between programs", "traffic to income calculator", "what conversion rate should I expect", "earnings estimate for affiliate program", "how many sales do I need".

affiliate-program-search

290
from Affitor/affiliate-skills

Research and evaluate affiliate programs to find the best ones to promote. Use this skill when the user asks anything about finding affiliate programs, comparing commission rates, evaluating affiliate opportunities, searching for products to promote, picking a niche, or mentions list.affitor.com. Also trigger for: "which SaaS should I promote", "best affiliate programs for X", "high commission programs", "recurring commission affiliate", "compare these affiliate programs", "is X affiliate program worth it", "find me something to promote", "what pays the most", "affiliate programs with long cookie duration".

skill-finder

290
from Affitor/affiliate-skills

Find the right Affitor skill for your goal. Triggers on: "which skill should I use", "find me a skill", "what skills are available", "help me choose a skill", "skill for SEO", "skill for email", "explore skills", "I'm new to Affitor", "what can Affitor do", "search skills", "skill for blog writing", "skill for landing pages", "skill for analytics".