headless-gtm AGENTS.md

headless-gtm AGENTS.md is an instructions file for Codex, OpenCode from Zevenue/headless-gtm. It costs 483 tokens per session, scanned A, original, MIT.

Instructions for a headless go-to-market (GTM) pipeline, meaning an automated system for finding, qualifying, and contacting potential customers.

In plain words
What is it for?
Use it to build prospect lists, collect company and contact signals, qualify leads, resolve email addresses, and write outreach content.
Why use it?
It keeps multi-step outreach work ordered, records progress, and prevents paid API work from starting without a cost estimate and approval.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/zevenue/headless-gtm/agents-md
Clone the repo
git clone --depth 1 https://github.com/Zevenue/headless-gtm

Made for: Codex, OpenCode.

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 headless-gtm AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zevenue/headless-gtm/agents-md.svg)](https://agentmods.dev/instructions/zevenue/headless-gtm/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zevenue/headless-gtm/agents-md"><img src="https://agentmods.dev/badge/instructions/zevenue/headless-gtm/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 483 This file is loaded in full into every session.
When invoked 483 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
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.00483 $0.00483
Opus 5 $0.00242 $0.00242
Sonnet 5 $0.00097 $0.00097
Haiku 4.5 $0.00048 $0.00048

Measured 5d ago against content hash 98d1020835db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

headless-gtm AGENTS.md 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 5d 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.

- API keys come from the environment or a `.env` file (`cp .env.example .env`). The Python scripts load `.env` themselves; **curl does not** - when calling a vendor API directly, load it in the same command (`set -a; [ -
AGENTS.md · 18 lines

What it actually says

Headless GTM - agent notes

This repo is an outbound GTM pipeline packaged as agent skills (the SKILL.md standard). It works in Claude Code and Codex.

Where things are

  • Skills live in skills/ - one folder per skill, each with a SKILL.md spec. .claude/skills and .agents/skills are symlinks to it, so both Claude Code and Codex discover the skills when run from this repo.
  • The chain skills are numbered 00-06 by layer: router, discovery + qualification, extraction, signals, judgment, email resolution. headless-gtm-shared/CONVENTIONS.md defines the record contract every chain skill reads and writes (records.jsonl, additive fields, run folders, resume).
  • The writing skills (email-writer, creative-variable, prospect-posts, gtm-context) sit downstream of the chain.

Operating rules

  • For any multi-step ask (a full list build, a campaign, "what would this cost"), start with 00-gtm-router - it plans the chain and prices it before anything runs.
  • Never spend API credits without presenting the estimate and getting a go-ahead. Every chain skill documents its own spend gate; respect them.
  • API keys come from the environment or a .env file (cp .env.example .env). The Python scripts load .env themselves; curl does not - when calling a vendor API directly, load it in the same command (set -a; [ -f .env ] && . ./.env; set +a), or you'll send an empty auth header and get a misleading provider error. Every key is optional - skip layers whose key is missing and say so, never crash and never hardcode a key.
  • Output goes to ./runs/<run-id>/ in the working directory, never inside a skill folder. Run-ids are prefixed with the producing step (2026-07-27-01-prospeo-saas-us) because every step of a chain shares that one runs/ root. Pass records between steps by explicit path.
  • Each skill's SKILL.md is the authoritative spec for inputs, outputs, and cost rules. Read it before running the skill.
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. 5d ago First seen · 18 lines · 483 tokens per session scan A 98d1020835db

Subscribe to this mod's changes

headless-gtm AGENTS.md is an instructions file published in the GitHub repository Zevenue/headless-gtm (26 stars, last pushed 1mo ago), licensed MIT. It adds 483 tokens to every session, about $0.0024 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 instructions, from other repositories

outreachmagic AGENTS.md

Instructions for outreachmagic/outreachmagic, covering agent guide — outreachmagic/outreachmagic monorepo, layout, if you add skills/ /scripts/.py, public readme (outreachmagic skill) and if you change pricing / billing limits.

outreachmagic/outreachmagic · 1,083 tokens

GTMOS CLAUDE.md

Claude Code instructions for shyftai/GTMOS, covering gtm:os, on startup, key references (load as needed) and rules.

shyftai/GTMOS · 1,030 tokens

cdtm-gtm-engine CLAUDE.md

Claude Code instructions for gtmadviser/cdtm-gtm-engine, covering claude.md — gtm engine starter (cdtm workshop edition), tools you'll use (bring your own keys), two skills you know how to run, what we're building and default channel: linkedin-first + email.

gtmadviser/cdtm-gtm-engine · 2,221 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens