Claude Skill

referral-programs

Designs and improves referral, affiliate, and word-of-mouth programs — incentive structure, mechanics, timing, and fraud control. Use this to build a referral or affiliate program, diagnose one that is not producing, decide what incentive to offer, or judge whether referral is a

LLM Mart · 0 points · 16 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download cbrock84-headcount-plugins_revenue_skills_referral-programs-98d1c17.zip · 2 KB
Part of cbrock84/headcount — 160 skills

Install

skills CLI npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/revenue/skills/referral-programs
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
Git git clone https://github.com/cbrock84/headcount.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Referral programs

Qualify the channel first

Referral programs amplify existing word of mouth. They do not create it.

If customers are not already recommending you unprompted, a program will not produce them — it will produce incentive-motivated signups that churn. Check first: is anyone referring today, and what do they say when they do?

Incentive design

  • Two-sided beats one-sided in most cases. It gives the referrer something to offer rather than something to gain, which removes the awkwardness that stops most referrals.
  • Match the reward to the product's value, not to a round number. Account credit usually outperforms cash, and costs less.
  • Reward the outcome you want. Paying on signup buys signups; paying on a retained, activated customer buys customers.
  • Cash rewards attract fraud, and fraud scales faster than the program does. Budget for detection before launch, not after.

Mechanics

The referral has to be effortless at the moment of enthusiasm, which means the ask must appear right after a success moment — not in a settings page nobody visits.

  • One-click share with pre-written text the referrer can edit.
  • A link that works everywhere and survives being pasted into any app.
  • Visible status: who was invited, what stage they reached, what has been earned. Ambiguity kills repeat referrals.
  • The referred person's experience must be better than a normal signup. Landing them on the generic homepage wastes the introduction.

Fraud control

Self-referral, disposable accounts, and coordinated rings. Minimum viable controls: reward only on a qualifying event well past signup, hold a payout window, deduplicate on payment method and device, and cap per-referrer volume pending review.

Affiliates are a different program

Affiliates are a paid channel with commercial terms, not enthusiastic customers. They need attribution rules, cookie windows, prohibited-methods terms — brand bidding and coupon-site behavior in particular — and monitoring. Run without terms and you will pay commission on customers you already had.

Measuring

Track referred-customer retention against baseline. If referred customers retain worse, the incentive is buying the wrong behavior and the program is losing money while appearing to work.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Launch referrals before the product retains. A referral program amplifies whatever is already there, churn included.
  • Pay a reward before the referred account is real — activated, paid, and past the refund window.
  • Ask for a referral in the same breath as an apology or an open support escalation.
  • Run affiliates and customer referrals on the same terms. They attract different people and need different controls.
Files (headcount)
  • references
    • sources.md 941 B
      # Sources — `revenue:referral-programs`
      
      <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. -->
      
      Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce.
      
      ## Guides Concerning the Use of Endorsements and Testimonials in Advertising, 16 CFR 255
      
      US Federal Trade Commission · US · public domain (US government) — quote freely
      
      <https://www.ecfr.gov/current/title-16/chapter-I/subchapter-B/part-255>
      
      **Authoritative for:** Whether a given influencer, affiliate, employee or review arrangement requires disclosure, and what counts as an adequate one. The regulation itself, rather than a summary of it.
      
      ---
      
      Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
      
  • SKILL.md 3.4 KB
    ---
    name: referral-programs
    description: Designs and improves referral, affiliate, and word-of-mouth programs — incentive structure, mechanics, timing, and fraud control. Use this to build a referral or affiliate program, diagnose one that is not producing, decide what incentive to offer, or judge whether referral is a realistic channel for a product.
    ---
    
    # Referral programs
    
    ## Qualify the channel first
    
    Referral programs amplify existing word of mouth. They do not create it.
    
    If customers are not already recommending you unprompted, a program will not produce them — it will
    produce incentive-motivated signups that churn. Check first: is anyone referring today, and what do
    they say when they do?
    
    ## Incentive design
    
    - **Two-sided beats one-sided** in most cases. It gives the referrer something to offer rather than
      something to gain, which removes the awkwardness that stops most referrals.
    - **Match the reward to the product's value**, not to a round number. Account credit usually
      outperforms cash, and costs less.
    - **Reward the outcome you want.** Paying on signup buys signups; paying on a retained, activated
      customer buys customers.
    - **Cash rewards attract fraud**, and fraud scales faster than the program does. Budget for
      detection before launch, not after.
    
    ## Mechanics
    
    The referral has to be effortless at the moment of enthusiasm, which means the ask must appear right
    after a success moment — not in a settings page nobody visits.
    
    - One-click share with pre-written text the referrer can edit.
    - A link that works everywhere and survives being pasted into any app.
    - Visible status: who was invited, what stage they reached, what has been earned. Ambiguity kills
      repeat referrals.
    - The referred person's experience must be better than a normal signup. Landing them on the generic
      homepage wastes the introduction.
    
    ## Fraud control
    
    Self-referral, disposable accounts, and coordinated rings. Minimum viable controls: reward only on a
    qualifying event well past signup, hold a payout window, deduplicate on payment method and device,
    and cap per-referrer volume pending review.
    
    ## Affiliates are a different program
    
    Affiliates are a paid channel with commercial terms, not enthusiastic customers. They need
    attribution rules, cookie windows, prohibited-methods terms — brand bidding and coupon-site
    behavior in particular — and monitoring. Run without terms and you will pay commission on customers
    you already had.
    
    ## Measuring
    
    Track referred-customer retention against baseline. If referred customers retain worse, the
    incentive is buying the wrong behavior and the program is losing money while appearing to work.
    
    ## Sources
    
    `references/sources.md` in this skill lists the outside authorities that settle the questions
    here — what each one is authoritative for, and what you may do with it. Check them before
    answering on anything they cover, and cite what you used. Most are free to read and not free
    to reproduce; the use note on each is binding.
    
    ## Never
    
    - Launch referrals before the product retains. A referral program amplifies whatever is already there, churn included.
    - Pay a reward before the referred account is real — activated, paid, and past the refund window.
    - Ask for a referral in the same breath as an apology or an open support escalation.
    - Run affiliates and customer referrals on the same terms. They attract different people and need different controls.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related