πΊοΈ Cold Email Outreach β Map of Content
Business as Code Principle
βYour business can no longer be just a group of people executing static instructions. Digitize your business logic. Make it accessible to AI agents. Put self-improvement on autopilot.β β Business as Code Manifesto
This vault applies the Business as Code operating model to cold email outreach. Every step in this process is defined as a machine-readable, versionable artifact β not a static SOP document that goes stale the moment itβs written.
ποΈ Process Architecture
flowchart TD ICP["π ICP Definition<br/>Who we target"] LSA["β‘ Lead Sourcing Agent<br/>AUTO"] RA["β‘ Research Agent<br/>AUTO"] HR1["π€ Human Gate 1<br/>Approve batch"] PA["β‘ Personalization Agent<br/>AUTO"] HR2["π€ Human Gate 2<br/>Review templates"] SE["β‘ Sequence Engine<br/>AUTO"] RC["β‘ Reply Classification<br/>AUTO"] MI["π Metrics Loop<br/>CONTINUOUS"] ICP --> LSA --> RA --> HR1 --> PA --> HR2 --> SE --> RC --> MI --> ICP
π Vault Index
βοΈ Foundation
| File | Purpose | Type |
|---|---|---|
| 01-Process-Manifest | Master process manifest β the βcodeβ of this workflow | Manifest |
| 02-ICP-Definition | Ideal Customer Profile as versioned specification | Spec |
π€ AI Agents (AUTO)
| File | Purpose | Automation Level |
|---|---|---|
| 03-Lead-Sourcing-Agent | Sources and scores qualified leads | ~95% auto |
| 04-Research-Agent | Deep per-lead intelligence gathering | ~90% auto |
| 06-Personalization-Agent | Writes personalized email hooks | ~85% auto |
| 08-Reply-Classification-Agent | Classifies and routes inbound replies | ~90% auto |
π¬ Sequence Logic
| File | Purpose |
|---|---|
| 05-Email-Sequence-Engine | Multi-touch sequence definition, timing, and decision trees |
π€ Human Touchpoints
| File | Purpose |
|---|---|
| 07-Human-Review-Gates | Where humans approve, not execute |
π Improvement Loop
| File | Purpose |
|---|---|
| 09-Metrics-and-Self-Improvement | Metrics, A/B testing, and the BaC self-improvement loop |
π§ How This Vault Works
Business as Code vs. Traditional SOP
A traditional outreach SOP says βresearch the lead before writing the email.β A Business as Code manifest says exactly what data to collect, which agent collects it, what the output schema is, and what triggers the next step β so an AI agent can execute it without interpretation.
Three principles applied throughout:
- Executable over descriptive β Every step has a defined input, output, and agent/human responsible.
- Human gates, not human execution β Humans approve and direct; agents do.
- Every metric feeds back β Open rates, reply rates, and meeting conversions automatically update the improvement loop.
π Tags Used in This Vault
#agentβ Files describing AI agent specifications#human-gateβ Files describing human review checkpoints#manifestβ Process manifest files#specβ Specification files (ICP, templates, schemas)#metricsβ Measurement and improvement files#BaCβ Business as Code principle references
π Quick Links
- Start here for setup β 02-ICP-Definition
- See what agents do β 03-Lead-Sourcing-Agent, 04-Research-Agent, 06-Personalization-Agent
- See where you plug in β 07-Human-Review-Gates
- See how it improves β 09-Metrics-and-Self-Improvement
- See the full manifest β 01-Process-Manifest