affitor/value-ladder-architect
> Design the complete free-to-premium value ladder for affiliate promotions. "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".
npx skills add https://github.com/Affitor/affiliate-skills --skill 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.
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.
grand-slam-offer to design the core offer and wanting to expandproduct: # 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.
Read shared/references/offer-frameworks.md for the Value Ladder framework.
Map each rung:
Rung 0: FREE (Awareness)
Rung 1: TRIPWIRE ($1-$49, impulse buy)
bonus-stack-builder for asset ideas, squeeze-page-builder for pageRung 2: CORE (main affiliate product)
grand-slam-offer, landing-page-creatorRung 3: UPSELL (premium tier or complementary product)
landing-page-creator (comparison), email-drip-sequenceFor each rung, specify:
Define what moves a person from one rung to the next:
Present the complete value ladder with implementation roadmap.
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"
## 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]
affiliate-program-search or tell me the product."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.
squeeze-page-builder (S4) — Rung 0/1 page specslanding-page-creator (S4) — Rung 2/3 page specsemail-drip-sequence (S5) — transition email sequences between rungsfunnel-planner (S8) — value ladder informs the week-by-week execution plangrand-slam-offer (S4) — core offer positioning for Rung 2bonus-stack-builder (S4) — bonuses for tripwire and core rungsaffiliate-program-search (S1) — product and pricing dataconversion-tracker (S6) measures conversion rates between rungs → identify bottleneck rungs and optimizeBefore delivering output, verify:
Any NO → rewrite before delivering.
shared/references/offer-frameworks.md — Value Ladder framework, pricing psychologyshared/references/ftc-compliance.md — FTC disclosure at every rungshared/references/affiliate-glossary.md — Terminologyshared/references/flywheel-connections.md — Master connection mapTake affitor/value-ladder-architect from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.