Referral Program
Design a referral program for "$ARGUMENTS". Create incentive structures, mechanics, and promotion strategies that turn customers into advocates.
Prerequisites
Read .metapowers/marketing/$ARGUMENTS/00-strategy.md. If this file does not exist, tell the user:
Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run /marketing:customer-research $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.
Process
Read context:
- Read
.metapowers/marketing/$ARGUMENTS/00-strategy.md for audience and product context
- Read
.metapowers/marketing/$ARGUMENTS/04-engage.md if it exists
Research referral models:
- Use WebSearch to find successful referral programs in the category
- Analyze: single-sided vs. double-sided rewards, monetary vs. product-based incentives
- What motivates users to refer? (savings, status, genuine value sharing)
Design the program:
- Incentive structure: what does the referrer get? What does the referred get?
- Reward type: credits, discounts, cash, extended features, swag
- Qualification: what counts as a successful referral? (signup, activation, payment)
- Limits: per-user caps, time limits, anti-fraud measures
Mechanics and UX:
- Sharing mechanism: unique link, email invite, social share, in-product invite
- Tracking and attribution
- Where to promote the program (in-app, email, website, social)
- Referral dashboard for users
Write the artifact — append to .metapowers/marketing/$ARGUMENTS/04-engage.md under a ## Referral Program section:
- Program Design — incentives, mechanics, qualification
- UX Flow — how users discover, share, and track referrals
- Promotion Plan — where and how to promote the program
- Anti-Fraud Measures — abuse prevention
- Success Metrics — referral rate, viral coefficient, CAC impact
Output
Referral program design written to .metapowers/marketing/$ARGUMENTS/04-engage.md. Present a summary highlighting:
- Recommended incentive structure
- Expected viral coefficient
- Launch plan
1---2name: referral-program3description: Design referral and advocacy programs4---56# Referral Program78Design a referral program for "$ARGUMENTS". Create incentive structures, mechanics, and promotion strategies that turn customers into advocates.910## Prerequisites1112Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md`. If this file does not exist, tell the user:1314> Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run `/marketing:customer-research $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check and log to `.metapowers/marketing/$ARGUMENTS/skip-log.md`.1718## Process19201. **Read context:**21 - Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md` for audience and product context22 - Read `.metapowers/marketing/$ARGUMENTS/04-engage.md` if it exists23242. **Research referral models:**25 - Use WebSearch to find successful referral programs in the category26 - Analyze: single-sided vs. double-sided rewards, monetary vs. product-based incentives27 - What motivates users to refer? (savings, status, genuine value sharing)28293. **Design the program:**30 - Incentive structure: what does the referrer get? What does the referred get?31 - Reward type: credits, discounts, cash, extended features, swag32 - Qualification: what counts as a successful referral? (signup, activation, payment)33 - Limits: per-user caps, time limits, anti-fraud measures34354. **Mechanics and UX:**36 - Sharing mechanism: unique link, email invite, social share, in-product invite37 - Tracking and attribution38 - Where to promote the program (in-app, email, website, social)39 - Referral dashboard for users40415. **Write the artifact** — append to `.metapowers/marketing/$ARGUMENTS/04-engage.md` under a `## Referral Program` section:42 - **Program Design** — incentives, mechanics, qualification43 - **UX Flow** — how users discover, share, and track referrals44 - **Promotion Plan** — where and how to promote the program45 - **Anti-Fraud Measures** — abuse prevention46 - **Success Metrics** — referral rate, viral coefficient, CAC impact4748## Output4950Referral program design written to `.metapowers/marketing/$ARGUMENTS/04-engage.md`. Present a summary highlighting:51- Recommended incentive structure52- Expected viral coefficient53- Launch plan