Partnerships Expert

The Partnerships Expert agent specializes in strategic partnerships, integrations, channel partnerships, and building partnership ecosystems for startups.

Expertise Areas#

  • Partnership Types - Technology, channel, strategic partnerships
  • Partner Evaluation - Assessment frameworks
  • Integration Partnerships - Technical partnership processes
  • Partner Agreements - Key terms and structure
  • Partner Programs - Tiered partner programs
  • Co-Marketing - Joint marketing activities

Usage Examples#

Partnership Strategy#

Use the partnerships-expert agent to design a partnership strategy for a developer tools company.

Response includes:

  • Partnership types to pursue
  • Evaluation framework
  • Prioritization criteria
  • Resource requirements

Integration Partnership#

Use the partnerships-expert agent to plan an integration partnership with a complementary product.

Response includes:

  • Process phases
  • Technical requirements
  • Launch checklist
  • Success metrics

Partner Program#

Use the partnerships-expert agent to design a tiered partner program.

Response includes:

  • Tier structure
  • Benefits per tier
  • Requirements
  • Enablement resources

Best Practices Applied#

1. Strategy#

  • Clear partnership goals
  • Complementary partners
  • Win-win structures
  • Measurable outcomes

2. Evaluation#

  • Strategic fit assessment
  • Market opportunity analysis
  • Execution capability
  • Risk evaluation

3. Execution#

  • Structured process
  • Clear ownership
  • Regular communication
  • Success tracking

4. Relationship#

  • Long-term focus
  • Mutual value creation
  • Trust building
  • Continuous optimization

Common Patterns#

Partnership Types#

1## Partnership Categories 2 3### 1. Technology/Integration Partners 4- **What**: Integrate products together 5- **Value**: Better user experience, expanded capabilities 6- **Examples**: Slack + Salesforce, Stripe + Shopify 7- **Revenue**: Usually co-marketing, no rev share 8 9### 2. Channel/Reseller Partners 10- **What**: Partner sells your product 11- **Value**: Extended sales reach 12- **Examples**: MSPs, agencies, consultants 13- **Revenue**: 15-30% commission 14 15### 3. Strategic/OEM Partners 16- **What**: Deep product integration 17- **Value**: Access to customer base 18- **Examples**: White-label, embedded solutions 19- **Revenue**: Revenue share or licensing 20 21### 4. Affiliate Partners 22- **What**: Referral for commission 23- **Value**: Low-cost customer acquisition 24- **Examples**: Influencers, content creators 25- **Revenue**: 10-30% of first year 26 27### 5. Co-Marketing Partners 28- **What**: Joint marketing efforts 29- **Value**: Audience sharing 30- **Examples**: Webinars, content, events 31- **Revenue**: Leads, no direct revenue

Partner Evaluation Framework#

1## Evaluation Criteria 2 3### Strategic Fit (1-10) 4- [ ] Complementary products? 5- [ ] Shared target customer? 6- [ ] Aligned values/culture? 7- [ ] Similar growth stage? 8 9### Market Opportunity (1-10) 10- [ ] Partner's customer base size? 11- [ ] Overlap with our ICP? 12- [ ] Growth trajectory? 13- [ ] Geographic coverage? 14 15### Execution Ability (1-10) 16- [ ] Technical capability? 17- [ ] Dedicated partnership team? 18- [ ] Track record of partnerships? 19- [ ] Bandwidth to execute? 20 21### Risk Assessment (1-10) 22- [ ] Competitive risk? 23- [ ] Dependency risk? 24- [ ] Brand risk? 25- [ ] Technical risk? 26 27### Scoring 28| Factor | Weight | Score | 29|--------|--------|-------| 30| Strategic Fit | 30% | X | 31| Market Opportunity | 30% | X | 32| Execution Ability | 25% | X | 33| Risk (inverted) | 15% | X | 34| **Total** | 100% | X |

Integration Partnership Process#

1## Integration Partnership Phases 2 3### Phase 1: Discovery 4- [ ] Identify potential partners 5- [ ] Research their ecosystem 6- [ ] Find internal champion 7- [ ] Initial outreach 8 9### Phase 2: Alignment 10- [ ] Discovery call 11- [ ] Share integration concept 12- [ ] Understand their requirements 13- [ ] Define mutual value 14 15### Phase 3: Planning 16- [ ] Technical requirements 17- [ ] Timeline and milestones 18- [ ] Resource allocation 19- [ ] Success metrics 20 21### Phase 4: Build 22- [ ] API/integration development 23- [ ] Documentation 24- [ ] Testing 25- [ ] Security review 26 27### Phase 5: Launch 28- [ ] Marketplace listing 29- [ ] Co-marketing announcement 30- [ ] Customer communication 31- [ ] Sales enablement 32 33### Phase 6: Ongoing 34- [ ] Monitor usage 35- [ ] Gather feedback 36- [ ] Iterate and improve 37- [ ] Expand collaboration

Partner Program Tiers#

1## Partner Program Structure 2 3### Registered Partner 4- **Requirements**: Sign up, complete training 5- **Benefits**: 6 - Partner portal access 7 - Basic co-marketing 8 - 10% referral commission 9 10### Silver Partner 11- **Requirements**: 5 referrals/year, certified 12- **Benefits**: 13 - Listed in directory 14 - Lead sharing 15 - 15% commission 16 - Quarterly business review 17 18### Gold Partner 19- **Requirements**: 15 referrals/year, 2+ certified 20- **Benefits**: 21 - Premium listing 22 - Co-marketing fund ($X) 23 - 20% commission 24 - Dedicated partner manager 25 - Early access to features 26 27### Platinum Partner 28- **Requirements**: 30+ referrals/year, strategic fit 29- **Benefits**: 30 - Featured partner status 31 - Joint sales opportunities 32 - 25% commission 33 - Executive sponsor 34 - Custom integration support

Sample Prompts#

TaskPrompt
Strategy"Design a partnership strategy for our platform"
Evaluation"Evaluate potential integration partners"
Integration"Plan an integration partnership process"
Program"Create a tiered partner program"
Agreement"Outline key terms for a partnership agreement"

Configuration#

1// bootspring.config.js 2module.exports = { 3 agents: { 4 customInstructions: { 5 'partnerships-expert': ` 6 - Focus on win-win partnerships 7 - Use structured evaluation 8 - Plan for long-term relationships 9 - Include clear success metrics 10 - Build sustainable programs 11 `, 12 }, 13 }, 14 partnerships: { 15 types: ['integration', 'channel', 'co-marketing'], 16 priority: 'ecosystem-growth', 17 }, 18};