Docs

Install the plugin, call a skill, ship the launch kit.

Add PMM OS to Claude Code, run the orchestrator or jump straight to the launch kit, then edit and export it — all locally.

Quickstart

Install, call a skill, ship.

Add the plugin, run a skill against your product, and open the generated launch kit in your browser.

  1. Add the plugin from the GitHub repository to Claude Code.
  2. Call a skill — e.g. /product-marketing-os or /pmm-launch-kit.
  3. Answer a few questions about your product and audience.
  4. Open the generated launch kit, edit it live, and export the deck.
# one command (npm)
npx pmm-os install

# — or straight from GitHub, in Claude Code —
/plugin marketplace add buildingwithai/pmm-os

# run the orchestrator, or jump straight to the kit
/product-marketing-os
/pmm-launch-kit
Research setup

Wire the platforms once, research everywhere.

Social research uses the sessions you're already logged into in your browser — you never type a password into the plugin. One command per platform, and a doctor that names the exact fix when a session expires.

# X · Instagram · TikTok — reads your browser sessions, no passwords
bash skills/agent-reach/scripts/reach.sh social-setup

# LinkedIn — imports your session, runs a persistent local service
bash scripts/linkedin-setup.sh          # setup
bash scripts/linkedin-setup.sh status   # never-configured / down / expired + the fix
bash scripts/linkedin-setup.sh reauth   # after a session expires

# health check: environment + live keyless engine calls
npx pmm-os doctor --deep

# optional Pro: hosted relevance reranking (the AI key stays server-side)
npx pmm-os research-connect <gateway-url> <your-token>

The 39 skills

What each skill produces and when to reach for it.

Orchestrator

How skills are sequenced into an end-to-end workflow.

Launch kit

Generate the interactive app and the markdown mirrors.

Editing the kit

Modeless editing, slash blocks, turn-into, and comments.

Exports

HTML, markdown, and a Marp deck → .pptx.

Block registry

Add your own block types, transforms, and export targets.

Self-host & CLI

Zero-dependency generator and the local editor server.

Commands

Skills you'll call

/product-marketing-osThe orchestrator — routes a full PMM/GTM workflow end-to-end.
/pmm-launch-kitPackages your artifacts into the interactive launch kit + exports.
/pmm-messaging-positioningPositioning, value props, message house, and persona messaging.
/pmm-competitive-intelligenceBattlecards, comparison inputs, and win/loss narratives.

Built on a zero-dependency foundation

The launch-kit generator runs on Node built-ins; the editor and exports layer cleanly on top.

Claude Code / Codex

The plugin host — skills run locally in your terminal.

Zero-dependency Node

The launch-kit generator uses Node built-ins only.

TipTap

Notion-style rich-text editing in the notebook.

Marp

Turns the blocks into a slide deck and a real .pptx.

Markdown

Every section also mirrors to clean markdown.

Open source

Transparent, inspectable, forkable, self-hostable.