A fork-and-go starter repo for marketers building an AI-native marketing operating system on Claude Code. Built around the 4-systems framework: Context · Action · Orchestration · Integrations.
FAQ
claude-code-marketing-quickstart is a Claude Code plugin with 11 hand-picked skills for marketing work, indexed on Flowy. Install it with the command on its page. It includes brand-kit, competitor-aggregate, competitor-research. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add matteotitta/claude-code-marketing-quickstart --agent claude-code

A fork-and-go starter repo for marketers building an AI-native marketing operating system on Claude Code. Built around the 4-systems framework: Context · Action · Orchestration · Integrations.
15 minutes from clone to a working marketing OS with a populated example you can learn from + an empty workspace ready for your company's data.
Built by Matteo Tittarelli at Genesys Growth. Questions → DM me on LinkedIn.
pulse-analytics-example/) — a fictional B2B SaaS marketing analytics company called PulseAnalytics. Read it first to see what a working marketing OS looks like.marketing/) — same structure as the example, ready for your company's data. Each subfolder has a one-line CLAUDE.md telling you what goes there + which skill to run..claude/connections.md) — covers Exa, Firecrawl, Google Drive, Notion, Slack, Linear, Granola, Gong, Google Search Console, Ahrefs, Framer, Webflow. Split by input/output role with install instructions for Claude Code CLI, Cursor, and claude.ai..claude/rules/) — the "one page per CLAUDE.md" rule and the 90-day maintenance ritual that keep the system from rotting.Handle these once, before the 15-minute tour:
Full setup guide for all 12 connectors lives in .claude/connections.md. Don't try to wire everything on day 1; start with Exa.
gh repo create my-marketing-os --template matteotitta/claude-code-marketing-quickstart --private
cd my-marketing-os
Or click "Use this template" on the GitHub repo page.
cp env .env
# Edit .env, add your Exa API key after EXA_API_KEY=
The env file (committed) is a template. .env (gitignored) holds your real keys. Yes, this breaks the conventional .env.example pattern — done on purpose so the template file is visible at the top of your file listing instead of hidden as a dotfile.
Open pulse-analytics-example/. Start in this order:
pulse-analytics-example/CLAUDE.md — the workspace indexpulse-analytics-example/positioning/positioning.md — see what a populated positioning doc looks likepulse-analytics-example/icp/ICP.md — see what a populated ICP looks likepulse-analytics-example/funnel/funnel-strategy.md — GTM motion + funnel stagespulse-analytics-example/goals/goals.md — KPI structureThis is the shape your own marketing OS will take.
Look at the 10 pre-seeded research skills in .claude/skills/. Each one has a SKILL.md with canonical frontmatter + a body that explains when to use it, what it produces, and an example run.
The 10 skills:
brand-kit — extract design tokens + voice rules from a brandcompetitor-research — per-competitor 11-dimension analysiscompetitor-aggregate — roll N competitor docs into shared insightsfunnel-strategy — map GTM motion to funnel stagesicp-research — TAM + champion + economic buyer + anti-ICPpositioning — anchor + differentiators + statementproduct-messaging — 10-component messaging librarytov-guidelines — voice rules with violation/fix patternswin-loss-analysis — why deals close + churn, in the buyer's own words (needs transcripts)expert-pov — founder beliefs + recommended "one big idea" (needs founder input)Plus one mastery skill (meta, not research):
level — score your Claude Code maturity 0-10 against the same 4 systems this repo teaches (Context · Skills · Integrations · Orchestration), via a fun quiz or a repo scan. Gives you a next-level roadmap + a shareable card (HTML or ASCII). Run /level any time to see how far along the curve you are and what to build next.Open Claude Code in this repo and run:
/competitor-research
Claude asks for the competitor URL + name. It does the research via Exa, writes the file to marketing/competitors/MMYY-{competitor-slug}.md. Repeat for 2–4 competitors, then run /competitor-aggregate to synthesize.
The recommended order:
/competitor-research (3–4 competitors) → /competitor-aggregate to lock the canonical version/icp-research → produces marketing/icp/ICP.md/brand-kit + /tov-guidelines → produces brand kit + voice rules/positioning → reads ICP + competitors, produces positioning/product-messaging → reads positioning, produces messaging library/funnel-strategy → maps your GTM motion to funnel stagesSituational (run when you have the inputs): /win-loss-analysis before /icp-research if you have 5+ sales-call transcripts — it's the evidence base under ICP + positioning. /expert-pov before founder-led content if you have founder material (posts, interviews).
Each skill takes 5–15 minutes. By the end of week 1, your PMM spine is locked.
This repo is built around four systems that compose into a loop:
| System | What it does | Where it lives in this repo |
|---|---|---|
| 1. Context | What Claude knows about your company | marketing/ (your data) + pulse-analytics-example/ (reference) |
| 2. Action | What Claude does — the producers | .claude/skills/ (10 pre-seeded research skills) |
| 3. Orchestration | When + how skills fire | .claude/agents/ + .claude/hooks/ (empty by default — you add) |
| 4. Integrations | What Claude can reach | .claude/connections.md (setup guide) + root .mcp.json + env (wiring) |
The loop: integrations feed context → context informs action → orchestration chains action → output becomes new context. Each cycle the system gets sharper.
claude-code-marketing-quickstart/
├── README.md ← you are here
├── CLAUDE.md ← one-line pointer for Claude Code auto-load
│
├── .claude/ ← Claude Code internals
│ ├── connections.md ← 12-connector setup guide
│ ├── skills/ ← 10 pre-seeded research skills (system of action)
│ ├── agents/ ← ready for your custom agents (orchestration)
│ ├── hooks/ ← ready for your custom hooks (orchestration)
│ └── rules/ ← discipline rules (one-page rule + quarterly maintenance)
│
├── marketing/ ← YOUR workspace — fill with your company data
├── pulse-analytics-example/ ← REFERENCE — fully populated example, read first
│
├── env ← API key template — copy to .env
├── .mcp.json ← MCP registry — Exa wired by default
└── .gitignore
The marketing/ and pulse-analytics-example/ folders mirror each other structurally. The example is populated; yours starts empty with one-line CLAUDE.md files pointing back to the example for each subfolder.
If you adapt this repo and find a pattern that should live in the canonical version — open a PR.
Conventions:
CLAUDE.md to one page. Pointers, not content. See .claude/rules/one-page-rule.md.SKILL.md in .claude/skills/..claude/connections.md in the appropriate I/O section..env file (not env) is gitignored by default.Questions about whether something belongs: DM me on LinkedIn.
No formal LICENSE yet — the repo is shared as-is. Reuse the patterns; credit appreciated but not required.
Once your PMM spine is populated, you'll feel the friction of the next 3 tasks you do manually that should be skills. Capture them here as you go:
If you can't name 3 skills within 30 days of running the repo, the system isn't compounding yet. Diagnose: are you using it enough? Are the friction points real or imagined?
The marketing OS only compounds if someone maintains it. Three rules — adapted from Carl Vellotti's "Team OS" article — codified in .claude/rules/quarterly-maintenance.md:
Calendar the next pruning ritual 90 days from your fork date.
org-os-starter and faculty-products-org-os (fullstackpm.com/orgos). Patterns adopted: one-page CLAUDE.md, folder-local CLAUDE.md as navigation maps, committed .mcp.json, repo-as-GitHub-template, README-as-reading-order, the three sustainability rules. Both Vellotti repos lack LICENSE files as of May 2026 — every convention here is re-implemented in our own words; no file content is copied verbatim./competitor-research against your top 3 competitors. Everything else flows from there..claude/connections.md — install guide for 12 connectors split by I/O role.pulse-analytics-example/ — every file is a real-shaped artifact a marketing team would produce..claude/
agents/
.gitkeep
CLAUDE.md
connections.md
hooks/
.gitkeep
rules/
evidence-bound-outputs.md
one-page-rule.md
pii-redaction.md
quarterly-maintenance.md
settings.local.json.example
skills/
brand-kit/
SKILL.md
competitor-aggregate/
SKILL.md
competitor-research/
SKILL.md
expert-pov/
SKILL.md
funnel-strategy/
SKILL.md
icp-research/
SKILL.md
level/
references/
ascii-card.py
benchmark.md
build-steps.md
dashboard-template.html
levels.md
quiz.md
roadmaps.md
SKILL.md
positioning/
SKILL.md
product-messaging/
SKILL.md
tov-guidelines/
SKILL.md
win-loss-analysis/
SKILL.md
.github/
cover.png
.gitignore
.mcp.json
CLAUDE.md
env
HOW-TO-OPERATE.md
marketing/
brand/
CLAUDE.md
CLAUDE.md
competitors/
CLAUDE.md
content/
CLAUDE.md
execution/
CLAUDE.md
research/
CLAUDE.md
strategy/
CLAUDE.md
expert-pov/
CLAUDE.md
funnel/
CLAUDE.md
goals/
CLAUDE.md
icp/
CLAUDE.md
lifecycle/
CLAUDE.md
execution/
CLAUDE.md
research/
CLAUDE.md
strategy/
CLAUDE.md
messaging/
CLAUDE.md
outbound/
CLAUDE.md
execution/
CLAUDE.md
research/
CLAUDE.md
strategy/
CLAUDE.md
paid/
CLAUDE.md
execution/
CLAUDE.md
research/
CLAUDE.md
strategy/
CLAUDE.md
positioning/
CLAUDE.md
rules/
CLAUDE.md
seo-aeo/
CLAUDE.md
execution/
CLAUDE.md
research/
CLAUDE.md
strategy/
CLAUDE.md
win-loss/
CLAUDE.md
pulse-analytics-example/
brand/
brand-kit.md
brand-voice.md
CLAUDE.md
CLAUDE.md
competitors/
0526-competitor-a.md
CLAUDE.md
content/
CLAUDE.md
execution/
.gitkeep
research/
.gitkeep
strategy/
.gitkeep
expert-pov/
expert-pov.md
funnel/
funnel-strategy.md
goals/
.gitkeep
CLAUDE.md
goals.md
history.md
icp/
CLAUDE.md
ICP.md
latest.md
lifecycle/
CLAUDE.md
execution/
.gitkeep
research/
.gitkeep
strategy/
.gitkeep
messaging/
CLAUDE.md
messaging.md
outbound/
CLAUDE.md
execution/
.gitkeep
research/
.gitkeep
strategy/
.gitkeep
paid/
CLAUDE.md
execution/
.gitkeep
research/
.gitkeep
strategy/
.gitkeep
positioning/
CLAUDE.md
positioning.md
rules/
CLAUDE.md
escalation.md
gate-rules.md
seo-aeo/
CLAUDE.md
execution/
.gitkeep
research/
.gitkeep
strategy/
.gitkeep
win-loss/
win-loss.md
README.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic