← ClaudeAtlas

ops-gtmlisted

Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.
Lifecycle-Innovations-Limited/claude-ops · ★ 17 · AI & Automation · score 86
Install: claude install-skill Lifecycle-Innovations-Limited/claude-ops
# OPS ► GTM COMMAND CENTER Strategy layer that sits on top of `/marketing`. `/marketing` runs campaigns; `/gtm` decides what to run, across paid, unpaid, sales, and AI-automation channels, and then hands the executable pieces to `/marketing` via the Skill tool. ## Runtime Context Before executing, load available context: 1. **Preferences**: Read `${CLAUDE_PLUGIN_DATA_DIR:-$HOME/.claude/plugins/data/ops-ops-marketplace}/preferences.json` - `timezone` — timestamp all output correctly - `gtm_default_project`, `gtm_default_audience`, `gtm_brand_voice` — project-level defaults when set - `gtm_monthly_budget`, `gtm_stage` (`pre-launch|beta|ga|scale`) — used to tune channel recommendations 2. **Cached plans**: List `${CLAUDE_PLUGIN_DATA_DIR}/gtm/*.md` to surface recent plans. Never overwrite a prior plan file — always append a new dated file. 3. **Daemon health**: Read `${CLAUDE_PLUGIN_DATA_DIR}/daemon-health.json`. If `action_needed` is not null, surface it before running any long planning flow. 4. **Repo auto-scan (background)**: For the current working directory, in parallel and with `run_in_background: true`: - `git remote -v` → infer project slug and org - `cat README.md` (or `README.*`) → product description, ICP hints - Glob `package.json`, `pyproject.toml`, `Cargo.toml`, `go.mod` → tech stack - Glob `.planning/**/*.md` and `docs/**/*.md` → prior briefs, positioning notes - Resolve: project name, one-line pitch, primary tech, existing channels h