Founder Brief (Start Here)
Interviews the founder with five core questions and writes docs/gtm-cofounder/founder-brief.md as shared context for every other GTM skill.
Marketing & SEOBeginner★ 204⑂ 23AI score 9/10Last updated: Aug 13, 2026
What it does
- Asks five core questions (one-sentence product, exact ICP, current alternative and why you, stage and traction, strongest provable asset) one at a time, conversationally.
- If run inside your repo, does a bounded scan of README, package manifest, last ~15 commits and open-issue themes to pre-draft the brief.
- Tags every answer
[validated](a real, non-friend user said it) or[assumption], so strategy never rests on guesses. - Saves
docs/gtm-cofounder/founder-brief.mdas shared memory for downstream skills, leading with the strongest asset. - Defers deeper questions (positioning villain, buyer and pricing, distribution motion, evidence) until a skill actually needs them.
Who it's for
- Early-stage dev-tool and B2B SaaS founders, including solo builders.
- Anyone tired of generic, textbook GTM advice from an AI that doesn't know their product.
- Teams that want one canonical ICP/positioning doc all agents and people work from.
Examples
- First run in your repo: ask for GTM help, answer five questions, get a brief plus a handoff to the strategy-and-roadmap skill.
- Answer "zero users interviewed" and the skill records it plainly and flags
talk-to-usersas the top next step. - After a customer call, update the relevant line and flip its tag from
[assumption]to[validated].
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/AIDevGTM/gtm-cofounder/HEAD/skills/00-start-here/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/00-start-here folder from the GitHub repo AIDevGTM/gtm-cofounder into my ~/.claude/skills/start-here/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/AIDevGTM/gtm-cofounder.git && mkdir -p ~/.claude/skills && cp -r gtm-cofounder/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/AIDevGTM/gtm-cofounder.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skills in:
cp -r gtm-cofounder/skills/* ~/.claude/skills/(installing the sibling skills keeps the handoffs working). - Go to your product's project folder and run
claude. - Say: "Use the start-here skill to build my founder brief," then answer each question as it comes.
- Confirm
docs/gtm-cofounder/founder-brief.mdexists, then run01-strategy-and-roadmapfor your diagnosis.
View source on GitHub ↗License: MIT