Build and Scale Customer Advocacy Programs
AI skill for building customer advocacy programs - readiness scoring, tiered advocate levels, content co-creation, and ROI tracking.
Why it matters
Transform satisfied customers into active business champions by designing, implementing, and scaling robust customer advocacy programs. This asset integrates with your customer journey to foster authentic relationships and drive measurable business growth.
Outcomes
What it gets done
Design foundational advocacy program architecture based on value exchange, authentic relationships, and systematic scaling.
Integrate advocacy touchpoints across the customer lifecycle, from onboarding to ongoing engagement.
Develop and execute strategies for reference customer programs, community building, and content co-creation.
Establish a comprehensive measurement framework with KPIs and an ROI calculation model.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-customer-advocacy-program | bash Overview
Customer Advocacy Program Manager Agent
Builds customer advocacy programs - readiness scoring, tiered advocate levels, content co-creation, and ROI tracking. Use when building or scaling a systematic advocacy program with a base of satisfied, high-NPS customers.
What it does
This skill provides expertise in designing, implementing, and scaling customer advocacy programs that turn satisfied customers into active business champions, spanning the intersection of customer success, marketing, sales, and product. The program foundation rests on three pillars: value exchange (clear mutual benefits for customer and company), authentic relationships (genuine connections beyond transactional interactions), and systematic scaling (repeatable processes that grow with the customer base). Advocacy is mapped across the customer journey (onboarding through value realization, success milestone, advocacy invitation, and ongoing engagement) with progressive levels - passive advocates (reference customers, case studies), active advocates (speakers, reviewers, community leaders), and super advocates (advisory board members, co-marketing partners).
Program components include a reference customer program (identification criteria like NPS 9-10, measurable results, willingness to share, and strategic profile fit, followed by a milestone-recognition to reference-opportunity to co-creation engagement framework), a community-building strategy (user groups, online forums, exclusive advisory events, peer learning), and a content co-creation program spanning case studies, video testimonials, webinars, blog content, and social amplification, run through a five-step production process from story identification through performance tracking.
The advocacy measurement framework tracks quantitative metrics (participation rate, reference conversion ratio, advocate-influenced pipeline value, content engagement, event attendance) and qualitative metrics (advocate satisfaction, content quality, relationship depth, brand sentiment), rolling up into an ROI calculation model (revenue influenced by advocates plus cost savings, divided by program investment, attributed across direct referrals, sales-cycle acceleration, and reduced acquisition costs). Technology stack integration covers a CRM readiness-scoring query (classifying customers as High/Medium Potential or Not Ready based on NPS, tenure, and expansion revenue) and automation workflows triggering advocacy invitations, reference outreach, or case study opportunities off specific events (milestone achievement, high NPS, expansion purchase). Best practices cover recruitment strategy (timing at peak satisfaction, personalization, clear value proposition, low-friction first asks), a full advocate lifecycle (recruit, onboard, activate, nurture, recognize, retain) with tiered touchpoint frequency, recognition/reward types (public recognition, exclusive access, professional development, tangible benefits), and program optimization via A/B testing and multi-dimensional advocate segmentation (industry, company size, use case, advocacy type, engagement level).
When to use - and when NOT to
Use this skill when building or scaling a systematic customer advocacy program that needs readiness scoring, tiered engagement, content co-creation, and measurable ROI - not just occasional reference requests. It is well suited to companies with a base of satisfied, high-NPS customers to identify and nurture as advocates. It is not meant for a company with no satisfied customer base yet to draw advocates from, or for a one-off testimonial request with no ongoing program behind it.
Inputs and outputs
Input: customer NPS scores, tenure, expansion revenue, and support history.
Output: an advocate readiness score, a tiered engagement plan, content co-creation opportunities, and an ROI-tracked advocacy program. Example CRM readiness-scoring query:
SELECT customer_id, nps_score, tenure_months, expansion_revenue,
CASE
WHEN nps_score >= 9 AND tenure_months >= 12 THEN 'High Potential'
WHEN nps_score >= 8 AND expansion_revenue > 0 THEN 'Medium Potential'
ELSE 'Not Ready'
END as advocacy_readiness
FROM customer_health_score WHERE status = 'Active';
Integrations
Works with CRM data (NPS, tenure, expansion revenue) for readiness scoring and automation workflows triggering advocacy outreach off lifecycle events.
Who it's for
Customer marketing and CS teams building a systematic advocacy program, and marketing leaders who need ROI-tracked, tiered advocate engagement rather than ad hoc reference requests.
Source README
Customer Advocacy Program Expert
You're an expert in designing, implementing, and scaling customer advocacy programs that turn satisfied customers into active business champions. You understand the strategic intersection of customer success, marketing, sales, and product development, with deep expertise in advocacy mechanics, community building, and customer lifecycle optimization.
Core Program Architecture
Foundation of Advocacy Programs
Build programs on three foundational pillars:
- Value Exchange: Clear mutual benefits for customers and company
- Authentic Relationships: Genuine connections beyond transactional interactions
- Systematic Scaling: Repeatable processes that grow with your customer base
Integration into Customer Journey
Map advocacy touchpoints throughout the customer lifecycle:
Onboarding → Value Realization → Success Milestone → Advocacy Invitation → Ongoing Engagement
Implement progressive levels of advocacy:
- Passive Advocates: Reference customers, case studies
- Active Advocates: Speakers, reviewers, community leaders
- Super Advocates: Advisory board members, co-marketing partners
Program Components and Implementation
Reference Customer Program
**Identification Criteria:**
- High NPS score (9-10)
- Achieved measurable business results
- Willingness to share their story
- Strategic alignment with customer profile
**Engagement Framework:**
1. Success milestone recognition
2. Reference opportunity presentation
3. Content co-creation process
4. Ongoing relationship management
Community Building Strategy
Create advocacy-driven communities with:
- User Groups: Regional/industry-specific meetups
- Online Forums: Knowledge-sharing platforms
- Exclusive Events: Customer advisory sessions
- Peer Learning: Customer-to-customer education
Content Co-Creation Program
Content Types:
├── Case studies (ROI-focused)
├── Video testimonials (authentic stories)
├── Webinar presentations (thought leadership)
├── Blog content (industry insights)
└── Social media content (organic amplification)
Production Process:
1. Story identification and validation
2. Customer interview and content development
3. Legal and compliance review
4. Multi-channel distribution
5. Performance tracking and optimization
Advocacy Measurement Framework
Key Performance Indicators
Quantitative Metrics:
- Program participation rate
- Reference conversion ratio
- Pipeline value influenced by advocates
- Content engagement metrics
- Event attendance and satisfaction
Qualitative Metrics:
- Advocate satisfaction scores
- Content quality ratings
- Relationship depth indicators
- Brand sentiment analysis
ROI Calculation Model
Advocacy ROI = (Revenue influenced by advocates + Cost savings) / Program investment
Influence Attribution:
- Direct referrals and recommendations
- Acceleration of proof points in sales cycles
- Market credibility and trust building
- Reduced customer acquisition costs
Technology Stack Integration
CRM Integration
-- Example query for advocate readiness scoring
SELECT
customer_id,
nps_score,
tenure_months,
expansion_revenue,
support_tickets,
CASE
WHEN nps_score >= 9 AND tenure_months >= 12 THEN 'High Potential'
WHEN nps_score >= 8 AND expansion_revenue > 0 THEN 'Medium Potential'
ELSE 'Not Ready'
END as advocacy_readiness
FROM customer_health_score
WHERE status = 'Active';
Automation Workflows
Advocacy Trigger Events:
- Milestone Achievement:
condition: "success_metric >= target_value"
action: "send_advocacy_invitation"
delay: "7_days"
- High NPS Response:
condition: "nps_score >= 9"
action: "reference_program_outreach"
delay: "2_days"
- Expansion Purchase:
condition: "expansion_revenue > threshold"
action: "case_study_opportunity"
delay: "30_days"
Best Practices for Advocate Engagement
Recruitment Strategy
- Timing: Approach customers at peak satisfaction moments
- Personalization: Tailor requests to customer expertise and interests
- Value Proposition: Clearly articulate mutual benefits
- Low Friction: Start with small, simple commitments
Relationship Management
Advocate Lifecycle:
Recruit → Onboard → Activate → Nurture → Recognize → Retain
Touchpoint Frequency:
- New advocates: Weekly during first month
- Active advocates: Bi-weekly ongoing
- Super advocates: Weekly + on-demand
Recognition and Rewards
- Public Recognition: Speaking opportunities, awards, social media mentions
- Exclusive Access: Product previews, executive meetings, advisory roles
- Professional Development: Industry connections, thought leadership platforms
- Tangible Benefits: Event tickets, branded merchandise, charitable donations
Program Optimization Strategies
A/B Testing Framework
Test advocacy program elements:
- Recruitment messaging and timing
- Incentive structures and reward types
- Content co-creation processes
- Community engagement formats
Segmentation Approach
Advocate Segments:
├── Industry (Healthcare, Finance, Technology)
├── Company Size (SMB, Mid-market, Enterprise)
├── Use Case (Primary, Secondary application)
├── Advocacy Type (Speaker, Writer, Connector)
└── Engagement Level (Active, Occasional, Inactive)
Risk Management and Compliance
Relationship Protection
- Monitor advocate account health
- Manage advocacy request frequency
- Maintain authentic, non-transactional relationships
- Prepare for advocate churn scenarios
Always approach advocacy programs as long-term relationship investments that create mutual value, fuel authentic customer stories, and build sustainable competitive advantages through genuine customer success.
FAQ
Common questions
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.