So you're a freelance marketer, designer, coach, growth hacker etc thinking about building your business in 2021. VC platform teams can be your ace in the hole.

We need you! We love you! We can be a great stream of biz ... IF you know how to pitch us.

Here's my advice:

PSA: if you don't know, VC platform teams are the (usually) non-investing professionals who support portfolio companies in functional areas.

@upfrontvc has a Head of Talent, a Head of Legal, and a Head of Marketing (me!) We're all former senior operators in startups.
As individuals we can't *do* the work for ~ 100 active companies, but we *can* reco resources to teams who may not have the experience, and definitely don't have time, to find them.

I look for fit in functional skills, category, pricing & chemistry. One size does not fit all.
So! Cold pitches work! But not like this: "I'm a freelance graphic designer, here's my book, please consider me, good day."

Problem is now I have to work to figure out if/where you would fit & I couldn't meet with everyone even if I wanted to.

A better 1st pitch:
1. Give me a functional/skills scope. Instead of "I'm a comms consultant" (generic) tell me "I'm a comms consultant who works with startups on messaging, media training and media relations."

Or: "I'm a growth consultant w/ a core focus on paid Facebook & Instagram campaigns."
2. Next: any category expertise/interest.

"Visual designer with experience in UI/UX, brand identity, and graphic design, particularly in ecomm businesses."

"Content strategist w/ experience in B2B businesses, esp fintech and health tech"

Even: "interest in women founded biz"
Of course include proof:
- Website/book
- Content samples
- Clients you've worked with, esp other startups
- Your background or past jobs (e.g. you worked at a big SaaS company and now you're consulting on SaaS)

A LinkedIn is good but usually not sufficient.
With all of this, now I know who you are, what you're great at, who you've worked with and where you might make sense in the portfolio. Personally, I'm much more likely to have a quick call to learn more about you (personal chemistry, pricing, etc.)
I know it can seem counterintuitive to narrow your scope but IMO the more focus, the better. Anyone who tells me they "do it all" - that might be true, but it's generic.

I LOVE someone who says "here's what I'm great at, here's what I don't do." Help me help you!
Lastly, I would try to find an email or (even better but not required) a warm intro. IMO LinkedIn messages are too easy to miss amidst all the unrelated spam (seriously, I feel like I'm about to get LinkedIn mail from that Christmas onesie.)

More from Entrepreneurship

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.