@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,156 @@
1
+ # Broadcast Format: Activation / Booking
2
+
3
+ > **Format ID:** `activation-booking`
4
+ > **Purpose:** Move warm, nurtured leads toward booking a call, applying, or taking the next concrete step.
5
+ > This is the conversion-intent broadcast. It follows proof and engagement sends — never use it cold.
6
+ > **Vault asset types:** Testimonials (`t-*`), case studies (`cs-*`), showcases (`sh-*`) + booking CTA
7
+ > **Recommended segment:** Warm leads, nurtured contacts (opened 2+ emails, clicked a resource), booked-not-closed
8
+ > **Email count:** 1 (single broadcast)
9
+ > **Tone:** Direct, confident, peer-to-peer — not salesy or desperate
10
+
11
+ ---
12
+
13
+ ## FORMAT RULES
14
+
15
+ - **Only send to warm segments.** This format assumes the reader has already received value and has some familiarity with the brand. Never blast cold lists with an activation email.
16
+ - **Lead with a proof point, not a pitch.** Start with a result or a client outcome — proof earns the right to make the ask.
17
+ - **The ask should be specific and low-friction.** "Book a 20-minute call" beats "Let's connect sometime". Name the action and the time investment.
18
+ - **One proof asset, one CTA.** Don't stack multiple case studies. One credible result, then the ask.
19
+ - **Acknowledge where they are.** A warm lead who's seen resources but hasn't booked isn't cold — they're thinking. Don't treat them like a stranger.
20
+ - **Give them a reason why now matters.** Not fake urgency — a real reason. Seasonal demand, capacity, a relevant insight, a recent result. Something true.
21
+
22
+ ---
23
+
24
+ ## PLACEHOLDERS
25
+
26
+ | Placeholder | Source | Notes |
27
+ |---|---|---|
28
+ | `[BRAND_NAME]` | `brand_kit.brand_name` | Sender identity |
29
+ | `[FROM_NAME]` | `brand_kit.email_from_name` | e.g. "Antonio from Growthub" |
30
+ | `[PROOF_TITLE]` | vault proof asset `title` | Case study or testimonial name |
31
+ | `[PROOF_URL]` | vault proof asset `url` | Link to proof asset |
32
+ | `[HEADLINE_RESULT]` | vault `case_studies[].key_result` | The most compelling single result |
33
+ | `[BOOKING_CTA_TEXT]` | `brand_kit.cta_hierarchy` | e.g. "Book a free strategy call →" |
34
+ | `[BOOKING_URL]` | `brand_kit.cta_hierarchy` booking link | Direct calendar/booking page link |
35
+ | `[PERSONA_DESCRIPTION]` | campaign brief | Who this segment is |
36
+ | `[RELEVANCE_BRIDGE]` | campaign brief | Why this result is relevant to this segment |
37
+ | `[REASON_WHY_NOW]` | campaign brief | True, non-manufactured reason to act now |
38
+ | `[SEGMENT_TAG]` | campaign brief | Target segment |
39
+
40
+ ---
41
+
42
+ ## SUBJECT LINE SLOT
43
+
44
+ ```
45
+ subject_line: [SUBJECT_LINE — see matrix below]
46
+ preview_text: [PREVIEW_TEXT — adds specificity, increases open rate]
47
+ ```
48
+
49
+ ### Subject line matrix — generate 3–5 options
50
+
51
+ | Type | Structure | Example |
52
+ |---|---|---|
53
+ | Proof-led | "[RESULT] — could be you next" | "3x ROAS in 60 days — could be you next" |
54
+ | Direct ask | "Are you open to a call?" | unchanged |
55
+ | Situation match | "If you're dealing with [pain], this is worth 20 minutes" | "If your CPA keeps climbing, this is worth 20 minutes" |
56
+ | Scarcity signal (real) | "Taking [N] new clients this [month/quarter]" | "Taking 3 new clients this month" |
57
+ | Warm re-engage | "You've been thinking about this. Let's talk." | unchanged |
58
+
59
+ ---
60
+
61
+ ## EMAIL BODY TEMPLATE
62
+
63
+ ```
64
+ ---
65
+ FROM: [FROM_NAME]
66
+ TO: [SEGMENT_TAG]
67
+ SUBJECT: [SUBJECT_LINE]
68
+ PREVIEW: [PREVIEW_TEXT]
69
+ ---
70
+
71
+ [PROOF OPENER — 1–2 sentences. Open with a specific result. Name the outcome.
72
+ Give enough context that the reader can picture the situation. This earns the ask.]
73
+
74
+ [RELEVANCE BRIDGE — 1–2 sentences. Connect this result to the reader's situation.
75
+ "If you're dealing with [similar problem]..." or "This is the same framework we use
76
+ for [persona] who [situation]." Make it feel relevant, not generic.]
77
+
78
+ [REASON WHY NOW — 1–2 sentences. Give a real reason to act this month vs. next.
79
+ Capacity, seasonal timing, a new approach, a recent win in their industry.
80
+ Never fake urgency — only use if there's a genuine reason.]
81
+
82
+ [THE ASK — 1–2 sentences. Be direct about what you're offering and what it costs them.
83
+ "20-minute call", "free strategy session", "no-pitch conversation". Name the action.]
84
+
85
+ → [BOOKING_CTA_TEXT]
86
+ [BOOKING_URL]
87
+
88
+ [OPTIONAL PS — add a soft version of the ask or a final proof signal.
89
+ "If now isn't the right time, reply and tell me when is." or
90
+ "Here's the full case study if you want to see the numbers first: [PROOF_URL]"]
91
+
92
+
93
+ [FROM_NAME]
94
+ [BRAND_NAME]
95
+
96
+ ---
97
+ [Footer: unsubscribe | physical address]
98
+ ```
99
+
100
+ ---
101
+
102
+ ## FILLED EXAMPLE — Growthub
103
+
104
+ **Assets used:** `cs-07` — Meta Ads Success Story (proof), booking CTA from brand kit
105
+ **Segment:** warm-leads-nurtured-no-call
106
+
107
+ ```
108
+ ---
109
+ FROM: Antonio from Growthub
110
+ TO: warm-leads-nurtured-no-call
111
+ SUBJECT: If your Meta CPA keeps climbing, this is worth 20 minutes
112
+ PREVIEW: Just helped another brand fix exactly this — here's what changed.
113
+ ---
114
+
115
+ Just wrapped a campaign for a brand that was in the same spot most performance teams
116
+ find themselves in: spend climbing, CPA following it up, creative rotation running dry.
117
+
118
+ We rebuilt their creative system — new hooks, new formats, new testing cadence. CPA
119
+ came back down. Spend went back up. The full story is in the case study if you
120
+ want to see the numbers.
121
+
122
+ We're taking a few new clients this month. If this sounds like where you are,
123
+ it's worth a 20-minute conversation to see if there's a fit.
124
+
125
+ → Book a free strategy call →
126
+ [BOOKING_URL]
127
+
128
+ PS — If you want to see the full campaign breakdown first, it's here:
129
+ https://gamma.app/docs/GH-Case-Study-Meta-Ads-Success-Story-i0vpnkpwlppew4p
130
+
131
+
132
+ Antonio
133
+ Growthub
134
+
135
+ ---
136
+ [unsubscribe] · Growthub · [physical address]
137
+ ```
138
+
139
+ ---
140
+
141
+ ## QA CHECKLIST
142
+
143
+ Before approving this broadcast:
144
+
145
+ - [ ] Segment confirmed as warm — this format is NOT for cold lists
146
+ - [ ] Email opens with proof, not a pitch or a direct ask
147
+ - [ ] Proof asset is from vault with `status: active` — no fabricated results
148
+ - [ ] Reason why now is real and specific — not manufactured urgency
149
+ - [ ] The ask is clearly stated with time investment named ("20-minute call")
150
+ - [ ] Booking URL is correct and functional
151
+ - [ ] Body is under 200 words
152
+ - [ ] One CTA — the booking link
153
+ - [ ] PS (if used) is a soft alternative or additional proof, not a second hard ask
154
+ - [ ] FROM name matches `brand_kit.email_from_name`
155
+ - [ ] Footer present (unsubscribe + physical address)
156
+ - [ ] Tone is direct and peer-level — not desperate, not high-pressure
@@ -0,0 +1,175 @@
1
+ # Broadcast Format: Engagement Nudge
2
+
3
+ > **Format ID:** `engagement-nudge`
4
+ > **Purpose:** Re-warm cold or disengaged subscribers. Deliver low-friction value — a YouTube video,
5
+ > community invite, or educational resource — with the goal of getting a click or reply. No hard sell.
6
+ > **Vault asset types:** YouTube videos (`yt-*`), community (`lm-04`), educational lead magnets (`lm-*`)
7
+ > **Recommended segment:** Cold leads (30+ days inactive), un-engaged subscribers, passive opt-ins
8
+ > **Email count:** 1 (single broadcast)
9
+ > **Tone:** Human, low-key, conversational — like a message from a peer, not a campaign
10
+
11
+ ---
12
+
13
+ ## FORMAT RULES
14
+
15
+ - **No pitch, no ask.** The only goal is a click or a reply. Nothing about services, nothing about buying.
16
+ - **Short and human.** This email should feel like a quick message from someone who thought of you, not a newsletter blast. Under 100 words in the body.
17
+ - **Pick low-friction assets.** YouTube videos and community links work well because there's no form to fill. Just one click.
18
+ - **Open with something useful, not a premise about being busy.** Don't start with "I know you're busy" or "I just wanted to check in". Lead with the value.
19
+ - **PS can be a soft re-engagement question.** "What are you working on right now?" is more effective than any funnel tactic.
20
+ - **Goal is reactivation.** A click or a reply means the contact is re-engaged. That's the win — not a conversion.
21
+
22
+ ---
23
+
24
+ ## PLACEHOLDERS
25
+
26
+ | Placeholder | Source | Notes |
27
+ |---|---|---|
28
+ | `[BRAND_NAME]` | `brand_kit.brand_name` | Sender identity |
29
+ | `[FROM_NAME]` | `brand_kit.email_from_name` | e.g. "Antonio from Growthub" |
30
+ | `[ASSET_TITLE]` | vault asset `title` | Video title, community name, or LM title |
31
+ | `[ASSET_URL]` | vault asset `url` | Direct link — no landing page friction |
32
+ | `[ASSET_TYPE]` | vault asset `type` | "video", "community", "guide" |
33
+ | `[PRIMARY_CTA_TEXT]` | vault asset `cta_text` | CTA text from vault |
34
+ | `[ASSET_TEASER]` | vault asset `description` (condensed) | 1-sentence tease of what's inside |
35
+ | `[PILLAR]` | vault asset `pillar` | Informs angle and language |
36
+ | `[SEGMENT_TAG]` | campaign brief | Target segment |
37
+ | `[RE_ENGAGEMENT_HOOK]` | brand kit / campaign brief | Optional: what's changed or new that makes now relevant |
38
+
39
+ ---
40
+
41
+ ## SUBJECT LINE SLOT
42
+
43
+ ```
44
+ subject_line: [SUBJECT_LINE — see matrix below]
45
+ preview_text: [PREVIEW_TEXT — low-key, adds context]
46
+ ```
47
+
48
+ ### Subject line matrix — generate 3–5 options
49
+
50
+ | Type | Structure | Example |
51
+ |---|---|---|
52
+ | Soft share | "Thought you'd like this" | unchanged |
53
+ | Topic tease | "Quick [VIDEO/GUIDE] on [TOPIC]" | "Quick video on AI batch image generation" |
54
+ | Personal frame | "Been working on this for [persona]" | "Been building this for marketing teams" |
55
+ | No-hype share | "Worth 10 minutes if you're into [topic]" | "Worth 10 minutes if you're into AI creative" |
56
+ | Open loop | "Have you seen what's working in [area] right now?" | "Have you seen what's working in Meta creative right now?" |
57
+
58
+ ---
59
+
60
+ ## EMAIL BODY TEMPLATE
61
+
62
+ ```
63
+ ---
64
+ FROM: [FROM_NAME]
65
+ TO: [SEGMENT_TAG]
66
+ SUBJECT: [SUBJECT_LINE]
67
+ PREVIEW: [PREVIEW_TEXT]
68
+ ---
69
+
70
+ [SOFT OPENER — 1 sentence. Introduce the asset with a low-key, human frame.
71
+ "Made this", "Found this useful", "Been thinking about this" style.]
72
+
73
+ [ASSET TEASE — 1–2 sentences. What's inside, who it's for, why it's worth a click.
74
+ Keep it light — this is a share, not a pitch.]
75
+
76
+ → [PRIMARY_CTA_TEXT]
77
+ [ASSET_URL]
78
+
79
+ [OPTIONAL PS — re-engagement question or soft signal. "What are you working on?"
80
+ or "Reply if you want more like this." Human, not automated-feeling.]
81
+
82
+
83
+ [FROM_NAME]
84
+ [BRAND_NAME]
85
+
86
+ ---
87
+ [Footer: unsubscribe | physical address]
88
+ ```
89
+
90
+ ---
91
+
92
+ ## FILLED EXAMPLE A — YouTube video
93
+
94
+ **Asset used:** `yt-01` — Antonio YouTube Video 1
95
+ **Segment:** cold-leads-30-days
96
+
97
+ ```
98
+ ---
99
+ FROM: Antonio from Growthub
100
+ TO: cold-leads-30-days
101
+ SUBJECT: Worth watching if you're running AI creative
102
+ PREVIEW: Put this together for teams trying to move faster with AI.
103
+ ---
104
+
105
+ Put this video together for marketing teams who are using AI tools but still
106
+ spending too long on production. Covers the workflow, the shortcuts, and the
107
+ things most people miss.
108
+
109
+ 15 minutes. No fluff.
110
+
111
+ → Watch on YouTube →
112
+ https://youtu.be/yACECplpWGU?si=cFtQCyG_k_98KTtl
113
+
114
+ PS — Hit reply and tell me what's taking the most time in your creative workflow
115
+ right now. Working on a resource around the most common bottlenecks.
116
+
117
+
118
+ Antonio
119
+ Growthub
120
+
121
+ ---
122
+ [unsubscribe] · Growthub · [physical address]
123
+ ```
124
+
125
+ ---
126
+
127
+ ## FILLED EXAMPLE B — Community invite
128
+
129
+ **Asset used:** `lm-04` — Growthub SKOOL Community
130
+ **Segment:** new-opt-ins-cold
131
+
132
+ ```
133
+ ---
134
+ FROM: Antonio from Growthub
135
+ TO: new-opt-ins-cold
136
+ SUBJECT: There's a free community for this
137
+ PREVIEW: 4,000+ marketers learning AI marketing and growth — free to join.
138
+ ---
139
+
140
+ If you're figuring out AI marketing and growth, there's a community for it.
141
+
142
+ 4,000+ marketers, founders, and operators sharing what's working, what's not,
143
+ and building together. Templates, resources, and conversations you won't find
144
+ on a podcast. Free to join.
145
+
146
+ → Join the free community →
147
+ https://www.skool.com/growthub/about
148
+
149
+ PS — Once you're in, introduce yourself. The threads in the community are
150
+ where the real conversations happen.
151
+
152
+
153
+ Antonio
154
+ Growthub
155
+
156
+ ---
157
+ [unsubscribe] · Growthub · [physical address]
158
+ ```
159
+
160
+ ---
161
+
162
+ ## QA CHECKLIST
163
+
164
+ Before approving this broadcast:
165
+
166
+ - [ ] Body is under 120 words — this should feel like a quick message, not a campaign
167
+ - [ ] No mention of services, pricing, or offers anywhere in the email
168
+ - [ ] One asset, one CTA
169
+ - [ ] URL is correct and goes directly to the asset (no extra landing page friction)
170
+ - [ ] Tone is conversational — reads like a human wrote it, not a campaign builder
171
+ - [ ] Subject line is low-key — no urgency, no hype, no manipulation
172
+ - [ ] PS (if used) is a question or soft human signal — not a sales trigger
173
+ - [ ] FROM name matches `brand_kit.email_from_name`
174
+ - [ ] Footer present (unsubscribe + physical address)
175
+ - [ ] Segment confirmed — these are cold/disengaged, not warm pipeline contacts
@@ -0,0 +1,149 @@
1
+ # Broadcast Format: Lead Magnet Traffic
2
+
3
+ > **Format ID:** `lead-magnet-traffic`
4
+ > **Purpose:** Drive traffic to a lead magnet landing page. Tease the value, create desire, push the click.
5
+ > **Vault asset types:** Lead magnets with landing page URLs (`lm-*`)
6
+ > **Recommended segment:** Cold/warm subscribers who haven't accessed this resource yet, re-engageable contacts
7
+ > **Email count:** 1 (single broadcast)
8
+ > **Tone:** Curious, benefit-forward, low pressure
9
+
10
+ ---
11
+
12
+ ## FORMAT RULES
13
+
14
+ - **Tease, don't deliver.** The resource lives on a landing page — this email creates desire and drives the click. Don't explain everything.
15
+ - **Lead with the benefit, not the format.** "Better ad creative" beats "a new playbook". Outcome first, format second.
16
+ - **One resource, one landing page.** This format drives to a single destination. No multi-asset roundups.
17
+ - **Create a reason to click now.** Not urgency — curiosity and benefit clarity. Make them feel like they're missing something by not clicking.
18
+ - **Subject line carries most of the weight.** If the subject doesn't create desire, the email fails. Test 3–5 variants.
19
+
20
+ ---
21
+
22
+ ## PLACEHOLDERS
23
+
24
+ | Placeholder | Source | Notes |
25
+ |---|---|---|
26
+ | `[BRAND_NAME]` | `brand_kit.brand_name` | Sender identity |
27
+ | `[FROM_NAME]` | `brand_kit.email_from_name` | e.g. "Antonio from Growthub" |
28
+ | `[ASSET_TITLE]` | vault `lead_magnets[].title` | Title of the resource |
29
+ | `[ASSET_DESCRIPTION]` | vault `lead_magnets[].description` | What's inside — used for body framing |
30
+ | `[ASSET_URL]` | vault `lead_magnets[].url` | Landing page URL |
31
+ | `[ASSET_TYPE]` | vault `lead_magnets[].type` | e.g. "playbook", "guide", "database" |
32
+ | `[PRIMARY_CTA_TEXT]` | vault `lead_magnets[].cta_text` | Exact CTA copy from vault |
33
+ | `[PERSONA_DESCRIPTION]` | vault `lead_magnets[].audience` | Who should want this |
34
+ | `[PILLAR]` | vault `lead_magnets[].pillar` | Informs framing angle and language patterns |
35
+ | `[PAIN_POINT]` | brand kit pillar angle | What problem this resource solves |
36
+ | `[DESIRED_OUTCOME]` | brand kit pillar angle | What success looks like after using it |
37
+ | `[SEGMENT_TAG]` | campaign brief | Target segment |
38
+
39
+ ---
40
+
41
+ ## SUBJECT LINE SLOT
42
+
43
+ ```
44
+ subject_line: [SUBJECT_LINE — see matrix below]
45
+ preview_text: [PREVIEW_TEXT — amplifies subject, adds curiosity]
46
+ ```
47
+
48
+ ### Subject line matrix — generate 3–5 options
49
+
50
+ | Type | Structure | Example |
51
+ |---|---|---|
52
+ | Outcome tease | "How [PERSONA] [achieves DESIRED_OUTCOME] without [PAIN_POINT]" | "How DTC teams scale creative without raising headcount" |
53
+ | Question | "What's your [metric] missing?" | "What's your ROAS missing?" |
54
+ | Curiosity gap | "The [resource] that changed how we [outcome]" | "The database that changed how we write hooks" |
55
+ | Social proof signal | "[NUMBER] [persona] are using this to [outcome]" | "800+ marketers used this to fix their hook problem" |
56
+ | Direct benefit | "Get [ASSET_TITLE] — free" | "Get the Winning Ads Playbook — free" |
57
+
58
+ ---
59
+
60
+ ## EMAIL BODY TEMPLATE
61
+
62
+ ```
63
+ ---
64
+ FROM: [FROM_NAME]
65
+ TO: [SEGMENT_TAG]
66
+ SUBJECT: [SUBJECT_LINE]
67
+ PREVIEW: [PREVIEW_TEXT]
68
+ ---
69
+
70
+ [HOOK — 1 sentence. Name the pain or the opportunity. Make it specific.]
71
+
72
+ [PROBLEM FRAME — 1–2 sentences. Describe the situation [PERSONA_DESCRIPTION] is in
73
+ that makes [ASSET_TITLE] valuable. What's at stake if they don't have this?]
74
+
75
+ [RESOURCE INTRO — 1–2 sentences. Introduce the resource. Name it. Say what's inside
76
+ at a high level. Don't give everything away — create curiosity.]
77
+
78
+ [BENEFIT STATEMENT — 1 sentence. What they'll be able to do after. Outcome-focused.]
79
+
80
+ → [PRIMARY_CTA_TEXT]
81
+ [ASSET_URL]
82
+
83
+ [OPTIONAL PS — secondary benefit or social proof signal. One sentence.]
84
+
85
+
86
+ [FROM_NAME]
87
+ [BRAND_NAME]
88
+
89
+ ---
90
+ [Footer: unsubscribe | physical address]
91
+ ```
92
+
93
+ ---
94
+
95
+ ## FILLED EXAMPLE — Growthub
96
+
97
+ **Asset used:** `lm-05` — Free Competitor Ads Report
98
+ **Segment:** warm-leads-paid-media
99
+
100
+ ```
101
+ ---
102
+ FROM: Antonio from Growthub
103
+ TO: warm-leads-paid-media
104
+ SUBJECT: What are your competitors actually running on Meta?
105
+ PREVIEW: Most brands find out too late — here's how to see it for free.
106
+ ---
107
+
108
+ Most brands find out what their competitors are running only after they've already
109
+ lost market share to it.
110
+
111
+ If you're running paid media on Meta, you should know exactly what creative angles,
112
+ hooks, and formats are working in your niche right now — not six weeks from now.
113
+
114
+ I put together a free report that shows you exactly that. Top ads, hooks, formats,
115
+ and angles from your competitive set. No tools to buy, no setup required.
116
+
117
+ You get the report for free — just tell me your niche.
118
+
119
+ → Get my free competitor ads report →
120
+ https://www.growthub.ai/f/winning-ads-signup
121
+
122
+ PS — Most teams who run this are surprised by what they find. The hooks that are
123
+ performing aren't the ones they expected.
124
+
125
+
126
+ Antonio
127
+ Growthub
128
+
129
+ ---
130
+ [unsubscribe] · Growthub · [physical address]
131
+ ```
132
+
133
+ ---
134
+
135
+ ## QA CHECKLIST
136
+
137
+ Before approving this broadcast:
138
+
139
+ - [ ] Subject line creates curiosity or benefit desire — not click-bait or manipulative
140
+ - [ ] Body is under 175 words
141
+ - [ ] One CTA only — points to landing page URL
142
+ - [ ] URL is correct, landing page is live and functional
143
+ - [ ] CTA text matches vault `cta_text` exactly
144
+ - [ ] Email teases value without fully delivering it (drives the click)
145
+ - [ ] Pain point and persona are specific — not generic
146
+ - [ ] FROM name matches `brand_kit.email_from_name`
147
+ - [ ] Footer present (unsubscribe + physical address)
148
+ - [ ] Segment confirmed — resource hasn't been sent to this segment in last 60 days
149
+ - [ ] 3–5 subject line variants generated for testing
@@ -0,0 +1,153 @@
1
+ # Broadcast Format: Showcase Proof
2
+
3
+ > **Format ID:** `showcase-proof`
4
+ > **Purpose:** Share a case study, results gallery, or testimonial to build credibility and authority.
5
+ > **Vault asset types:** Case studies (`cs-*`), showcases (`sh-*`), testimonials (`t-*`)
6
+ > **Recommended segment:** Warm leads, mid-funnel contacts, re-engagement list
7
+ > **Email count:** 1 (single broadcast)
8
+ > **Tone:** Confident, grounded, specific — never boastful or salesy
9
+
10
+ ---
11
+
12
+ ## FORMAT RULES
13
+
14
+ - **Lead with the result, not the client.** "3x ROAS in 6 weeks" beats "Check out our new case study".
15
+ - **Be specific.** Vague proof doesn't move people. Numbers, industries, timeframes — make it real.
16
+ - **One proof asset per broadcast.** Don't stack 3 case studies in one email. Pick the one most relevant to the segment.
17
+ - **Soft CTA.** Showcase-proof emails build credibility — they don't hard-sell. The CTA is "see the full story", not "buy now".
18
+ - **Industry match matters.** When possible, pick a proof asset that matches the segment's industry or persona.
19
+ - **Only use approved proof.** Never fabricate results. Only assets in the vault with `status: active` are approved for use.
20
+
21
+ ---
22
+
23
+ ## PLACEHOLDERS
24
+
25
+ | Placeholder | Source | Notes |
26
+ |---|---|---|
27
+ | `[BRAND_NAME]` | `brand_kit.brand_name` | Sender identity |
28
+ | `[FROM_NAME]` | `brand_kit.email_from_name` | e.g. "Antonio from Growthub" |
29
+ | `[PROOF_TITLE]` | vault `case_studies[].title` or `showcases[].title` | What this proof shows |
30
+ | `[PROOF_TYPE]` | vault asset `type` | "case study", "results gallery", "testimonial" |
31
+ | `[PROOF_URL]` | vault asset `url` | Link to the full proof asset |
32
+ | `[HEADLINE_RESULT]` | `case_studies[].key_result` or inferred | The single most compelling result |
33
+ | `[INDUSTRY]` | vault `case_studies[].industry` (if present) | Industry context |
34
+ | `[PRIMARY_CTA_TEXT]` | vault asset `cta_text` | CTA copy from vault |
35
+ | `[PERSONA_DESCRIPTION]` | vault asset `persona_match` or campaign brief | Who this proof resonates with |
36
+ | `[SEGMENT_TAG]` | campaign brief | Target segment |
37
+ | `[PROOF_CONTEXT]` | campaign brief | 1–2 sentences of context about the client/situation |
38
+
39
+ ---
40
+
41
+ ## SUBJECT LINE SLOT
42
+
43
+ ```
44
+ subject_line: [SUBJECT_LINE — see matrix below]
45
+ preview_text: [PREVIEW_TEXT — adds specificity or curiosity to subject]
46
+ ```
47
+
48
+ ### Subject line matrix — generate 3–5 options
49
+
50
+ | Type | Structure | Example |
51
+ |---|---|---|
52
+ | Lead with result | "[RESULT] — here's how" | "3x ROAS in 6 weeks — here's how" |
53
+ | Social proof | "What happened when [persona] [did thing]" | "What happened when this DTC brand rebuilt their creative" |
54
+ | Before/after | "From [before] to [after] — case study" | "From $8 CPA to $3.20 — full breakdown" |
55
+ | Specificity hook | "Real numbers from a real [INDUSTRY] campaign" | "Real numbers from a real supplement campaign" |
56
+ | Credibility signal | "We don't post case studies often. This one earned it." | unchanged |
57
+
58
+ ---
59
+
60
+ ## EMAIL BODY TEMPLATE
61
+
62
+ ```
63
+ ---
64
+ FROM: [FROM_NAME]
65
+ TO: [SEGMENT_TAG]
66
+ SUBJECT: [SUBJECT_LINE]
67
+ PREVIEW: [PREVIEW_TEXT]
68
+ ---
69
+
70
+ [HEADLINE RESULT — 1 sentence. Open with the most compelling outcome from this proof.
71
+ Make it specific. Numbers where available.]
72
+
73
+ [CONTEXT — 1–2 sentences. Who this was for, what they were dealing with, what the
74
+ situation looked like before Growthub's involvement. Don't over-explain — just enough
75
+ for the reader to see themselves in it.]
76
+
77
+ [WHAT CHANGED — 1–2 sentences. What the work actually was. Creative? Strategy?
78
+ Volume? Speed? Name the mechanism without turning it into a feature list.]
79
+
80
+ [RESULT REINFORCEMENT — 1 sentence. Restate the outcome with one more data point
81
+ or qualitative signal that makes it concrete.]
82
+
83
+ → [PRIMARY_CTA_TEXT]
84
+ [PROOF_URL]
85
+
86
+ [OPTIONAL PS — soft segue toward next step. "If this sounds like your situation..." or
87
+ "If you're running [similar problem], we should talk." Keep it non-pushy.]
88
+
89
+
90
+ [FROM_NAME]
91
+ [BRAND_NAME]
92
+
93
+ ---
94
+ [Footer: unsubscribe | physical address]
95
+ ```
96
+
97
+ ---
98
+
99
+ ## FILLED EXAMPLE — Growthub
100
+
101
+ **Asset used:** `cs-05` — Vitamin Brand Performance Scaling Overview
102
+ **Segment:** warm-leads-supplements
103
+
104
+ ```
105
+ ---
106
+ FROM: Antonio from Growthub
107
+ TO: warm-leads-supplements
108
+ SUBJECT: How a vitamin brand scaled spend without killing CPA
109
+ PREVIEW: The creative system that made it possible — full breakdown inside.
110
+ ---
111
+
112
+ They were scaling fast but CPA was climbing. Every time they pushed spend,
113
+ efficiency dropped. Classic creative fatigue — not enough winning ads coming out
114
+ fast enough to support the media budget.
115
+
116
+ The fix wasn't more spend. It was a creative velocity system — structured testing,
117
+ faster production, and a rotation framework that kept winners running without
118
+ burning them out.
119
+
120
+ CPA held. Spend scaled. The brand now runs a sustainable ad creative machine
121
+ instead of chasing last week's winners.
122
+
123
+ → See the full performance overview →
124
+ https://gamma.app/docs/Vitamin-Brand-Performance-Scaling-Overview-y9rqrgqp032mefx
125
+
126
+ PS — If your CPA climbs every time you scale spend, the lever is usually creative —
127
+ not budget. Worth a conversation if you want to dig into it.
128
+
129
+
130
+ Antonio
131
+ Growthub
132
+
133
+ ---
134
+ [unsubscribe] · Growthub · [physical address]
135
+ ```
136
+
137
+ ---
138
+
139
+ ## QA CHECKLIST
140
+
141
+ Before approving this broadcast:
142
+
143
+ - [ ] Proof asset is in vault with `status: active` — never use unapproved or fabricated results
144
+ - [ ] Headline result is specific (numbers, timeframe, or named outcome)
145
+ - [ ] Body is under 200 words
146
+ - [ ] One proof asset featured, one CTA
147
+ - [ ] URL is correct and asset is accessible
148
+ - [ ] Industry/persona match confirmed for target segment
149
+ - [ ] Tone is confident and grounded — not boastful or hype-driven
150
+ - [ ] PS is soft — does not hard-sell or push an offer
151
+ - [ ] FROM name matches `brand_kit.email_from_name`
152
+ - [ ] Footer present (unsubscribe + physical address)
153
+ - [ ] No fabricated data points — all results from approved vault asset