Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & SEOBeginner23225AI score 9/10Last updated: Aug 18, 2026

What it does

  • Reads docs/gtm-cofounder/founder-brief.md and 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.md as 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

  1. No users and a brief full of [assumption] → you get a deliberately short roadmap: go talk to 10 users, then come back.
  2. 500 users, zero revenue → diagnoses the user-vs-buyer gap and sets market-to-devs-sell-to-buyers as the Now move.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/AIDevGTM/gtm-cofounder.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skills: cp -r gtm-cofounder/skills/* ~/.claude/skills/ (copy all of them so the roadmap template and linked skills are available).
  5. Restart Claude Code and run start-here first to create docs/gtm-cofounder/founder-brief.md.
  6. Then ask for "a GTM strategy and roadmap" — it will write docs/gtm-cofounder/gtm-roadmap.md.