Agent Skillsmohitagw15856/pm-claude-skills › referral-program

referral-program

GitHub

设计驱动口碑增长的推荐计划,涵盖激励结构、触发时机、防欺诈机制及单位经济模型检查。确保奖励针对转化而非点击,并在用户满意峰值时请求分享,实现低成本获客。

exports/openclaw/referral-program/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

构建推荐或邀请好友程序 创建激励/奖励结构 将满意用户转化为增长渠道

Install

npx skills add mohitagw15856/pm-claude-skills --skill referral-program -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/referral-program -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@referral-program

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill referral-program -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "referral-program",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/referral-program.html",
    "metadata": {
        "openclaw": {
            "emoji": "📈"
        }
    },
    "description": "Design a referral program that drives real word-of-mouth growth. Use when asked to build a referral or refer-a-friend program, create an incentive\/reward structure, or turn happy users into a growth channel. Produces the incentive design (who gets what, when), the mechanics and trigger moment, fraud guardrails, and the unit-economics check — a program that pays back, not one that just burns budget."
}

Referral Program Skill

A referral program turns happy customers into a growth channel — but most fail because the incentive is wrong, the ask comes at the wrong moment, or the economics don't work. This skill designs one that does: the right reward for both sides, the trigger at peak satisfaction, fraud guardrails, and a payback check so it's growth, not a giveaway.

Required Inputs

Ask for these only if they aren't already provided:

  • The product & economics — what you sell, price/margin, and roughly your CAC and LTV (so rewards can be sized).
  • The "aha" / happy moment — when users feel the value most (the right time to ask).
  • Audience motivation — would they refer for cash, credit, status, or to help a friend? B2C vs B2B differs a lot.
  • Constraints — budget per referral, legal/region limits, what's technically feasible.

Output Format

Referral program: [product]

1. Incentive design — who gets what, and when it pays out:

Side Reward Triggers when Why this reward
Referrer (e.g. friend's first purchase)
Referred friend (e.g. on signup)

Double-sided usually beats one-sided. Reward the outcome you want (paid conversion), not just a click/signup.

2. The ask moment & mechanicswhen to prompt (right after the aha moment / a great experience), where (in-product, email, post-purchase), and the share flow (unique link/code, how it's tracked, how rewards are granted). Keep it one or two clicks.

3. The message — a short, shareable framing the referrer would actually send (helping a friend, not spamming for a kickback).

4. Fraud & abuse guardrails — self-referral, fake accounts, reward farming; the checks (reward on real conversion, limits, verification).

5. Unit-economics check — total reward cost per successful referral vs. CAC and LTV. The program must acquire customers below your other channels' CAC (or clearly cheaper than paid) to be worth running. State the breakeven.

6. Measure & iterate — participation rate, referrals per advocate, conversion of referred users, and referral CAC vs. payback. What to tune.

Quality Checks

  • Incentive is sized against real CAC/LTV and rewards the outcome (conversion), not just a click
  • The ask is triggered at a genuine high-satisfaction moment, with a low-friction share flow
  • Double-sided vs. one-sided is a deliberate choice with a rationale
  • Fraud/abuse guardrails are specified
  • A unit-economics / breakeven check shows the program pays back
  • Success metrics (participation, referral CAC, referred-user conversion) are defined

Anti-Patterns

  • Do not set a reward without checking it against CAC/LTV — that's just burning money
  • Do not reward signups/clicks alone — reward the conversion you actually want
  • Do not ask before the user has felt value — timing is half the program
  • Do not ignore fraud — reward farming can quietly eat the whole budget
  • Do not make sharing clunky — every extra step kills participation

Based On

Referral/viral-growth practice (double-sided incentives, trigger-at-aha, referral CAC vs. LTV, fraud guardrails).

Version History

  • 54fad50 Current 2026-07-19 12:30

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
3eeb2800
Indexed
2026-07-19 12:30

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 13:54
浙ICP备14020137号-1 $방문자$