Claude Code GTM Operator Workflow
Operational workflow standards for teams using Claude Code to run GTM engineering execution across outbound, RevOps, and signal-routing systems. This package solves the core reliability problem, teams can run many sessions, connect data tools, and ship outputs fast, but without strict setup, permission policy, and verification loops, quality drifts and risk rises.
What's inside
| File | What it does |
|---|---|
.agents/skills/SKILL.md | Orchestrator and routing logic |
.agents/skills/remote-operator-setup.md | Standard setup for stable local and remote AI operation. |
.agents/skills/parallel-session-orchestrator.md | Runs multi-session execution lanes with role separation. |
.agents/skills/safe-permissions-policy.md | Enforces permission mode policy by environment (read, write, bash). |
.agents/skills/mcp-integration-patterns.md | Defines safe MCP server patterns for GTM systems, handling APIs. |
.agents/skills/verification-loop-enforcer.md | Applies deterministic verification loops before output handoff. |
.agents/skills/gtm-strategy-foundation-prompt.md | Generates a concrete 90-day GTM foundation plan from inputs. |
Prerequisites
- Claude Code installed and authenticated
- Access to the project repository where you will run sessions
.claude/folder in your project root- MCP servers configured for your GTM stack if using the MCP skill
- Operator with authority to approve sensitive write actions
Installation
Cursor, Windsurf, or Generic AI IDE
- Clone the repo:
git clone https://github.com/forma-norden/claude-code-gtm-operator-workflow - Copy the
.agents/skills/directory into your project's.agents/skills/folder.
Claude Code
- Clone the repo:
git clone https://github.com/forma-norden/claude-code-gtm-operator-workflow - Copy the
.agents/skills/directory into your project's.claude/skills/folder.
Usage
Start by loading the setup skill:
Read .agents/skills/remote-operator-setup.md
Context:
- project path: ./gtm-pipeline-core
- environment: staging
- remote check-ins required: yes
Return:
1) startup sequence
2) remote-control sequence
3) failure and recovery path
Expected output:
- exact startup command sequence
- safe session limits and monitoring method
- explicit recovery path for dropped remote sessions
Running tests
Use the prompt tests in tests/ to validate expected behavior and edge cases before deployment.
tests/README.mdinclaude-code-gtm-operator-workflow- Load each skill and run the corresponding test prompt
- Compare output against the validation checklist before rollout
Who this is for
GTM engineers, RevOps leads, VP Sales, and founders at B2B companies with 50 to 500 employees who are building or consolidating their outbound infrastructure and want to reduce tool sprawl through better-engineered GTM systems.
Ecosystem connections
This repository is designed to work as part of the Forma Norden open-source GTM ecosystem.
Works with
| Repo | Relationship | When to use together |
|---|---|---|
| All repos | Foundation | Operator governance applies to all skill execution |
gtm-tool-database-framework | Parallel | Tool evaluation uses operator patterns for systematic analysis |
Suggested skill chains
- New operator setup: remote-setup > permissions > mcp-patterns > verification > parallel-sessions
- 90-day foundation: strategy-foundation > [select domain-specific repos]