Strategy & GTM Roadmap
Turns a founder brief into an honest one-line diagnosis and a stage-aware Now/Next/Later GTM roadmap saved to disk.
Marketing & SEOBeginner★ 232⑂ 25AI score 9/10Last updated: Aug 18, 2026
What it does
- Reads
docs/gtm-cofounder/founder-brief.mdand names one biggest bottleneck instead of five. - Picks the right first move for your actual stage (pre-users, fuzzy ICP, generic messaging, devs love it but nobody pays, growing but blind).
- Persists the plan to
docs/gtm-cofounder/gtm-roadmap.mdas Diagnosis → Now / Next / Later / Log so it survives the chat. - Maps every item to a concrete companion skill (
talk-to-users,who-is-this-for,first-50-users, ...).
Who it's for
- Early-stage dev-tool / SaaS founders and solo marketers.
- Anyone buried in disconnected tactics with no priority order.
- Teams tired of restarting every session from a blank chat.
Examples
- No users and a brief full of
[assumption]→ you get a deliberately short roadmap: go talk to 10 users, then come back. - 500 users, zero revenue → diagnoses the user-vs-buyer gap and sets
market-to-devs-sell-to-buyersas the Now move. - Next session, it re-reads the roadmap, moves finished items to the Log and promotes the next move to Now.
· · · 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/01-strategy-and-roadmap/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/01-strategy-and-roadmap folder from the GitHub repo AIDevGTM/gtm-cofounder into my ~/.claude/skills/strategy-and-roadmap/. 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:
cp -r gtm-cofounder/skills/* ~/.claude/skills/(copy all of them so the roadmap template and linked skills are available). - Restart Claude Code and run
start-herefirst to createdocs/gtm-cofounder/founder-brief.md. - Then ask for "a GTM strategy and roadmap" — it will write
docs/gtm-cofounder/gtm-roadmap.md.
View source on GitHub ↗License: MIT