Email Sequence Kit — Golden Examples
Reference Files
Two golden examples:
| Asset | Golden Example | Mode |
|---|---|---|
| Sequence Plan | content-pipeline/email-sequence-plan.html (also .md) | Offer mode — 5 emails for Intensive campaign |
| Individual Email | campaigns/practice-command-center/01-client-intelligence-brief-email.html | Gift mode — teaching story + skill delivery |
Read both before building any email sequence.
Golden Example 1: Sequence Plan (Offer Mode)
HTML Structure
<h1>[Title]</h1>
<p class="meta">
<strong>Campaign:</strong> [Campaign name]<br>
<strong>List:</strong> [List size]<br>
<strong>Cadence:</strong> [N emails over N days (dates)]<br>
<strong>Pattern:</strong> [Taki-style description]<br>
<strong>Modeled on:</strong> [Reference — e.g., Taki Moore's Magnetic sequence]
</p>
<div class="gold-bar"></div>
Taki Patterns Table
The sequence plan opens with a table mapping Taki's 7 patterns to how they show up in this specific sequence. This is NOT optional — it documents the mechanics driving the sequence design.
Email Cards
Each email gets an .email-card with:
<div class="email-card">
<div class="email-header">
<span class="email-num">Email [N]</span>
<span class="email-date">[Day Date]</span>
</div>
<div class="email-type">[Format — uppercase, gold, 11px]</div>
<div class="subject-options">
<span>"[Option 1]"</span>
<span>"[Option 2]"</span>
<span>"[Option 3]"</span>
</div>
<p><strong>Angle:</strong> [What this email does in 1-2 sentences.]</p>
<h3>Structure ([Taki reference email name])</h3>
<ul>
<li>[Structural instruction 1]</li>
<li>[Structural instruction 2]</li>
</ul>
<div class="cta-line"><strong>CTA:</strong> [CTA description.]</div>
</div>
Placeholder Blocks
When an email needs real proof that doesn't exist yet:
<div class="placeholder">
<strong>[WHAT'S NEEDED]:</strong> [Specific instruction for what Kathryn needs to do or provide.]
</div>
Dark background (#122640), gold labels. This is a blocking flag, not a suggestion.
Summary Sections
At the bottom:
- Post-sequence follow-up — what happens after this sequence ends (NOT part of this kit)
- What's still needed — blockers listed explicitly
- Sequence at a glance — table with Email #, Date, Format, Sells? columns
Key Patterns from the Golden Example
Every email card references a specific Taki email. Not just "Taki style" — name the specific email pattern being adapted. "Structure (Taki's 'I cheat at content' pattern)" or "Structure (Taki's 'typing quietly' — creative, short)."
Subject line options are in a styled block. 3 options per email, displayed as stacked spans in .subject-options div. All under 50 characters.
CTA progression is visible across cards. Email 1: "Soft. No link." → Email 2: "Register link." → Email 5: "Register link. 'See you Tuesday.'" You can scan the CTA lines and see the progression.
Angles are specific, not vague. "Handle the two objections that stop this audience" not "Address common concerns." "Full stack. List every component" not "Show them the value."
Golden Example 2: Individual Email (Gift Mode)
HTML Structure
<h1>Email [N] — [Skill Name]</h1>
<p class="meta">
<strong>Send date:</strong> [Date]<br>
<strong>List:</strong> [List size]<br>
<strong>Format:</strong> [Email format type]<br>
<strong>CTA:</strong> [What the CTA does]<br>
<strong>Sells:</strong> No. Pure value. [Any framing context.]
</p>
<div class="gold-bar"></div>
Subject Line Options
<h2>Subject Line Options</h2>
<div class="subject-options">
<span>"[Option 1]"</span>
<span>"[Option 2]"</span>
<span>"[Option 3]"</span>
</div>
Email Body
The actual email copy lives in .email-body:
<h2>Email Copy</h2>
<div class="email-body">
<p>[One sentence per line. Each <p> is one sentence.]</p>
<p><span class="link">[CTA link text]</span></p>
<p>[Closing context.]</p>
<p>Kathryn</p>
</div>
Key Patterns from the Golden Example
One sentence per line. The CIB email has 13 paragraphs, each one sentence. No multi-sentence blocks.
The story builds through specifics. "Two items rolling for weeks" → "19 open items across four workstreams" → "high-stakes work gets done, infrastructure defers" → "wrote me a call opener I could use word for word" → "flagged a risk I would have missed." Each sentence adds a new layer.
"It was right." Two-word sentence after the risk prediction. This is the payoff that earns the skill's credibility. It works because the specifics before it were earned.
Authority comes from action, not credentials. "I build systems like this for client firms every week. So I tested this one the same way I test everything — on my own data first." Not "As a consultant with X years of experience."
The gift is stated simply. "The skill is called the Client Intelligence Brief. I'm giving it away." Two sentences. Name + free. No conditions.
Series framing is one paragraph at the bottom. "This is the first of five skills I'm building specifically for professional services practice owners." Light, forward-looking, not a pitch.
Time comparison earns the compression. "Two minutes to produce what normally takes me 15 to piece together." Manual time vs. skill time — stated plainly, not hyped.
The email has two parts. Part 1 is the story — specific findings that earn credibility. Part 2 is the gift + series framing. The story earns the right to give. Don't merge them.
Sign-off is just the name. "Kathryn" — not "Warm regards" or "Best."
Notes Section
<div class="section">
<h2>Notes</h2>
<ul>
<li><strong>[Note label.]</strong> [Explanation — why this works, what to watch for.]</li>
</ul>
</div>
Notes document the mechanics for Kathryn's reference. Each note explains WHY the email is structured the way it is.
"What Happens Next" Section
<div class="section">
<h2>What Happens Next</h2>
<p>[What follows this email — next skill gift, offer email, etc.]</p>
</div>
CSS Patterns (Shared Across Both Formats)
Both golden examples use the same CSS family as the DM sequence reference doc.
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.7; background: #f8f7f4; color: #0a0a0a; padding: 48px; }
h1 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: #122640; }
h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; color: #122640; margin-top: 40px; }
h3 { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: #6a6a6a; }
.meta { font-size: 13px; color: #6a6a6a; line-height: 1.9; }
.gold-bar { width: 48px; height: 3px; background: #b8960c; }
.section { margin-top: 40px; padding-top: 32px; border-top: 1px solid #e0ddd8; }
Email Body (Individual Email)
.email-body {
background: #fff;
border: 1px solid #e0ddd8;
padding: 40px;
line-height: 2.1;
font-size: 15px;
margin: 24px 0;
}
.email-body p { margin-bottom: 14px; }
.email-body .link { color: #b8960c; font-weight: 500; text-decoration: underline; }
Email Card (Sequence Plan)
.email-card {
background: #fff;
border: 1px solid #e0ddd8;
padding: 32px;
margin: 24px 0;
}
.email-card .email-header {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 1px solid #e0ddd8;
}
.email-card .email-num { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: #122640; }
.email-card .email-date { font-size: 12px; color: #6a6a6a; }
.email-card .email-type { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #b8960c; margin-bottom: 12px; }
Subject Line Options
.subject-options { background: #f0efe9; padding: 12px 16px; margin: 12px 0; font-size: 14px; }
.subject-options span { display: block; margin-bottom: 4px; color: #333; }
CTA Line (Sequence Plan)
.cta-line { padding: 8px 16px; border-left: 3px solid #b8960c; margin: 12px 0; font-size: 14px; color: #333; }
Placeholder Block
.placeholder { background: #122640; color: #f8f7f4; padding: 16px 24px; margin: 16px 0; font-size: 14px; line-height: 1.8; }
.placeholder strong { color: #b8960c; }
Callout Block (Individual Email)
.callout { background: #122640; color: #f8f7f4; padding: 24px 32px; margin: 24px 0; font-size: 14px; line-height: 1.8; }
.callout strong { color: #b8960c; }
Tables (Sequence Plan)
table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14px; }
th { text-align: left; padding: 10px 12px; background: #122640; color: #f8f7f4; font-weight: 500; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; }
td { padding: 10px 12px; border-bottom: 1px solid #e0ddd8; vertical-align: top; }
tr:nth-child(even) td { background: #faf9f7; }
Sequence Plan Container Width
.container { max-width: 860px; margin: 0 auto; } /* wider than individual email (680px) */
Individual email uses:
.container { max-width: 680px; margin: 0 auto; }