gtm-workflow

gtm-workflow is a skill for Claude Code, Codex from eliasstravik/gtm-skills. It costs 59 tokens per session (1,516 once invoked), scanned A, original, MIT.

Instructions for managing saved go-to-market workflows in a GTM workspace. A go-to-market workflow is a repeatable process for tasks such as market research, customer targeting or campaign work.

In plain words
What is it for?
Use it to create, update, inspect, delete, run, approve, schedule, trigger or deploy saved GTM workflows and review their stored results.
Why use it?
It defines how workflows are created, inspected, run, changed and deployed, including approvals for spending, external changes and production effects.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to create, update, inspect, delete, run, approve, schedule, trigger or deploy saved GTM workflows and review their stored results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliasstravik/gtm-skills/gtm-workflow
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 eliasstravik/gtm-skills --skill gtm-workflow
Clone the repo
git clone --depth 1 https://github.com/eliasstravik/gtm-skills

Made for: Claude Code, Codex.

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 gtm-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliasstravik/gtm-skills/gtm-workflow/github.svg)](https://agentmods.dev/skills/eliasstravik/gtm-skills/gtm-workflow)
Your own site
<a href="https://agentmods.dev/skills/eliasstravik/gtm-skills/gtm-workflow"><img src="https://agentmods.dev/badge/skills/eliasstravik/gtm-skills/gtm-workflow/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 gtm-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliasstravik/gtm-skills/gtm-workflow"><img src="https://agentmods.dev/badge/skills/eliasstravik/gtm-skills/gtm-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00059 $0.01516
Opus 5 $0.00030 $0.00758
Sonnet 5 $0.00012 $0.00303
Haiku 4.5 $0.00006 $0.00152

Measured today against content hash 8ededc926970, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gtm-workflow scanned grade A with 0 findings 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 today.

The scan reads SKILL.md. This mod also ships 32 executable files (scripts/command-permission.mjs, scripts/setup-workflow-project.sh, templates/drizzle.config.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gtm-workflow/SKILL.md · 70 lines

How it starts

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

GTM workflow

Trigger

Apply this Lifecycle SOP to a saved GTM workflow from creation through updates, runs, inspection, deployment, and deletion.

Scope

Own workflow code, result tables, migrations, dry runs, runs, diagrams, and deployment metadata inside the root workflows/ project. gtm-workspace, gtm-icp, and gtm-persona own their respective artifacts.

Contract

Field Public contract
Reads The request, accepted workspace context, supplied rows, workflow files, and environment-held credentials
Writes Workflow code, result tables, migrations, schedules, and deployment metadata
Outputs A verified saved workflow, run result, inspection, diagram, deployment, or deletion
Approval One plain-language card covers creation, save, hosted deployment, one-row test, and small fixes; later runs and checkpoints each get one card
Persists Prepared local commits and approved pushes, plus workflow rows and cost records
Handoff Workspace, ICP, and persona lifecycle changes go to their owning skills

Inputs

Use the request, resolved organization context, relevant accepted ICP and persona files, supplied rows, current workflow project, environment-held credentials, and accepted cost limits.

Roles

The agent authors and verifies the work. The user approves one card covering saved changes, hosted deployment, the one-row test, stated external effects, and stated test cost; later full runs and user-chosen checkpoints each receive one approval.

Procedure

  1. Resolve the GTM workspace and requested lifecycle action. Ask one unnumbered question only when a result-changing fact cannot be inferred.
  2. For create, copy templates/ from this installed skill into the workspace's root workflows/ project when absent, rename gitignore and vercelignore with leading dots, copy .env.example to .env, and write GTM_HOST=<claude|codex> for the host you run in. Workflow files live at workflows/workflows/<slug>.ts. Read the library, SDK choices, and the interaction standard. Read deployment only for deploy work and local use only for open/local work.
  3. Draft workflow code, its table, a one-row input, and the author-written Diagram: header. A schedule request also writes the matching vercel.json cron entry. Run npm run db:generate, npm run gtm -- verify <slug> --input data/test-1-row.json, git add <changed workflow, table, and migration paths>, and git commit -qm "<plain summary>" silently. data/ is ignored on purpose: the test input stays local and the card names it. Use git commit --amend after feedback when the prior commit was not pushed; after a push, a fix is a new commit.
  4. Post one plan card stating what it does, reads, saves, where it runs, one-row test cost, possible data removal, and any missing key. Its last line is Saving and testing. Back in a few minutes. Invoke the matching command with that card as its approval summary: hosted, git push && npm run gtm -- run <slug> --url https://<production-host> --input data/test-1-row.json --wait-live --background, which returns at once and starts the test in the background after the deploy is live; local, npm run gtm -- run <slug> --input data/test-1-row.json, which starts the local server itself when needed.
  5. After approval, collect hosted results with watch_url on /api/runs/latest?workflow=<slug>&head=<pushed commit> until a run appears, then on /api/runs/<runKey> until it finishes; at a keyboard use npm run gtm -- runs get <id> --wait 600. A failed run carries its plain reason in error; show it. Fix small failures and retry the identical approved step up to twice. Present a fresh card when cost, external effects, saved tables, command, or summary changes.
  6. On success say Built and tested. Ready to run whenever you want. and provide the picture plus Diagram, Runs, and Data links. A later full run gets one short card and one real run command. Cancel asks What would you like me to change?; revise from free text and re-ask at the same step.
  7. For update, inspect, or delete, preserve the same one-card boundary: verify and commit silently, then request approval for the first effectful command. Name deletion and data-removing SQL on the card. Use expand-then-contract for renames while a run may be waiting.

Read the full file on GitHub · 70 lines

Files

What ships with it

60 files 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. today Changed · -10 lines · -35 tokens per session 8ededc926970
  2. yesterday Changed · +4 lines 989252c332d2
  3. 2d ago Changed · +3 lines · -1 tokens per session 47a437c668b1
  4. 3d ago Changed 635a180aafa4
  5. 8d ago Changed 44888208f683
  6. 12d ago First seen · 73 lines · 95 tokens per session scan A 94877c473dbd

Subscribe to this mod's changes

gtm-workflow is a skill published in the GitHub repository eliasstravik/gtm-skills (12 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 1,516 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. 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

startup-launch-playbook

A step-by-step playbook for early-stage startups going from pre-seed to their first 1000 users. Covers MVP validation, initial traction channels, and founder-led growth tactics. By @WeiYipei — follow on X for more startup growth insights.

Gingiris-1031/gingiris-skills · 58 tokens

google-tag-manager

Skill "google-tag-manager" from VKirill/claude-lane-stack, covering 🎯 version requirements (june 2026), usage, use this skill when, do not use this skill when and purpose.

VKirill/claude-lane-stack · 134 tokens

gtm-reverse-engineer

Reverse-engineer any company's public go-to-market into an evidence-graded, multi-file playbook (copy / adapt / skip). Use whenever the user wants competitor GTM teardown, growth forensics, channel analysis (Instagram, X/Twitter, LinkedIn, ads, Reddit/community, SEO, jobs, pricing), "how did X grow", unicorn/breakout…

ndpvt-web/gtm-reverse-engineer · 155 tokens

growth-marketer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults".

buiphucminhtam/forgewright · 57 tokens

gtm-brain-builder

Orchestrate the creation or maintenance of a source-backed GTM brain for a company, including tool connection, section routing, Grill-me questions, session relay, section-agent sequencing, and recurring freshness workflows. Use when a user wants to build a GTM Brain or make one shareable/useful for sales, marketing…

Andytoizer/gtm-brain-builder · 77 tokens

design-system-agent

Create a source-backed design-system brief and walk an operator through using Claude.ai/design or Codex design workflows to generate, review, export, and import a brand kit/design system into the GTM Brain.

Andytoizer/gtm-brain-builder · 45 tokens