/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
$ npx -y skills add Affitor/affiliate-skills --skill grand-slam-offer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/grand-slam-offer
Context preview
The summary Claude sees to decide when to auto-load this skill.
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
SKILL.md
grand-slam-offer.SKILL.mdname: grand-slam-offer
description: >
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".
license: MIT
version: "1.0.0"
tags: ["affiliate-marketing", "landing-pages", "conversion", "offers", "hormozi"]
compatibility: "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent"
metadata:
author: affitor
version: "1.0"
stage: S4-Landing
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
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
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 #Read more
name: grand-slam-offer description: > 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". license: MIT version: "1.0.0" tags: ["affiliate-marketing", "landing-pages", "conversion", "offers", "hormozi"] compatibility: "Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent" metadata: author: affitor version: "1.0" stage: S4-Landing
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
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
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 #Turn any AI into your affiliate marketing team. 52 AI-powered skills across 8 stages with a closed-loop flywheel.
Other skills on affiliate-skills.
- /ab-test-generator
Generate A/B test variants for affiliate content. Triggers on: "create A/B test", "test my headline", "optimize my CTA", "generate variants", "split test ideas", "improve click-through rate", "test my landing page copy", "headline alternatives", "CTA variations", "which version
Open skill - /conversion-tracker
Set up affiliate conversion tracking with UTM parameters and link tagging. Triggers on: "set up tracking", "create UTM links", "track my affiliate links", "tracking pixels", "click attribution", "organize my links", "UTM parameters", "tag my links", "campaign tracking", "link
Open skill - /internal-linking-optimizer
Analyze site's internal link structure and optimize for hub-and-spoke SEO architecture. Triggers on: "optimize internal links", "internal linking", "link structure", "hub and spoke links", "orphan pages", "link equity", "internal link audit", "fix my internal links", "link
Open skill - /performance-report
Generate affiliate performance reports with KPIs and recommendations. Triggers on: "show my affiliate report", "how are my programs doing", "performance review", "earnings report", "monthly affiliate report", "weekly report", "analyze my affiliate earnings", "which program is
Open skill - /seo-audit
Audit affiliate blog posts and landing pages for SEO issues. Triggers on: "audit my blog post for SEO", "check my SEO", "SEO review", "improve my rankings", "SEO checklist", "on-page SEO audit", "keyword optimization check", "why isn't my page ranking", "SEO score", "content
Open skill - /content-repurposer
Repurpose one piece of affiliate content into multiple formats. Triggers on: "repurpose my content", "turn my blog into tweets", "cross-post this", "content recycling", "convert to newsletter", "make a tweet thread from this", "adapt for TikTok", "omnichannel content", "scale my
Open skill

