GA-1 · GTM Architect · 150 XP · ~25 min
The GTM System Stack
A well-designed GTM system has five layers, each feeding the next:Design Principles
1. Data quality is load-bearing Every layer depends on the data layer. A corrupted contact record generates bad copy, reaches the wrong person, and produces misleading attribution data. Design the data layer to be more robust than you think you need. 2. Signals should trigger, not inform The worst outbound teams use signals as context for manually-scheduled campaigns. The best use signals as triggers: when signal fires, workflow runs. This is the difference between reactive and proactive GTM. 3. Every workflow needs a failure state What happens when an API call fails? When an enrichment returns null? When a signal fires for a company that’s already in your CRM as a customer? Design the failure paths explicitly. 4. Measure what leads to revenue, not what’s easy to measure Open rates are easy to measure. Pipeline generated is hard to attribute. Optimize for pipeline attribution from day one — it’s painful to retrofit later. 5. Build for the person who comes after you Document every workflow. Every column prompt in Bitscale should have a comment explaining what it does and why. A GTM system that only one person understands is a liability.The GTM Design Document
Before building any significant workflow, write a one-page design document. This forces clarity before complexity. GTM Design Document Template:System Design Patterns
Pattern 1: Signal-triggered enrichment A signal fires → company gets enriched → contacts identified → copy generated → routed to sequencer. Fully automated. Built in SI-6. Pattern 2: Account-based targeting A named account list drives enrichment and outreach. Signals are used for timing, not for targeting. Common for enterprise AE motions. Pattern 3: High-velocity SMB Large list, lightweight enrichment, template-based personalization with strong ICP signal. Volume over depth. Built for SDR teams. Pattern 4: Inbound response automation A prospect fills out a form or starts a trial → immediate enrichment + personalized response → sales rep notified with full context. Converts inbound faster. Pattern 5: Champion tracking Monitors known champions for job changes → triggers outreach at new company + churn alert at old company. Built in SI-2.Building a System Design in Bitscale
Create a “System Design” reference grid — one row per workflow you’ve built or plan to build. This becomes your GTM operations documentation. Columns:workflow_nameobjectiveicp_definitiondata_sourcessignal_trigger(or “batch/scheduled” if no signal trigger)copy_frameworkpersonalization_depthprimary_metricattribution_methodownerlast_reviewedstatus(active / paused / deprecated)
GA-1 Challenge: Write a GTM Design Document (+150 XP)
Design a complete GTM workflow for a specific use case using the design document template. Requirements:- Complete all 8 sections of the design document
- The design must be for a real or realistic scenario (not abstract)
- Include at least one signal trigger
- Specify failure states for at least 2 workflow stages
- Peer-reviewable: could someone else build this from your doc?
Submit GA-1 Challenge →
Submit your GTM design document. +150 XP on approval.
Next: GA-2 — Multi-Channel Architecture →
GA-2 covers how to design coordinated multi-channel GTM motions that operate as one system, not three separate tools.