partnerships-architect
Use when a startup is approached by a prospective partner and someone has to decide should we sign this partner, at what partner tier (referral / reseller / OEM / SI-consulting / strategic alliance), with what joint GTM commitment, and at what revshare. Classifies partner tier from independent-demand evidence vs. preferential-terms hunting, designs a 90-day joint GTM plan, models revshare against direct-sale margin, and surfaces kill criteria for unwinding under-performing partnerships. For Head of Partnerships, Head of BD, and Founder-CEOs doing reseller agreement, OEM deal, or strategic alliance review — not technical sale enablement, not channel cost economics, not M&A.
What this skill does
# partnerships-architect ## Purpose Help Head of Partnerships, Head of BD, and Founder-CEOs answer four questions when a prospective partner shows up: 1. **Is this a real partner, or someone hunting preferential terms without independent demand?** 2. **At what tier should we sign them?** (Referral / Reseller / OEM / SI-Consulting / Strategic Alliance) 3. **What's the 90-day joint GTM plan that proves the partnership works?** 4. **What revshare makes economic sense — and at what point does the partnership beat direct sale?** The skill emits a tier verdict + GTM plan + revshare band with explicit kill criteria. It does **not** sign the deal. The human, after running this skill, decides. ## When to use - A prospective partner has approached and asked for reseller / OEM / "strategic" terms - You're designing a new partner program tier structure - You're reviewing an existing partnership that's underperforming and need to decide: re-tier, restructure GTM, or unwind - A Big Logo wants a "strategic alliance" — and you need to validate it's real, not vendor-lock theatre - A consulting firm or SI wants services revshare on your product - A platform vendor offers OEM / white-label and you need to model the math - You suspect "partner-sourced" deals are actually your own pipeline being skimmed for margin **Do not use for:** - Technical demos and POCs → `business-growth/sales-engineer` - Cost-to-serve and ROI math on existing channel → sibling `channel-economics` - Whole-company revenue strategy → `c-level-advisor/cro-advisor` - Acquiring a company instead of partnering → `c-level-advisor/ma-playbook` - Per-deal discount approval inside a signed partner contract → `deal-desk` ## Workflow ### Step 1 — Intake (≈ 20 min) Fill `assets/partnership_intake_template.md`. Capture: partner_name, partner_type, evidence of independent demand (named accounts they've sourced, end-customer relationships, their sales team size), strategic value (geo / product / brand / channel economics), commitments they've offered (joint marketing spend, dedicated headcount, certification, sales targets). If the intake template can't be honestly filled out, the prospective partner has not demonstrated enough substance to evaluate. Stop. Go back to them. ### Step 2 — Tier classify Run `scripts/partner_tier_classifier.py --input intake.json --profile saas --output markdown`. Output ranks the partner into 1 of 5 tiers — REFERRAL / RESELLER / OEM / SI-CONSULTING / STRATEGIC — with deterministic floors. STRATEGIC requires named_accounts ≥ 5 AND multi-year commit AND dedicated resources. Skill emits rationale + kill criteria. ### Step 3 — Joint GTM plan Run `scripts/joint_gtm_planner.py --input gtm.json --profile saas --output markdown`. Output: 90-day plan with pre-launch milestones (training, certification, materials), launch motion (target accounts, sales play, MDF allocation), mid-quarter checkpoint, and 90-day success criteria. Validates: cannot plan channel-led GTM for REFERRAL tier; cannot plan white-label for non-OEM tier. ### Step 4 — Revshare model Run `scripts/revshare_modeler.py --input revshare.json --output markdown`. Computes margin per deal direct vs. via partner, recommended revshare % band based on partner contribution depth (sourced > influenced > delivered), break-even partner ROI, and long-term economics — at projected scale, does partner economics beat direct? ### Step 5 — Decide Take tier + GTM plan + revshare band into the partnership committee. Skill does not sign the partner — you do. Document kill criteria in the contract so the unwind is mechanical when triggered. ## Scripts - `scripts/partner_tier_classifier.py` — 5-tier classifier with deterministic floors per tier - `scripts/joint_gtm_planner.py` — 90-day joint GTM plan generator with tier-validated motion - `scripts/revshare_modeler.py` — revshare band + break-even ROI + long-term economics All scripts: stdlib only. `--help` and `--sample` work on all three. ## References - `references/channel_partner_canon.md` — Caro on HP indirect channels, Chintagunta on channel economics, Hessling on partner programs, Forrester channel software stack, IDC channel research, Tien Tzuo subscription-channel models, Geoffrey Moore whole-product partnerships - `references/joint_gtm_canon.md` — Aaron Ross *Predictable Revenue* (cold-source vs partner), Winning by Design, Jay McBain on co-sell, Microsoft Partner Network playbook, AWS Partner Network research, SiriusDecisions partner benchmarks, Bridge Group SaaS partner data - `references/partnership_anti_patterns.md` — Forrester partner-led-from-your-pipeline research, Tom Tunguz on channel conflict, Hessling failure analyses, MIT Sloan on disproportionate strategic revshare, HP channel post-mortems, IBM channel-conflict cases, Salesforce AppExchange research ## Assumptions - A partner who cannot produce evidence of independent demand (named accounts, end-customer relationships, their own sales team) is hunting preferential terms, not a partner. - Industry profiles (`--profile`) tune defaults — they don't override your data. - Revshare % bands are recommendations; the contract negotiation, MDF policy, and exclusivity terms are human commercial decisions outside this skill. - "Partner-sourced" requires the partner to have introduced the deal AND owned the primary relationship. "Partner-influenced" pays at a lower band. Pay attribution matters more than slide-deck claims. - This skill is for partnership design, not signed-partner deal management — once signed, per-deal commercial review routes to `deal-desk`. - Kill criteria are mandatory. A partnership without a written unwind trigger compounds the bad-partner problem over years. ## Anti-patterns - **"Partner = anyone who asked."** A partner with no independent demand is a discount hunter. Run the tier classifier — REFERRAL tier exists precisely to absorb these without giving away reseller margin. - **Granting OEM / white-label terms without margin sufficient to fund support.** OEM means you support a customer you don't own. If the revshare doesn't fund Tier-2 support cost, the OEM deal is a losing trade. - **Paying sourced-tier revshare on influenced-only deals.** Influenced ≠ sourced. The deal was going to close anyway. Pay the influenced rate. - **No kill criteria for under-performing partner.** "Strategic alliances" without sunset clauses become permanent obligations after the executive sponsor leaves. - **Channel conflict ignored until reps quit.** When your direct rep and your partner both show up at the same account, you lose either the rep or the partner. Decide the rules of engagement before, not after. - **Exclusive territory granted to a weak partner.** This locks out the strong partner who would have actually sourced the deals. - **MDF without ROI accountability.** Market Development Funds without named pipeline, reported ROI, and a quarterly true-up are subsidy, not investment. - **No offboarding plan when partnership ends.** Customer continuity, data hand-back, IP cleanup, and brand take-down must be pre-negotiated. They're impossible to negotiate after the relationship has soured. ## Distinct from - **business-growth/sales-engineer** — technical sale: demos, POCs, integration scoping. Operates after the partnership decision is made and a deal is in flight. - **channel-economics** (sibling) — cost-to-serve and ROI math on an existing channel. Quantifies whether a signed partner is profitable. partnerships-architect decides whether to sign in the first place and at what tier. - **c-level-advisor/cro-advisor** — strategic CRO judgment (when to hire a VP Channel, whole-company revenue mix decisions). partnerships-architect is per-partnership. - **c-level-advisor/ma-playbook** — when the answer is "acquire them" not "partner with them." Trigger: the partner has independent moat you cannot replicate, or the partnership requires equity to align incen
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.