Skip to content
Work / AI-Enabled Growth Operating System
The system · Three Brands, One Operating System

AI-Enabled Growth Operating System

AI-Enabled Growth Operating System. Three overlapping brand clusters connected by directional arrows around a central node, illustrating one operating system orchestrating multiple brands.

An AI-enabled growth operating system spans brand voice, ideal customer profile (ICP), channel playbooks, and quality review. It is built and run solo across three brand repositories, each version-controlled and synced from a canonical detector. Cycle time was cut by 50%, and output stayed consistent across three voices.

Role

Solo marketing operations, end to end

Brands

Atrium-Uniswap, LevelUp Labs, Learn Prompting

Built

Brand voice, skill library, quality review pipeline

Scale

4 repositories · 3 brands · 1 canonical detector

Problem

Three brands ran from a single team, each with a distinct audience, channel mix, and growth motion. Atrium Academy teaches DeFi developers through a partner program called Uniswap Hook Incubator. LevelUp Labs distills a problem-first approach for AI practitioners. Learn Prompting trains engineers and enthusiasts on AI usage. Content quality varied by author. Brand voices drifted across pieces. ICP work lived in whoever had the most context that week. The team needed to ship more, and alignment was the bottleneck.

Approach

I built three layers in sequence, all version-controlled.

  1. Brand Voice DocumentationEach brand has one foundation. The foundation names the voice principles, the tone rules, the vocabulary preferences, and the writing standard for what each brand specifically sounds like. Drift is easier to catch when preferred patterns are explicit.
  2. Claude Skill LibraryRepeatable marketing operations tasks are codified as reusable skills. ICP research starts from a subscriber sample. Positioning drafts start from a product brief. Channel-specific copy adaptation takes the same message and reshapes it per channel, starting with X, LinkedIn, and email.
  3. Quality Review PipelineEvery draft runs through three checks before publication. The checks are brand voice alignment, writing standard adherence, and overall quality review.

The system improves the longer it runs. Each shipped piece teaches the next one, each market signal sharpens the ICP, and each rejected draft refines the detector.

Architecture

The system has one canonical repository and three brand repositories that inherit from it. Edits to the detector happen in the canonical repository and propagate to the others, so no drift between copies. The canonical detector enforces the same quality bar across every brand under Atrium, while each brand's own voice files preserve its distinct identity.

atrium/ │ ├── atrium-gtm/ ← Atrium Academy (canonical AI detector) ├── learnprompting-gtm/ ← Learn Prompting ├── leveluplabs-gtm/ ← LevelUp Labs └── uniswap-gtm/ ← Uniswap Hook Incubator

Uniswap operates as a partner program under Atrium Academy, but maintains its own repository because it has distinct voice, ICP, and workflows from the parent brand.

Each brand repository follows the same internal structure.

{brand}-gtm/ │ ├── CLAUDE.md ← Brand orchestration │ ├── ai-writing-detector/ ← Embedded quality review skill (synced from canonical) │ ├── {brand}-brand-foundation/ ← Reference library │ └── references/ │ ├── voice-core.md ← Universal voice rules │ ├── voice-{channel}.md ← Channel-specific voice │ ├── icp.md ← Ideal customer profiles │ ├── writing-standard.md ← Writing style and patterns to avoid │ ├── brand-kit.md │ ├── real-examples.md │ └── analytics-benchmarks.md │ └── [content workflow skills] ← Each invokes ai-writing-detector as the final quality review gate

Each repository is self-contained, so a teammate can clone one and run the same operating system without any outside dependencies. The quality review gate is baked into every skill, so the workflow refuses to ship if the detector is missing, and brand voice drift is caught before publication.

How the system works

Every piece of publishable content runs through the same pipeline.

  1. 01
    Load
    Brand foundation loads with voice rules, ICP, and the writing standard.
  2. 02
    Identify ICP
    Targeted ICP is required before drafting. Generic content is disallowed.
  3. 03
    Draft
    Skill drafts against the brand's writing standard.
  4. 04
    Detect
    AI writing detector loops until the draft scores 100%.
  5. 05
    Ship
    Output saves tagged with channel, ICP, KPI, and status.

See the demo

A simplified, public version of one brand repository lives at
github.com/esmefong/demo-gtm

Uniswap is the demo brand because it is recognizable outside the Atrium ecosystem. The public demo shows the structure. The production system is significantly larger across every layer.

Where the production system goes beyond the demo
  • Updates to the detector sync automatically to all four production repositories.
  • The reference library is five to ten times larger, fed by deeper ICP research and ongoing customer interviews.
  • AI-based stylistic scoring measures each draft against samples of the brand's authentic voice.
  • The detector is retuned weekly to keep up with AI model drift.
  • Prompts update based on what's actually performing in market.

Content is the test case. The same pattern applies to launch playbooks and lifecycle messaging. The operating system, not the deliverable, is the point.

The bottleneck was alignment, not capacity. The system makes alignment automatic, so capacity goes to the work.

What I would do differently

I built the brand voice documents first and the quality review second. That was the wrong order. The quality review caught patterns the documents had missed, which meant rewriting the voice documents while they were already in use. If I built the system again, I would build the quality review first against a small sample of existing content, then write the voice documents to match what it enforces. The quality review shapes the documents, not the other way around.

Want to talk?

If you are building this kind of operating system inside your company, message me.

LinkedIn is fastest. Happy to hear what you're working on.