How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Referral Program (Business & Growth domain).

Referral and affiliate program design covering referral loop architecture, incentive design, trigger moment optimization, viral coefficient modeling, affiliate program structure, and optimization playbook.

Production-grade referral and affiliate program framework covering the 4-stage referral loop, incentive design methodology, trigger moment optimization, share mechanics, viral coefficient modeling, affiliate program architecture, and systematic optimization playbook. Designed to build programs that 

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/referral-program

---
Start by asking the user what they need help with.
# Add to your project
cs install business-growth/referral-program ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/referral-program your-project/
# The skill is available in your Codex workspace at:
.codex/skills/referral-program/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/referral-program your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/referral-program/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/referral-program your-project/
# Add to your .cursorrules or workspace settings:
# Reference: business-growth/referral-program/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/referral-program your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-growth/referral-program your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/business-growth/referral-program

Run Python Tools

python business-growth/referral-program/scripts/tool_name.py --help

Quick Start

1. **Pick the program type** — use the Referral vs Affiliate Decision table (enthusiastic/social customers → referral; team buyers → affiliate). 2. **Build the loop in order** — trigger → share → convert → reward; a broken Stage 1 can't be fixed by a bigger reward at Stage 4. 3. **Size the incentive** — cap reward at <30% of first payment; go double-sided if referral rate <1%. 4. **Model and validate** — run the scripts (`referral_economics_calculator.py`, `referral_funnel_analyzer.py`, `affiliate_commission_modeler.py`) to size rewards, find the weakest stage, and model affiliate tiers. 5. **Optimize by priority** — fix awareness first, then share flow, then referred experience, then the incentive.

Related Skills in Business & Growth

View on GitHub