@growthub/cli 0.3.37 → 0.3.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/README.md +26 -2
  2. package/assets/worker-kits/growthub-email-marketing-v1/brands/_template/brand-kit.md +172 -0
  3. package/assets/worker-kits/growthub-email-marketing-v1/brands/growthub/VERSION.md +32 -0
  4. package/assets/worker-kits/growthub-email-marketing-v1/brands/growthub/brand-kit.md +282 -0
  5. package/assets/worker-kits/growthub-email-marketing-v1/broadcasts/_template/broadcast-vault.md +188 -0
  6. package/assets/worker-kits/growthub-email-marketing-v1/broadcasts/growthub/broadcast-vault.md +324 -0
  7. package/assets/worker-kits/growthub-email-marketing-v1/bundles/growthub-email-marketing-v1.json +66 -0
  8. package/assets/worker-kits/growthub-email-marketing-v1/examples/campaign-brief-sample.md +110 -0
  9. package/assets/worker-kits/growthub-email-marketing-v1/examples/nurture-sequence-sample.md +265 -0
  10. package/assets/worker-kits/growthub-email-marketing-v1/examples/subject-line-matrix-sample.md +116 -0
  11. package/assets/worker-kits/growthub-email-marketing-v1/growthub-meta/README.md +108 -0
  12. package/assets/worker-kits/growthub-email-marketing-v1/growthub-meta/kit-standard.md +87 -0
  13. package/assets/worker-kits/growthub-email-marketing-v1/kit.json +101 -0
  14. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_Broadcast_ShowcaseProof_v1_20260410.md +139 -0
  15. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_CampaignBrief_ClientResults_v1_20260410.md +115 -0
  16. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_SubjectLineMatrix_v1_20260410.md +83 -0
  17. package/assets/worker-kits/growthub-email-marketing-v1/output-standards.md +174 -0
  18. package/assets/worker-kits/growthub-email-marketing-v1/runtime-assumptions.md +268 -0
  19. package/assets/worker-kits/growthub-email-marketing-v1/skills.md +490 -0
  20. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/INDEX.md +75 -0
  21. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/activation-booking.md +156 -0
  22. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/engagement-nudge.md +175 -0
  23. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/lead-magnet-traffic.md +149 -0
  24. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/showcase-proof.md +153 -0
  25. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/value-delivery.md +141 -0
  26. package/assets/worker-kits/growthub-email-marketing-v1/templates/campaign-brief-template.md +115 -0
  27. package/assets/worker-kits/growthub-email-marketing-v1/templates/cta-matrix.md +90 -0
  28. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-draft.md +145 -0
  29. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/INDEX.md +59 -0
  30. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/follow-up-sequence.md +111 -0
  31. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/nurture-sequence.md +143 -0
  32. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/outbound-cold-sequence.md +134 -0
  33. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/promotional-broadcast.md +117 -0
  34. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/re-engagement.md +108 -0
  35. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/INDEX.md +97 -0
  36. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/education-block.md +131 -0
  37. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/problem-agitate.md +107 -0
  38. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/story-bridge.md +112 -0
  39. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/value-reveal.md +107 -0
  40. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/primary-cta.md +116 -0
  41. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/reply-cta.md +131 -0
  42. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/soft-cta.md +117 -0
  43. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/curiosity.md +112 -0
  44. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/personal.md +108 -0
  45. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/social-proof.md +109 -0
  46. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/urgency.md +112 -0
  47. package/assets/worker-kits/growthub-email-marketing-v1/templates/hooks-library/subject-line-patterns.csv +73 -0
  48. package/assets/worker-kits/growthub-email-marketing-v1/templates/qa-checklist.md +106 -0
  49. package/assets/worker-kits/growthub-email-marketing-v1/templates/sequence-planner.md +94 -0
  50. package/assets/worker-kits/growthub-email-marketing-v1/templates/subject-line-matrix.md +136 -0
  51. package/assets/worker-kits/growthub-email-marketing-v1/workers/email-marketing-strategist/CLAUDE.md +294 -0
  52. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/.env.example +9 -0
  53. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/QUICKSTART.md +85 -0
  54. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/NEW-CLIENT.md +46 -0
  55. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/_template/brand-kit.md +89 -0
  56. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/growthub/brand-kit.md +96 -0
  57. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/bundles/growthub-open-higgsfield-studio-v1.json +57 -0
  58. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/open-higgsfield-fork-integration.md +63 -0
  59. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/provider-adapter-layer.md +67 -0
  60. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/platform-ready-handoff-sample.md +24 -0
  61. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/prompt-matrix-sample.md +6 -0
  62. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/shot-plan-sample.md +7 -0
  63. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/visual-campaign-brief-sample.md +22 -0
  64. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/README.md +67 -0
  65. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/kit-standard.md +47 -0
  66. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/kit.json +106 -0
  67. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output/README.md +34 -0
  68. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output-standards.md +133 -0
  69. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/runtime-assumptions.md +108 -0
  70. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/check-deps.sh +37 -0
  71. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/clone-fork.sh +27 -0
  72. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/verify-env.mjs +72 -0
  73. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/skills.md +257 -0
  74. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/asset-tracking.md +5 -0
  75. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/frame-analysis.md +24 -0
  76. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/generation-batch-plan.md +7 -0
  77. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/model-selection-recommendation.md +23 -0
  78. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/platform-ready-execution-handoff.md +17 -0
  79. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-matrix.md +7 -0
  80. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/cinema-generation.md +16 -0
  81. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/image-generation.md +11 -0
  82. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/lip-sync-generation.md +14 -0
  83. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/video-generation.md +11 -0
  84. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/review-qa-checklist.md +26 -0
  85. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/shot-plan.md +11 -0
  86. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/studio-selection-brief.md +18 -0
  87. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/visual-campaign-brief.md +24 -0
  88. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/validation-checklist.md +49 -0
  89. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/workers/open-higgsfield-studio-operator/CLAUDE.md +264 -0
  90. package/package.json +1 -1
@@ -0,0 +1,139 @@
1
+ # Broadcast Email Draft — AI UGC Creative Showcase
2
+
3
+ ```
4
+ Client: Growthub
5
+ Campaign: showcase-proof-ai-ugc-v1
6
+ Format: showcase-proof
7
+ Vault asset: sh-01
8
+ Pillar: Pillar 3 — Client Results
9
+ Segment: warm-prospect
10
+ Version: v1
11
+ Date: 2026-04-10
12
+ ```
13
+
14
+ ---
15
+
16
+ ## EMAIL DRAFT
17
+
18
+ ```
19
+ ---
20
+ FROM: Antonio at Growthub
21
+ TO: warm-prospect
22
+ SUBJECT: [See subject line matrix — recommended: Option A]
23
+ PREVIEW: [See subject line matrix — paired with selected subject]
24
+ ---
25
+ ```
26
+
27
+ ---
28
+
29
+ ### SUBJECT LINE (primary — from matrix, Option A)
30
+
31
+ **Subject:** Most people assume AI creative looks cheap. This gallery will change that.
32
+ **Preview:** Real work. Major brands. See for yourself.
33
+
34
+ ---
35
+
36
+ ### EMAIL BODY
37
+
38
+ ---
39
+
40
+ Most teams that come to us carry a version of the same assumption:
41
+
42
+ *AI creative is fine for testing — but not for serious brands running real spend.*
43
+
44
+ It's a reasonable assumption. A lot of what's out there earns that skepticism.
45
+
46
+ This gallery is what changes it.
47
+
48
+ We put together a collection of our best AI UGC work — real campaigns, major brands, across formats and industries. The same quality standard we hold internally for every account, on display.
49
+
50
+ Not a demo. Not a render. This is what we ship.
51
+
52
+ → See the creative showcase →
53
+ https://app.air.inc/a/b94a95947
54
+
55
+ If the work lands, let's talk about what it looks like for your brand.
56
+
57
+
58
+ Antonio at Growthub
59
+
60
+ ---
61
+ Unsubscribe: [link] | Growthub, [physical mailing address]
62
+
63
+ ---
64
+
65
+ ### PS LINE
66
+
67
+ **PS —** If there's a specific format or industry in the gallery that catches your eye, reply and tell me. It's usually where the conversation worth having starts.
68
+
69
+ ---
70
+
71
+ ## PLAIN-TEXT FALLBACK
72
+
73
+ ```
74
+ Subject: Most people assume AI creative looks cheap. This gallery will change that.
75
+ Preview: Real work. Major brands. See for yourself.
76
+
77
+ Most teams that come to us carry a version of the same assumption:
78
+
79
+ AI creative is fine for testing — but not for serious brands running real spend.
80
+
81
+ It's a reasonable assumption. A lot of what's out there earns that skepticism.
82
+
83
+ This gallery is what changes it.
84
+
85
+ We put together a collection of our best AI UGC work — real campaigns, major brands,
86
+ across formats and industries. The same quality standard we hold internally for every
87
+ account, on display.
88
+
89
+ Not a demo. Not a render. This is what we ship.
90
+
91
+ CTA: See the creative showcase → https://app.air.inc/a/b94a95947
92
+
93
+ If the work lands, let's talk about what it looks like for your brand.
94
+
95
+ — Antonio at Growthub
96
+
97
+ PS — If there's a specific format or industry in the gallery that catches your eye,
98
+ reply and tell me. It's usually where the conversation worth having starts.
99
+
100
+ ---
101
+ Unsubscribe: [link] | Growthub, [physical mailing address]
102
+ ```
103
+
104
+ ---
105
+
106
+ ## PLATFORM SLOT MAP (Mode C — for manual GHL upload)
107
+
108
+ | Slot | Value |
109
+ |---|---|
110
+ | `subject_line` | Most people assume AI creative looks cheap. This gallery will change that. |
111
+ | `preview_text` | Real work. Major brands. See for yourself. |
112
+ | `from_name` | Antonio at Growthub |
113
+ | `from_email` | [configured in GHL account] |
114
+ | `body_html` | [render markdown body above as HTML — single-column, no hero image, minimal styling] |
115
+ | `cta_text` | See the creative showcase → |
116
+ | `cta_url` | https://app.air.inc/a/b94a95947 |
117
+ | `footer_text` | Unsubscribe: [link] \| Growthub, [physical mailing address] |
118
+
119
+ ---
120
+
121
+ ## QA CHECKLIST
122
+
123
+ - [x] Proof asset is `sh-01` — status: active in vault
124
+ - [x] Vault asset URL confirmed: https://app.air.inc/a/b94a95947
125
+ - [x] Opens with a proof-led hook, not a pitch
126
+ - [x] No hype language ("revolutionary", "game-changing", "best-in-class")
127
+ - [x] Not positioned as "AI tool" — the gallery itself is the mechanism
128
+ - [x] Tone is direct and peer-level — not promotional or high-pressure
129
+ - [x] One CTA — vault `cta_text` used exactly: "See the creative showcase →"
130
+ - [x] Body is under 200 words (body: ~105 words)
131
+ - [x] PS is a soft human signal — reply prompt, not a second hard ask
132
+ - [x] Plain-text fallback present
133
+ - [x] Platform slot map present
134
+ - [x] Unsubscribe + physical address in footer
135
+ - [x] FROM name matches `brand_kit.email_from_name` format
136
+ - [x] Segment is warm-prospect — correct for showcase-proof format
137
+ - [ ] Cadence check: confirm `sh-01` not sent to `warm-prospect` in last 60 days
138
+ - [ ] Physical mailing address filled in before send
139
+ - [ ] Booking URL added if PS drives to call (current PS drives reply — no URL needed)
@@ -0,0 +1,115 @@
1
+ # Campaign Brief — Growthub AI UGC Showcase Broadcast
2
+
3
+ ```
4
+ Client: Growthub
5
+ Slug: growthub
6
+ Date: 2026-04-10
7
+ Campaign: showcase-proof-ai-ugc-v1
8
+ Brief owner: Email Marketing Strategist (growthub-email-marketing-v1 @ 1.0.0)
9
+ ```
10
+
11
+ ---
12
+
13
+ ## 1. CAMPAIGN OVERVIEW
14
+
15
+ | Field | Value |
16
+ |---|---|
17
+ | Campaign type | Broadcast — single send |
18
+ | Broadcast format | `showcase-proof` |
19
+ | Vault asset | `sh-01` — AI UGC Creative Examples — Showcase Formats & Best Work |
20
+ | Asset URL | https://app.air.inc/a/b94a95947 |
21
+ | Content pillar | Pillar 3 — Client Results (primary) |
22
+ | Secondary pillar | Pillar 2 — Automation & AI (context layer) |
23
+ | Audience segment | `warm-prospect` |
24
+ | Primary CTA | See the creative showcase → |
25
+ | Platform mode | C — Export only |
26
+ | Send date | Tuesday or Thursday, 9–11am recipient local time |
27
+ | Output folder | `output/growthub/showcase-proof-ai-ugc-v1-20260410/` |
28
+
29
+ ---
30
+
31
+ ## 2. AUDIENCE PROFILE
32
+
33
+ **Primary persona targeted:** The Performance-Minded Operator
34
+
35
+ - CGO, performance director, agency owner, or founder running paid media at scale
36
+ - Spending $10K–$500K/month on Meta/TikTok ads
37
+ - Aware that creative is the bottleneck — skeptical of AI creative quality at brand level
38
+ - Has heard the "AI creative" pitch before and is proof-hungry, not claim-hungry
39
+ - **Current belief state:** "AI creative can't match what we need for serious brands"
40
+ - **Desired belief state after this email:** "Growthub's AI UGC is at a standard I didn't think was possible"
41
+
42
+ **Segment tag:** `warm-prospect`
43
+ This segment has received prior value emails or has opted in via a lead magnet. They know Growthub exists but have not booked a call. This showcase email is designed to move them from awareness to credibility-established.
44
+
45
+ ---
46
+
47
+ ## 3. CAMPAIGN ANGLE + EMOTIONAL ARC
48
+
49
+ **Pillar 3 angle:** Proof over promises. The most compelling content shows what happened — and what was built — for someone like you.
50
+
51
+ **Campaign angle (specific to this broadcast):**
52
+ > "The skepticism about AI creative is understandable. Here's what it actually looks like when done at the level serious brands need."
53
+
54
+ **Emotional arc:**
55
+ ```
56
+ Skeptical (AI creative looks low quality / not brand-worthy)
57
+ → Curious (this gallery doesn't look like what I expected)
58
+ → Convinced (if this is the quality standard, I need to see this for my brand)
59
+ ```
60
+
61
+ **Why this angle works for `warm-prospect`:**
62
+ This segment already knows Growthub. The credibility gap to close is quality — not awareness. The gallery is the proof. The email's job is to create enough desire that clicking through the gallery is an obvious yes.
63
+
64
+ **Tone notes:**
65
+ - Direct, no-fluff, peer-to-peer
66
+ - Acknowledge the legitimate skepticism — don't dismiss it
67
+ - Let the gallery do the work — email is short and confident, not promotional
68
+ - No hype. No "revolutionary AI". Show, don't tell.
69
+
70
+ ---
71
+
72
+ ## 4. SEQUENCE MAP
73
+
74
+ This is a single-send broadcast. No follow-up sequence in scope for this campaign.
75
+
76
+ | Email | Theme | Send | CTA |
77
+ |---|---|---|---|
78
+ | Broadcast 01 | AI UGC creative showcase — proof over skepticism | Day 0 (single send) | See the creative showcase → |
79
+
80
+ ---
81
+
82
+ ## 5. VOICE / TONE NOTES
83
+
84
+ Derived from `brands/growthub/brand-kit.md`:
85
+
86
+ - **Voice:** Direct, operator-level, no-fluff, practical, confident
87
+ - **Approved phrases in use:** "creative velocity", "speed to winning ads", "creative bottleneck"
88
+ - **Guardrails observed:**
89
+ - No hype language (not "revolutionary AI", not "best-in-class")
90
+ - No vague outcome promises
91
+ - Not positioning AI as the product — the system is the product
92
+ - Lead with outcome (seeing real work), not feature (AI UGC production)
93
+
94
+ ---
95
+
96
+ ## 6. COMPLIANCE NOTES
97
+
98
+ Per `brands/growthub/brand-kit.md → compliance_notes`:
99
+
100
+ - CAN-SPAM: unsubscribe link in footer — required
101
+ - CAN-SPAM: physical mailing address in footer — required
102
+ - No specific revenue guarantees in this email
103
+ - Showcase is a gallery of real work — no fabricated proof
104
+
105
+ ---
106
+
107
+ ## 7. PLATFORM NOTES
108
+
109
+ Mode C — Export only. Human uploads this copy to GHL after review.
110
+
111
+ **If migrating to Mode A (API):**
112
+ - Platform: GHL
113
+ - API key: `$GHL_API_KEY`
114
+ - Location ID: `$GHL_LOCATION_ID`
115
+ - Template slots: see platform slot map in email draft
@@ -0,0 +1,83 @@
1
+ # Subject Line Matrix — AI UGC Creative Showcase Broadcast
2
+
3
+ ```
4
+ Client: Growthub
5
+ Campaign: showcase-proof-ai-ugc-v1
6
+ Email: Broadcast 01 — AI UGC Creative Showcase
7
+ Pillar: Pillar 3 — Client Results
8
+ Vault asset: sh-01
9
+ Date: 2026-04-10
10
+ ```
11
+
12
+ ---
13
+
14
+ ## SUBJECT LINE VARIANTS
15
+
16
+ ### Option A — Objection reframe (recommended)
17
+ **Type:** Curiosity / Credibility
18
+ **Subject:** Most people assume AI creative looks cheap. This gallery will change that.
19
+ **Preview:** Real work. Major brands. See for yourself.
20
+ **Why:** Opens with the real objection warm prospects carry. Positions the gallery as the answer without making a claim. Lets the creative do the convincing.
21
+
22
+ ---
23
+
24
+ ### Option B — Specificity hook
25
+ **Type:** Social proof / Direct
26
+ **Subject:** AI UGC for major brands — our best work in one gallery
27
+ **Preview:** Formats, quality, and creative range. No demos, no renders.
28
+ **Why:** Specific and direct. Good for a more skeptical segment that responds to "show me" language. Slightly lower intrigue but high clarity.
29
+
30
+ ---
31
+
32
+ ### Option C — Curiosity gap
33
+ **Type:** Curiosity
34
+ **Subject:** What does AI UGC actually look like at brand level?
35
+ **Preview:** We've collected the answer in one place. Worth a look.
36
+ **Why:** Leans into the question warm prospects are already asking. Drives the click through unresolved curiosity. Works best with openers who engage on thought-leadership style content.
37
+
38
+ ---
39
+
40
+ ### Option D — Peer-to-peer tone
41
+ **Type:** Personal / Proof
42
+ **Subject:** I want to show you something we built
43
+ **Preview:** AI UGC — real brands, best formats, full showcase.
44
+ **Why:** Most human-sounding of the set. Matches Antonio's first-person voice. Lower friction for warm audiences who've gotten prior value emails.
45
+
46
+ ---
47
+
48
+ ### Option E — Outcome-forward
49
+ **Type:** Direct / Benefit
50
+ **Subject:** The creative quality bar for AI UGC — see where it sits now
51
+ **Preview:** Some of our best work, across brands and formats. All AI-produced.
52
+ **Why:** Good for a segment that cares about benchmarks and quality standards. Slightly more analytical tone — best for agency owners or performance directors who think in systems.
53
+
54
+ ---
55
+
56
+ ## RECOMMENDED A/B TEST PAIRING
57
+
58
+ | Test | Option A vs | Option D | Hypothesis |
59
+ |---|---|---|---|
60
+ | Curiosity vs. personal | Option A | Option D | Does objection-framing outperform direct personal share with warm prospects? |
61
+
62
+ **Secondary test (if A/B is already running):**
63
+ | Test | Option B vs | Option C |
64
+ |---|---|---|
65
+ | Direct vs. curiosity gap | Option B | Option C |
66
+
67
+ ---
68
+
69
+ ## SELECTION NOTES
70
+
71
+ - **Default recommendation:** Option A. Warmest prospects respond to having their real objection named and neutralized. The gallery is the proof — the subject line just opens the door.
72
+ - **If segment is more analytical (agency owners, performance directors):** Option E
73
+ - **If Antonio's personal send style performs well in this list:** Option D
74
+ - **Avoid mixing curiosity and proof in the same A/B test** — these are different mechanisms and will give cleaner learning tested separately.
75
+
76
+ ---
77
+
78
+ ## PREVIEW TEXT RULES (all options)
79
+
80
+ - Preview text always completes or extends the subject — never repeats it
81
+ - Keep under 90 characters (most clients show 40–90 visible)
82
+ - No emoji in subject or preview for this brand (brand kit: no-fluff, operator-level)
83
+ - All preview text above stays within 90 characters — confirmed
@@ -0,0 +1,174 @@
1
+ # Output Standards — Email Marketing Strategist v1
2
+
3
+ This document defines the output format contract for all artifacts produced by this kit.
4
+ Every output must conform to these standards before platform handoff or delivery to the user.
5
+
6
+ ---
7
+
8
+ ## OUTPUT FOLDER STRUCTURE
9
+
10
+ ```
11
+ output/
12
+ └── <client-slug>/
13
+ └── <campaign-slug>/
14
+ ├── <ClientSlug>_CampaignBrief_<Pillar>_v<N>_<YYYYMMDD>.md
15
+ ├── <ClientSlug>_SequencePlan_<Type>_v<N>_<YYYYMMDD>.md
16
+ ├── <ClientSlug>_Email01_<Theme>_v<N>_<YYYYMMDD>.md
17
+ ├── <ClientSlug>_Email02_<Theme>_v<N>_<YYYYMMDD>.md
18
+ ├── <ClientSlug>_Email03_<Theme>_v<N>_<YYYYMMDD>.md
19
+ ├── <ClientSlug>_Email04_<Theme>_v<N>_<YYYYMMDD>.md
20
+ ├── <ClientSlug>_Email05_<Theme>_v<N>_<YYYYMMDD>.md
21
+ ├── <ClientSlug>_SubjectLineMatrix_v<N>_<YYYYMMDD>.md
22
+ ├── <ClientSlug>_CTAMatrix_v<N>_<YYYYMMDD>.md
23
+ └── <ClientSlug>_QAChecklist_v<N>_<YYYYMMDD>.md
24
+ ```
25
+
26
+ ---
27
+
28
+ ## FILE NAMING CONVENTION
29
+
30
+ **Pattern:** `<ClientSlug>_<OutputType>_<Qualifier>_v<N>_<YYYYMMDD>.md`
31
+
32
+ | Token | Format | Example |
33
+ |---|---|---|
34
+ | `ClientSlug` | PascalCase, no spaces | `Growthub`, `AcmeAgency` |
35
+ | `OutputType` | PascalCase | `CampaignBrief`, `Email01`, `SequencePlan`, `SubjectLineMatrix`, `CTAMatrix`, `QAChecklist` |
36
+ | `Qualifier` | PascalCase — Pillar, Theme, or Type | `AutomationAI`, `WelcomeHook`, `NurtureV1`, `Promo` |
37
+ | `v<N>` | Integer version | `v1`, `v2`, `v3` |
38
+ | `YYYYMMDD` | ISO date, no separators | `20260410` |
39
+
40
+ **Examples:**
41
+ - `Growthub_CampaignBrief_AutomationAI_v1_20260410.md`
42
+ - `Growthub_Email01_RealBottleneck_v1_20260410.md`
43
+ - `Growthub_SubjectLineMatrix_v1_20260410.md`
44
+ - `AcmeAgency_SequencePlan_ColdOutbound_v2_20260415.md`
45
+
46
+ ---
47
+
48
+ ## REQUIRED OUTPUT TYPES PER CAMPAIGN
49
+
50
+ | Campaign type | Required outputs |
51
+ |---|---|
52
+ | Nurture (5 email) | Campaign brief, sequence plan, 5 email drafts, subject line matrix |
53
+ | Cold outbound (4 email) | Campaign brief, sequence plan, 4 email drafts, subject line matrix |
54
+ | Follow-up (3 email) | Campaign brief, sequence plan, 3 email drafts, subject line matrix |
55
+ | Re-engagement (3 email) | Campaign brief, sequence plan, 3 email drafts, subject line matrix |
56
+ | Promotional broadcast | Campaign brief, 1 email draft, subject line matrix |
57
+
58
+ **Optional but recommended:**
59
+ - CTA matrix (for campaigns with multiple CTA variants)
60
+ - QA checklist (required before platform push, optional for export-only)
61
+
62
+ ---
63
+
64
+ ## REQUIRED SECTIONS PER OUTPUT TYPE
65
+
66
+ ### Campaign Brief
67
+ 1. Campaign overview table
68
+ 2. Audience table
69
+ 3. Campaign angle table
70
+ 4. Sequence map table
71
+ 5. CTA spec table
72
+ 6. Voice & tone notes
73
+ 7. Compliance notes
74
+ 8. Platform notes
75
+ 9. Sign-off
76
+
77
+ ### Sequence Plan
78
+ 1. Sequence identity
79
+ 2. Sequence map table (one row per email)
80
+ 3. Arc notes
81
+ 4. Module selection guide (which modules used per email)
82
+
83
+ ### Email Draft
84
+ 1. Metadata block (email #, theme, send day, pillar, segment, campaign, client, version, date)
85
+ 2. Subject line (primary) + preview text
86
+ 3. Opening hook
87
+ 4. Body blocks (2–4)
88
+ 5. Primary CTA (on its own line)
89
+ 6. PS line
90
+ 7. Plain-text fallback block
91
+ 8. Platform slot map (if platform handoff in scope)
92
+
93
+ ### Subject Line Matrix
94
+ 1. Matrix metadata block
95
+ 2. 5+ variants per email, with type tag (curiosity / urgency / proof / personal / direct)
96
+ 3. Preview text for each variant
97
+ 4. Recommended A/B test pairing with rationale
98
+
99
+ ### CTA Matrix
100
+ 1. Primary CTAs (minimum 2 variants)
101
+ 2. Soft CTAs (minimum 2 variants)
102
+ 3. Reply CTAs (minimum 2 variants)
103
+ 4. PS line CTAs (minimum 2 variants)
104
+
105
+ ### QA Checklist
106
+ 1. Copy review (subject, preview, body, CTA)
107
+ 2. Compliance review
108
+ 3. Platform review
109
+ 4. Sign-off
110
+
111
+ ---
112
+
113
+ ## MARKDOWN FORMATTING RULES
114
+
115
+ - **H1** (`#`) — document/campaign title only (one per file)
116
+ - **H2** (`##`) — major sections (Campaign Overview, Audience, etc.)
117
+ - **H3** (`###`) — sub-sections (individual emails, CTA types)
118
+ - **Bold** (`**text**`) — used for CTA text, key terms, section labels inside tables
119
+ - **Tables** — used for structured data (sequence maps, CTAs, matrices, metadata)
120
+ - **Code blocks** (` ``` `) — used for metadata blocks, plain-text fallbacks, platform slot maps
121
+ - No embedded HTML — plain Markdown only
122
+ - No emojis unless explicitly approved in brand kit
123
+ - Horizontal rules (`---`) used between major sections and between emails in a sequence file
124
+
125
+ ---
126
+
127
+ ## VERSIONING RULES
128
+
129
+ - Never overwrite an existing output file — always create a new version (`v2`, `v3`)
130
+ - Version numbers are integers — `v1`, `v2`, not `v1.1`
131
+ - When creating a revised version, note the change in the file header or in a `REVISION NOTES` section
132
+ - Both versions are retained in the output folder — old versions are not deleted
133
+
134
+ ---
135
+
136
+ ## PLATFORM READINESS REQUIREMENTS
137
+
138
+ Every email draft must include:
139
+
140
+ 1. **Plain-text fallback** — complete, formatted for plain text, no HTML, raw URLs only
141
+ 2. **Platform slot map** — if platform handoff is in scope (see `runtime-assumptions.md`)
142
+ 3. **Subject + preview pair** — never subject line without preview text
143
+ 4. **Compliance footer elements** — unsubscribe link text and physical address reference
144
+
145
+ ---
146
+
147
+ ## DELIVERABLES LOG FORMAT
148
+
149
+ After every completed campaign, append to the client brand kit deliverables log:
150
+
151
+ ```
152
+ - YYYY-MM-DD | <CampaignType> v<N> — <CampaignName> | output/<client-slug>/<campaign-slug>/
153
+ ```
154
+
155
+ Example:
156
+ ```
157
+ - 2026-04-10 | Nurture Sequence v1 — Creative Velocity Nurture Q2 2026 | output/growthub/q2-nurture-automation/
158
+ ```
159
+
160
+ ---
161
+
162
+ ## OUTPUT QUALITY STANDARDS
163
+
164
+ An output is complete when:
165
+
166
+ - [ ] All required sections are present and filled (no placeholder text remaining)
167
+ - [ ] Subject line matrix has minimum 5 variants per email with preview text
168
+ - [ ] Every email draft has a plain-text fallback
169
+ - [ ] Brand kit guardrails reviewed — no violations
170
+ - [ ] No fabricated proof points — all results from approved brand kit
171
+ - [ ] CTA text is verb-first and outcome-specific
172
+ - [ ] Platform slot map complete (if platform handoff in scope)
173
+ - [ ] QA checklist run and signed off
174
+ - [ ] Deliverables log updated in brand kit