# GTM engineering Human Guide

## What This Is For
GTM Engineering: Automation, Architecture & Agent Orchestration It gives the agent a clearer input/output frame for go-to-market work: what context to ask for, what decisions to make, and what usable artifact to return.

Use this as a human-readable version of the GTM engineering agent skill. It is meant for marketers, operators, founders, and other non-coders who want the workflow without reading agent-specific implementation instructions.

## When To Use This
- Use this when you need a repeatable process for GTM engineering.
- Use this when the task needs judgment, examples, constraints, or a clear output format rather than a one-off prompt.
- Use this when you want to hand an AI assistant enough context to produce a usable marketing artifact.

## When Not To Use This
- Do not use this when you only need a quick factual answer.
- Do not use this when the work depends on private data you cannot share with the assistant.
- Do not use this as a replacement for legal, compliance, financial, or medical review.

## What You Need Before Starting
- The goal or business outcome you want.
- The audience, customer segment, or market context.
- Any source material the assistant should respect, such as notes, briefs, examples, URLs, or brand guidance.
- Constraints such as tone, length, channel, deadline, region, or approval requirements.
- A clear definition of what a good final answer should look like.

## Step-By-Step Workflow
1. State the job clearly: "Use the GTM engineering guide to help me with..."
2. Add context: audience, goal, offer, channel, source material, and constraints.
3. Ask the assistant to identify missing inputs before producing the final output.
4. Have the assistant follow the skill-specific guidance below.
5. Review the result against the final checklist and ask for revisions where needed.

## Skill-Specific Guidance
- What GTM motions are currently running? Outbound, inbound, PLG, partner, or a mix. Which generates the most pipeline today.
- What is the current tech stack? CRM (Salesforce, HubSpot, other), enrichment tools, outreach tools, analytics. Get specific product names and tiers.
- What manual processes take the most time? Ask for the top 3 repetitive workflows the team does weekly.
- What is the team's technical depth? Can they write Python/JS, or do they need no-code/low-code solutions exclusively.
- What automation exists today? Any n8n, Make, Zapier flows already running. What breaks most often.
- What data sources feed the GTM motion? Website analytics, intent providers, CRM events, product usage data, third-party enrichment.
- What is the monthly budget for automation tooling? This determines platform choice and API call volume limits.
- What is the lead volume? Matters for pricing models. 500 leads/month is a different architecture than 50,000.
- Who maintains the automations today? A dedicated ops person, a founder wearing many hats, or nobody.
- What compliance or security requirements exist? SOC2, GDPR, data residency, single-tenant requirements.
- Firmographic criteria: industry, employee count, revenue range, funding stage, geography
- Technographic criteria: current tools, API maturity, cloud provider, data infrastructure

## Decision Points And Nuance
The original skill emphasizes: Before Starting, The GTM Engineer Role, What GTM Engineers Build, GTM Engineer vs Adjacent Roles, Career Trajectory, Architecture Over Tools, The Instruction Stack, Persistent Context, Feedback Loops, Architecture vs Tools: Decision Framework.

Use these questions to steer the work:
- What is the intended audience or buyer?
- What source material must be preserved?
- What should the assistant optimize for: clarity, persuasion, accuracy, speed, creativity, or conversion?
- What examples represent the desired quality bar?
- What should the assistant avoid?

## Common Mistakes
- | What to reference, what to avoid, tone per segment |
- Define what the AI or automation should reference and what it must avoid. Without explicit rules, personalization degrades to generic flattery.
- Avoid: personal information unrelated to business, assumptions about pain points, competitor bashing
- Every prospect interaction must be logged and accessible to the next automation in the chain. Without persistent context, each touchpoint starts from zero.
- The system must learn from outcomes. Without feedback loops, automations repeat the same mistakes at scale.
- | **Technical depth required** | Medium-High (JSON, expressions, code nodes) | Medium (visual data mapping, some formulas) | Low (point-and-click, templates) |
- If an enrichment provider is down, skip it and continue. If the CRM is slow, queue the update. Never let a single failing service break the entire pipeline.
- Validate required fields (email format, domain exists) before passing to Stage 2

## Copy-And-Paste Prompt
```text
Use the GTM engineering human guide.

My goal:
[Describe the business outcome]

Audience:
[Describe who this is for]

Context and source material:
[Paste notes, examples, links, or existing copy]

Constraints:
[Tone, length, channel, timeline, must-include items, must-avoid items]

Before producing the final output, ask me for any missing information that would materially improve the result.
```

## Final Checklist
- [ ] The output matches the original goal.
- [ ] The audience and context are reflected in the answer.
- [ ] Important constraints and source material were preserved.
- [ ] The assistant made the relevant decisions explicit.
- [ ] The final artifact is ready to use, review, or hand to the next person.

## Source
This guide was generated from the chadboyda/agent-gtm-skills skill entry for `gtm-engineering`.

## Source Skill Notes
These notes preserve the nuance from the original skill. Use them as supporting reference when the workflow above feels too generic.

# GTM Engineering: Automation, Architecture & Agent Orchestration

You are an expert in GTM engineering, workflow automation architecture, and AI agent orchestration for revenue teams. You combine deep technical knowledge of automation platforms (n8n, Make, Zapier, Tray.io, Workato) with API-first design principles, event-driven architectures, and the "architecture over tools" philosophy. You understand that the advantage is never the tool itself but the instruction stack, persistent context, and feedback loops built around it. You help founders, RevOps teams, and GTM engineers design, build, and scale automation systems that turn manual GTM processes into reliable, observable, cost-efficient pipelines. You understand the 2025-2026 landscape where GTM Engineer has emerged as a dedicated role combining software engineering skills with commercial acumen, and where AI agents are shifting from simple task automation to autonomous multi-step workflow execution.

## Before Starting

Gather this context before designing any GTM automation or architecture:

- What GTM motions are currently running? Outbound, inbound, PLG, partner, or a mix. Which generates the most pipeline today.
- What is the current tech stack? CRM (Salesforce, HubSpot, other), enrichment tools, outreach tools, analytics. Get specific product names and tiers.
- What manual processes take the most time? Ask for the top 3 repetitive workflows the team does weekly.
- What is the team's technical depth? Can they write Python/JS, or do they need no-code/low-code solutions exclusively.
- What automation exists today? Any n8n, Make, Zapier flows already running. What breaks most often.
- What data sources feed the GTM motion? Website analytics, intent providers, CRM events, product usage data, third-party enrichment.
- What is the monthly budget for automation tooling? This determines platform choice and API call volume limits.
- What is the lead volume? Matters for pricing models. 500 leads/month is a different architecture than 50,000.
- Who maintains the automations today? A dedicated ops person, a founder wearing many hats, or nobody.
- What compliance or security requirements exist? SOC2, GDPR, data residency, single-tenant requirements.

---

## 1. The GTM Engineer Role

GTM engineering emerged as a named discipline in 2024-2025 and has rapidly become one of the highest-demand roles in B2B SaaS. By mid-2025, over 1,400 GTM Engineer job postings were active on LinkedIn. The role sits at the intersection of software engineering and revenue operations, applying engineering principles to the systems that generate pipeline and close deals.

### What GTM Engineers Build

| Domain | Examples | Technical Skills |
|---|---|---|
| Lead infrastructure | Enrichment waterfalls, scoring models, routing logic | API integration, data pipelines, SQL |
| Outreach automation | Multi-channel sequences, personalization engines, response classification | Webhook architecture, NLP/LLM integration |
| CRM automation | Deal stage progression, activity logging, alert systems | Salesforce/HubSpot APIs, event-driven design |
| Data pipelines | Enrichment flows, deduplication, hygiene scoring | ETL patterns, data validation, error handling |
| Internal tools | Sales dashboards, territory mapping, quota calculators | Frontend basics, charting libraries, database design |
| AI agent workflows | Autonomous research agents, email drafters, call summarizers | LLM APIs, prompt engineering, agent orchestration |

### GTM Engineer vs Adjacent Roles

| Dimension | GTM Engineer | RevOps | Sales Ops | Marketing Ops | Software Engineer |
|---|---|---|---|---|---|
| Primary output | Automated workflows + custom tools | Process design + reporting | Territory/quota management | Campaign ops + attribution | Product features |
| Technical depth | Writes code, builds APIs, deploys infra | Configures tools, writes formulas | Configures CRM, manages data | Configures MAP, manages integrations | Full-stack engineering |
| Revenue proximity | Direct: builds pipeline-generating systems | Indirect: designs processes | Indirect: enables sales team | Indirect: enables marketing team | None unless product-led |
| Tool relationship | Builds on top of and between tools | Selects and configures tools | Uses tools as provided | Uses tools as provided | Builds the tools |
| Typical background | Engineering + sales/marketing exposure | Ops + analytics | Sales + analytics | Marketing + analytics | Computer science |

### Career Trajectory

GTM engineering compensation reflects the hybrid skill set. Engineers who can both write production code and understand pipeline mechanics command premium salaries. The role scales from individual contributor (building specific workflows) to architect (designing the entire GTM infrastructure) to VP/Head of GTM Engineering (managing a team of builders).

---

## 2. Architecture Over Tools

The central principle of GTM engineering: the instruction stack, persistent context, and feedback loops matter more than which specific platform runs the workflow. Two teams with identical tooling get wildly different results because one has thoughtful architecture and the other has a pile of disconnected automations.

### The Instruction Stack

Every GTM automation system needs four layers of instructions that compound on each other:

```
+-----------------------------------------------------------+
|  LAYER 4: SEQUENCE LOGIC                                   |
|  Timing, branching, follow-up rules, escalation paths      |
+-----------------------------------------------------------+
|  LAYER 3: PERSONALIZATION RULES                            |
|  What to reference, what to avoid, tone per segment        |
+-----------------------------------------------------------+
|  LAYER 2: MESSAGING FRAMEWORK                              |
|  Value props, objection handling, CTA templates by stage    |
+-----------------------------------------------------------+
|  LAYER 1: ICP DEFINITION + SCORING                         |
|  Firmographic/technographic/intent criteria, thresholds     |
+-----------------------------------------------------------+
```

**Layer 1: ICP Definition + Scoring**
Every downstream automation depends on accurate targeting. Define who you sell to with scored criteria, not loose descriptions. This layer feeds routing, personalization, and sequence decisions.

- Firmographic criteria: industry, employee count, revenue range, funding stage, geography
