value-ladder-architect
Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my funnel", "design my funnel stages", "monetization path".
Best use case
value-ladder-architect is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my funnel", "design my funnel stages", "monetization path".
Teams using value-ladder-architect 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/value-ladder-architect/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How value-ladder-architect Compares
| Feature / Agent | value-ladder-architect | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my funnel", "design my funnel stages", "monetization path".
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
# Value Ladder Architect
Design the complete free → tripwire → core → upsell path for affiliate promotions. Maps the entire customer ascension journey, where each step delivers standalone value while naturally leading to the next. The value ladder IS the page sequence: squeeze → bridge → sales → upsell.
## Stage
S4: Landing — The value ladder defines the sequence of pages and offers. Each rung is a landing page, email, or content piece that converts the visitor to the next level.
## When to Use
- User wants to map the entire customer journey, not just one landing page
- User asks about upsells, downsells, tripwires, or funnel stages
- User wants to maximize lifetime value from affiliate promotions
- User says "value ladder", "customer journey", "ascension", "funnel architecture"
- After running `grand-slam-offer` to design the core offer and wanting to expand
- User promotes a product with multiple tiers (free, pro, enterprise)
## Input Schema
```yaml
product: # REQUIRED
name: string # Product name
pricing_tiers: object[] # Available pricing tiers
- name: string # e.g., "Free", "Pro", "Enterprise"
price: string # e.g., "$0", "$49/mo", "$199/mo"
features: string[] # Key features at this tier
reward_value: string # Your commission
reward_type: string # "recurring" | "one-time" | "tiered"
url: string # Affiliate link
your_assets: string[] # OPTIONAL — content/resources you already have
# e.g., ["blog", "email list", "YouTube channel", "templates"]
# Default: ["blog"]
goal: string # OPTIONAL — "first_commission" | "maximize_ltv" | "build_list"
# Default: "first_commission"
```
**Chaining from S4 grand-slam-offer**: Use `offer_stack` to position the core offer in the ladder.
**Chaining from S4 bonus-stack-builder**: Use `bonus_stack` to populate tripwire and bonus tiers.
## Workflow
### Step 1: Gather Context
1. Map the product's pricing tiers and commission structure
2. Identify user's existing assets (blog, list, social following)
3. Determine goal: first commission (simple ladder) vs maximize LTV (complex ladder)
### Step 2: Design the Ladder
Read `shared/references/offer-frameworks.md` for the Value Ladder framework.
Map each rung:
**Rung 0: FREE (Awareness)**
- What: Blog post, social content, free tool, lead magnet
- Goal: Build trust, capture email, demonstrate expertise
- Skills used: S2 Content, S3 Blog
- Conversion to next rung: Lead magnet opt-in or email capture
**Rung 1: TRIPWIRE ($1-$49, impulse buy)**
- What: Your low-cost asset (template pack, mini-course, audit)
- Goal: Convert from reader to buyer, get email if not captured
- Skills used: `bonus-stack-builder` for asset ideas, `squeeze-page-builder` for page
- Conversion to next rung: Email sequence recommending the core product
**Rung 2: CORE (main affiliate product)**
- What: The affiliate product at its most popular tier
- Goal: Primary commission — solve their main problem
- Skills used: `grand-slam-offer`, `landing-page-creator`
- Conversion to next rung: Product usage → ready for premium tier
**Rung 3: UPSELL (premium tier or complementary product)**
- What: Higher tier of same product, or complementary affiliate product
- Goal: Maximize lifetime value, earn larger commission
- Skills used: `landing-page-creator` (comparison), `email-drip-sequence`
- Conversion: Ongoing value through content → repeat customer
### Step 3: Map the Page Sequence
For each rung, specify:
- Page type (blog post, squeeze page, bridge page, landing page, email)
- Traffic source (organic, social, email, paid)
- Affiliate skill to build it
- Conversion mechanism (CTA, email opt-in, checkout)
- Expected conversion rate benchmark
### Step 4: Design Transition Triggers
Define what moves a person from one rung to the next:
- Rung 0→1: Downloaded lead magnet → email sequence pitching tripwire
- Rung 1→2: Purchased tripwire → immediate upsell page OR email sequence
- Rung 2→3: Used product for X days → email about premium features
### Step 5: Output
Present the complete value ladder with implementation roadmap.
### Step 6: Self-Validation
- [ ] Each rung delivers standalone value (P4 principle)
- [ ] Transitions feel natural, not forced
- [ ] The affiliate product is the CORE (Rung 2), not the upsell
- [ ] Free content (Rung 0) is genuinely helpful, not just a teaser
- [ ] Implementation order is realistic (start simple, add rungs over time)
- [ ] FTC disclosure at every rung with affiliate links
## Output Schema
```yaml
output_schema_version: "1.0.0"
value_ladder:
product_name: string
total_rungs: number
rungs:
- level: number # 0, 1, 2, 3
name: string # "Free", "Tripwire", "Core", "Upsell"
offer: string # What they get
price: string # Price point
page_type: string # "blog" | "squeeze" | "bridge" | "landing" | "email"
skill_to_build: string # Which affiliate skill creates this page
conversion_to_next: string # How they move to next rung
estimated_conversion: string # Benchmark conversion rate
implementation_order: string[] # Which rungs to build first
email_sequences: object[] # Email sequences connecting rungs
chain_metadata:
skill_slug: "value-ladder-architect"
stage: "landing"
timestamp: string
suggested_next:
- "squeeze-page-builder"
- "landing-page-creator"
- "email-drip-sequence"
- "funnel-planner"
```
## Output Format
```
## Value Ladder: [Product Name]
### Ladder Overview
```
[Visual ladder diagram using ASCII]
```
### Rung 0: FREE — [Offer Name]
- **What:** [specific content/resource]
- **Where:** [blog post / social / lead magnet]
- **Traffic:** [organic / social / paid]
- **Build with:** [skill name]
- **→ Next:** [transition trigger to Rung 1]
- **Benchmark:** [expected conversion %]
### Rung 1: TRIPWIRE — [Offer Name] ($XX)
[same structure]
### Rung 2: CORE — [Product Name] ($XX/mo)
[same structure]
### Rung 3: UPSELL — [Offer Name] ($XX/mo)
[same structure]
### Implementation Roadmap
1. **Week 1:** Build Rung 2 (core landing page) — start earning immediately
2. **Week 2:** Build Rung 0 (blog content driving traffic)
3. **Week 3:** Build Rung 1 (tripwire to capture emails)
4. **Week 4+:** Build Rung 3 (upsell for max LTV)
### Email Sequences
- **Rung 0→1:** [X emails over Y days] — [theme]
- **Rung 1→2:** [X emails over Y days] — [theme]
- **Rung 2→3:** [X emails over Y days] — [theme]
```
## Error Handling
- **No product provided**: "I need a product to design a value ladder for. Run `affiliate-program-search` or tell me the product."
- **Product has only one pricing tier**: Design ladder with Rung 0 (free content), Rung 1 (your tripwire), Rung 2 (the product). Note complementary products for Rung 3.
- **User has no existing assets**: Start with Rung 2 only (direct landing page). Build Rung 0 and 1 over time. "Start earning first, then build the ladder."
- **Product is one-time payment**: Focus ladder on complementary recurring products for Rung 3 to build ongoing income.
## Examples
**Example 1:** "Design a value ladder for HeyGen"
→ Free: "AI Video for Business" blog series → Tripwire: $7 "50 AI Video Script Templates" → Core: HeyGen Pro ($48/mo, 30% recurring) → Upsell: HeyGen Enterprise + your premium implementation package.
**Example 2:** "I have a blog and email list, design my Semrush funnel"
→ Free: SEO tutorial blog posts → Tripwire: $19 "Complete SEO Audit Template Kit" → Core: Semrush Pro ($129/mo, $200 bounty) → Upsell: Semrush Business + monthly SEO coaching.
**Example 3:** "Map my funnel" (after grand-slam-offer + bonus-stack)
→ Pick up offer and bonuses from chain context. Place bonuses as tripwire (Rung 1), core offer as Rung 2, design complementary upsell for Rung 3.
## Flywheel Connections
### Feeds Into
- `squeeze-page-builder` (S4) — Rung 0/1 page specs
- `landing-page-creator` (S4) — Rung 2/3 page specs
- `email-drip-sequence` (S5) — transition email sequences between rungs
- `funnel-planner` (S8) — value ladder informs the week-by-week execution plan
### Fed By
- `grand-slam-offer` (S4) — core offer positioning for Rung 2
- `bonus-stack-builder` (S4) — bonuses for tripwire and core rungs
- `affiliate-program-search` (S1) — product and pricing data
### Feedback Loop
- `conversion-tracker` (S6) measures conversion rates between rungs → identify bottleneck rungs and optimize
## 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? (each rung feels like a natural step)
Any NO → rewrite before delivering.
## References
- `shared/references/offer-frameworks.md` — Value Ladder framework, pricing psychology
- `shared/references/ftc-compliance.md` — FTC disclosure at every rung
- `shared/references/affiliate-glossary.md` — Terminology
- `shared/references/flywheel-connections.md` — Master connection mapRelated Skills
keyword-cluster-architect
Map 50-200+ keywords into topical clusters for SEO domination. Build content roadmaps for topical authority. Triggers on: "keyword research", "keyword clustering", "topical authority", "keyword map", "keyword strategy", "content roadmap for SEO", "keyword grouping", "topic clusters", "SEO keyword plan", "map my keywords", "keyword cluster", "hub and spoke content", "build topical authority", "SEO content plan", "keyword universe".
your-skill-name
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
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
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
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
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
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
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
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
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
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
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".