ops-gtm

ops-gtm is a skill for Claude Code from Lifecycle-Innovations-Limited/claude-ops. It costs 31 tokens per session (3,762 once invoked), scanned A, original, MIT.

A command center for planning how a product or project reaches its audience across marketing, sales, paid, unpaid, and automated channels.

In plain words
What is it for?
Use it when asking for a go-to-market plan or to decide which channels and campaigns to run before handing execution work to marketing workflows.
Why use it?
It connects business-stage, audience, budget, preferences, and existing plans to decisions about what activities to run next.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Part of the ops plugin — 66 skills, 21 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it when asking for a go-to-market plan or to decide which channels and campaigns to run before handing execution work to marketing workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lifecycle-innovations-limited/claude-ops/ops-gtm
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Lifecycle-Innovations-Limited/claude-ops --skill ops-gtm
Clone the repo
git clone --depth 1 https://github.com/Lifecycle-Innovations-Limited/claude-ops

Made for: Claude Code.

Or install ops, the plugin that ships this one along with the rest of its 66 skills, 21 agents, 5 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ops-gtm

README.md
[![agentmods](https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-gtm/github.svg)](https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-gtm)
Your own site
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-gtm"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-gtm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ops-gtm

Your own site · 80×15
<a href="https://agentmods.dev/skills/lifecycle-innovations-limited/claude-ops/ops-gtm"><img src="https://agentmods.dev/badge/skills/lifecycle-innovations-limited/claude-ops/ops-gtm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,762 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 71
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.03762
Opus 5 $0.00015 $0.01881
Sonnet 5 $0.00006 $0.00752
Haiku 4.5 $0.00003 $0.00376

Measured 11d ago against content hash 4ec69e208a5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ops-gtm scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`/gtm` deliberately does NOT re-implement channel APIs. Credential resolution, curl calls, daemon data, and dashboards all live in `/marketing`. This skill is a strategy-and-handoff layer. If a capability belongs to a ch
claude-ops/skills/ops-gtm/SKILL.md · 306 lines

How it starts

The opening of the file, as written. The whole thing — 306 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OPS ► GTM COMMAND CENTER

Load ops-rules before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If AskUserQuestion / Workflow are missing, follow Rule 10 in ops-rules (Hermes: numbered options / two-turn Telegram card; delegate_task).

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 hinted in the repo
  5. /marketing credential probe (read-only): Do NOT re-resolve API keys in this skill. Instead, when the user asks to launch something, delegate to /marketing via the Skill tool — /marketing owns the credential resolution chain (userConfig → env vars → Doppler → Dashlane → Keychain → gcloud ADC).

Read the full file on GitHub · 306 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 306 lines · 31 tokens per session scan A 4ec69e208a5d

Subscribe to this mod's changes

ops-gtm is a skill published in the GitHub repository Lifecycle-Innovations-Limited/claude-ops (187 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 3,762 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

business-roi-analyzer

Calculates ROI, payback period, and financial projections for business investments including technology purchases, automation projects, hiring decisions, and equipment acquisitions. Use when evaluating whether a business investment is worth making, comparing multiple investment options, or building a business case for…

Adri3l-R3nan/cognify-skills · 58 tokens

customer-feedback-analyzer

Analyzes customer feedback from surveys, reviews, support tickets, and interviews to identify themes, prioritize improvements, and quantify sentiment. Use when processing NPS results, analyzing churn reasons, reviewing product feedback, understanding support ticket patterns, or building a product or service…

Adri3l-R3nan/cognify-skills · 59 tokens

abm-campaign-builder

Builds targeted Account-Based Marketing campaigns by identifying ideal customer profiles, mapping buying committees, creating personalized outreach sequences, and designing multi-channel engagement strategies. Use when targeting enterprise accounts, building sales playbooks, or designing vertical market penetration…

Adri3l-R3nan/cognify-skills · 53 tokens

budget-planning-assistant

Builds annual operating budgets, departmental budgets, and project budgets. Guides through revenue forecasting, expense categorization, variance analysis, and scenario planning for small to mid-size businesses.

Adri3l-R3nan/cognify-skills · 41 tokens

change-management-planner

Plans organizational change initiatives including technology rollouts, process redesigns, and team restructuring. Maps stakeholders, identifies resistance, designs communication plans, and builds adoption strategies with measurable milestones.

Adri3l-R3nan/cognify-skills · 40 tokens

client-discovery-interview

Conducts structured discovery interviews for consultants, agencies, and service providers. Guides conversation through problem identification, stakeholder mapping, success criteria definition, budget/timeline scoping, and produces a formatted discovery brief with next steps.

Adri3l-R3nan/cognify-skills · 49 tokens