← Vault Index
Source: frameworks/kit-dm-sequence/03-dm-sequence-golden-example.md

DM Sequence Kit — Golden Example

Reference: Client Intelligence Brief DM Sequence

The golden example is: content/business/marketing/campaigns/practice-command-center/01-client-intelligence-brief-dm.html

Read the full HTML file before building any new DM sequence. It demonstrates copy, timing, formatting, and the notes section.

DM 1 — Delivery (from Golden Example)

Timing: Within a few hours of comment Trigger: Comments PRACTICE on LinkedIn post

Hey [Name] — thanks for commenting. Here's the skill:

https://advisoryos.ai/client-intelligence-brief-skill

That page has the skill file, setup instructions, and everything you need. Takes about 2 minutes to install.

Paste 3-5 recent emails from one client and see what comes back. The call playbook section is where it gets interesting.

Can you do me a favor? I'd appreciate if you reply back to let me know you were able to download the skill and add it to Claude.

— Kathryn

Key Patterns

DM 2 — Check In (from Golden Example)

Timing: 3 days after DM 1 (skip if they already replied)

Hey [Name] — did you run it on a client yet?

When I tested it on my own clients, it found two action items that had been quietly rolling for weeks. Neither of us had noticed. That was four emails in, two minutes.

Curious what it surfaced for you.

Key Patterns

DM 3 — Bridge (from Golden Example)

Timing: 4 days after DM 2 (or when they reply)

That brief is the first of five skills I'm building for practice owners. Each one handles a different blind spot.

Next one finds revenue sitting in your existing client base — the kind that's there but nobody's looking at it because everyone's busy servicing.

Drops in about a week. Want me to send it to you directly?

Key Patterns

HTML Format (from Golden Example)

The golden example is an HTML reference doc, not a LinkedIn DM format. Structure:

<h1>[Title with version]</h1>
<p class="meta">
    <strong>Trigger:</strong> [What triggers the sequence]
    <strong>Delivery:</strong> [URL being delivered]
    <strong>Sequence:</strong> [Number of messages over timeframe]
</p>
<div class="gold-bar"></div>

<!-- DM Cards -->
<div class="dm-card">
    <div class="dm-header">[DM number — name]</div>
    <div class="dm-timing">[Send timing and conditions]</div>
    <p>[DM copy...]</p>
</div>

<!-- Notes Section -->
<div class="section">
    <h2>Notes</h2>
    <ul>
        <li><strong>[Note label.]</strong> [Explanation.]</li>
    </ul>
</div>

CSS Patterns