@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
package/README.md CHANGED
@@ -22,10 +22,14 @@ The CLI ships a bundled Worker Kit export surface for local adapter environments
22
22
  These kits are not server installs or database records. They are frozen, working-directory-ready
23
23
  artifacts that local adapters can run inside directly.
24
24
 
25
+ They should be understood as packaged execution environments. A kit can carry prompts, templates, examples, output standards, and local runtime assumptions together as one reusable environment.
26
+
25
27
  ```bash
26
28
  growthub kit list
27
29
  growthub kit inspect creative-strategist-v1
30
+ growthub kit inspect growthub-open-higgsfield-studio-v1
28
31
  growthub kit download creative-strategist-v1
32
+ growthub kit download growthub-open-higgsfield-studio-v1
29
33
  growthub kit path creative-strategist-v1
30
34
  growthub kit validate /absolute/path/to/kit
31
35
  ```
@@ -33,9 +37,9 @@ growthub kit validate /absolute/path/to/kit
33
37
  V1 is intentionally narrow:
34
38
 
35
39
  - bundled catalog plus local export only
36
- - one downloadable Creative Strategist kit
40
+ - downloadable worker kits for creative strategy, email strategy, and Open Higgsfield AI visual production
37
41
  - deterministic zip plus expanded export folder
38
- - public `solawave` example brand included
42
+ - public example brand kits only
39
43
  - no heartbeat wiring, app install flow, server registry, plugin lifecycle, or database kit records
40
44
 
41
45
  ### How local adapters use worker kits
@@ -54,6 +58,26 @@ This is the current integration surface for worker kits in Growthub. In other wo
54
58
  becomes a specialized local execution environment that an agent can access and work within through
55
59
  its configured working directory.
56
60
 
61
+ ### Environment expansion model
62
+
63
+ The packaging model supports more than a single strategy kit.
64
+
65
+ The same packaging model can support:
66
+
67
+ - strategy environments
68
+ - email marketing environments
69
+ - browser-heavy GTM environments
70
+ - local production environments such as motion or Remotion-based workflows
71
+
72
+ That means a new environment should usually be added as:
73
+
74
+ 1. a self-contained kit folder
75
+ 2. a manifest and bundle contract
76
+ 3. registered catalog metadata
77
+ 4. a real local adapter validation pass through `Working directory`
78
+
79
+ not as a new one-off CLI code path.
80
+
57
81
  ## What this is
58
82
 
59
83
  **growthub-core** is an opinionated, self-hosted developer experience platform that treats every unit of work as a **Ticket** — a sequential pipeline of stages (planning → execution → review → qa → human) — where each stage is owned by a specific AI agent. Designed for **parallel multi-ticket execution** with real-time agent status, live heartbeat tracking, and full pipeline control from a single command center dashboard.
@@ -0,0 +1,172 @@
1
+ # Brand Kit — [CLIENT NAME]
2
+
3
+ > Copy this file to `brands/<client-slug>/brand-kit.md` and fill in all fields before writing any copy.
4
+ > Fields marked [REQUIRED] must be filled before the agent can proceed. Fields marked [OPTIONAL] can be added later.
5
+
6
+ ---
7
+
8
+ ## IDENTITY
9
+
10
+ ```yaml
11
+ client_name: "[CLIENT NAME]" # [REQUIRED]
12
+ slug: "[client-slug]" # [REQUIRED] lowercase-hyphen, no spaces
13
+ industry: "[industry description]" # [REQUIRED]
14
+ primary_service: "[core service or product]" # [REQUIRED]
15
+ campaign_owner: "[name or team]" # [OPTIONAL]
16
+ date_onboarded: "YYYY-MM-DD" # [REQUIRED]
17
+ account_owner: "[agent or operator name]" # [OPTIONAL]
18
+ ```
19
+
20
+ ---
21
+
22
+ ## AUDIENCE
23
+
24
+ ```yaml
25
+ primary_persona:
26
+ name: "[persona name or description]" # [REQUIRED]
27
+ age_range: "[e.g. 35–55]" # [OPTIONAL]
28
+ role: "[e.g. agency owner, CGO, founder]" # [REQUIRED]
29
+ company_type: "[e.g. local business, agency, B2B SaaS]" # [REQUIRED]
30
+ pain_point: "[primary pain — specific, not generic]" # [REQUIRED]
31
+ desired_outcome: "[what they actually want — see brand doc]" # [REQUIRED]
32
+ current_stage: "[what they've tried / where they are now]" # [OPTIONAL]
33
+ awareness_level: "[unaware / problem-aware / solution-aware / product-aware]" # [REQUIRED]
34
+
35
+ do_not_attract: # [REQUIRED] — who this is NOT for
36
+ - "[anti-audience type 1]"
37
+ - "[anti-audience type 2]"
38
+ ```
39
+
40
+ ---
41
+
42
+ ## POSITIONING
43
+
44
+ ```yaml
45
+ core_positioning: "[one-sentence positioning statement]" # [REQUIRED]
46
+ what_they_buy: "[what the ICP is actually buying — outcome/feeling, not feature]" # [REQUIRED]
47
+ what_you_sell: "[how you frame it to them]" # [REQUIRED]
48
+ category_frame: "[what category do you put yourself in]" # [OPTIONAL]
49
+
50
+ unique_mechanism: "[what makes the outcome possible — the HOW]" # [OPTIONAL]
51
+
52
+ proof_points: # [OPTIONAL] — approved numbers and results only, never fabricate
53
+ - "[proof point 1 — e.g. X clients scaled to Y in Z timeframe]"
54
+ - "[proof point 2]"
55
+ ```
56
+
57
+ ---
58
+
59
+ ## MESSAGING
60
+
61
+ ```yaml
62
+ voice_and_tone: # [REQUIRED]
63
+ - "[tone adjective 1 — e.g. direct]"
64
+ - "[tone adjective 2 — e.g. operator-level]"
65
+ - "[tone adjective 3 — e.g. no-fluff]"
66
+
67
+ voice_notes: "[how to write for this brand — e.g. 'speak like a knowledgeable operator, not a marketer']" # [REQUIRED]
68
+
69
+ approved_phrases: # [REQUIRED] — verbatim, use in copy
70
+ - "[phrase 1]"
71
+ - "[phrase 2]"
72
+ - "[phrase 3]"
73
+
74
+ messaging_guardrails: # [REQUIRED] — absolute no-go items
75
+ - "[do not say or claim: X]"
76
+ - "[do not say or claim: Y]"
77
+
78
+ emotional_arc: "[default emotional arc — e.g. Overwhelmed → Systematized → Scaling]" # [REQUIRED]
79
+ ```
80
+
81
+ ---
82
+
83
+ ## CONTENT PILLARS
84
+
85
+ ```yaml
86
+ content_pillars: # [REQUIRED] — define which pillars are active for this client
87
+ pillar_1:
88
+ name: "[pillar name]"
89
+ angle: "[default campaign angle for this pillar]"
90
+ tone: "[tone variation for this pillar]"
91
+ pillar_2:
92
+ name: "[pillar name]"
93
+ angle: "[default campaign angle]"
94
+ tone: "[tone variation]"
95
+ pillar_3: # add as needed
96
+ name: "[pillar name]"
97
+ angle: "[default campaign angle]"
98
+ tone: "[tone variation]"
99
+ ```
100
+
101
+ ---
102
+
103
+ ## CTA & OFFERS
104
+
105
+ ```yaml
106
+ primary_cta_text: "[exact CTA text — e.g. 'Book your growth call']" # [REQUIRED]
107
+ primary_cta_url: "[URL or placeholder]" # [REQUIRED]
108
+ secondary_cta_text: "[soft CTA text — e.g. 'Reply and tell me more']" # [OPTIONAL]
109
+ offer_notes: "[any active offers, pricing, trial details]" # [OPTIONAL]
110
+ ```
111
+
112
+ ---
113
+
114
+ ## EMAIL PLATFORM
115
+
116
+ ```yaml
117
+ platform: "[platform name — e.g. GHL, ActiveCampaign, Klaviyo, HubSpot]" # [REQUIRED if platform handoff in scope]
118
+ platform_api_key_env: "[env var name — e.g. GHL_API_KEY]" # [REQUIRED for API mode]
119
+ platform_location_id_env: "[env var name — e.g. GHL_LOCATION_ID]" # [OPTIONAL — platform-specific]
120
+ platform_api_base: "[base URL — e.g. https://rest.gohighlevel.com/v1]" # [REQUIRED for API mode]
121
+ email_from_name: "[sender name as it appears in inbox]" # [REQUIRED]
122
+ email_from_address: "[sender email — configured in platform]" # [REQUIRED]
123
+
124
+ list_segments: # [REQUIRED] — segment names or tags used in this platform account
125
+ - "[segment name or tag 1]"
126
+ - "[segment name or tag 2]"
127
+
128
+ sending_cadence:
129
+ nurture: "[e.g. every 3–5 days]" # [OPTIONAL]
130
+ cold: "[e.g. every 2–3 days]" # [OPTIONAL]
131
+ follow_up: "[e.g. every 1–2 days]" # [OPTIONAL]
132
+ re_engagement: "[e.g. every 5–7 days]" # [OPTIONAL]
133
+
134
+ send_time_preference: "[e.g. Tue–Thu, 9–11am recipient local time]" # [OPTIONAL]
135
+ ```
136
+
137
+ ---
138
+
139
+ ## COMPLIANCE
140
+
141
+ ```yaml
142
+ compliance_notes: # [REQUIRED]
143
+ - "[required disclaimer or legal restriction 1]"
144
+ - "[required disclaimer or legal restriction 2]"
145
+ - "CAN-SPAM: physical address and unsubscribe link required on all broadcasts"
146
+ - "[GDPR notes if applicable]"
147
+
148
+ unsubscribe_footer: "[unsubscribe link text and footer format]" # [REQUIRED]
149
+ physical_address: "[legal physical mailing address for CAN-SPAM]" # [REQUIRED]
150
+ ```
151
+
152
+ ---
153
+
154
+ ## ASSET LINKS
155
+
156
+ ```yaml
157
+ website: "[URL]" # [OPTIONAL]
158
+ landing_page: "[URL]" # [OPTIONAL]
159
+ google_drive: "[URL]" # [OPTIONAL]
160
+ brand_assets: "[URL]" # [OPTIONAL]
161
+ previous_campaigns: "[URL or path]" # [OPTIONAL]
162
+ ```
163
+
164
+ ---
165
+
166
+ ## DELIVERABLES LOG
167
+
168
+ > Append one line per completed output. Never delete entries.
169
+
170
+ ```
171
+ # Format: YYYY-MM-DD | <CampaignType> v<N> — <CampaignName> | output/<slug>/<folder>/
172
+ ```
@@ -0,0 +1,32 @@
1
+ # Growthub Brand Kit — Local Version History
2
+
3
+ > This file tracks the Growthub brand configuration independently of the kit schema version.
4
+ > Kit version (in kit.json) = schema and structure.
5
+ > Local version (here) = Growthub brand data, vault content, assets, and copy system.
6
+ >
7
+ > Bump local_version in brand-kit.md when you: add proof points, update CTAs, add lead magnets,
8
+ > add case studies, change positioning, update compliance notes, or add vault assets.
9
+ > Do NOT bump until changes are tested and confirmed working.
10
+
11
+ ---
12
+
13
+ ## Current version: 1.0.0
14
+
15
+ ---
16
+
17
+ ## CHANGELOG
18
+
19
+ ### v1.0.0 — 2026-04-10
20
+ **Initial release.**
21
+ - Brand kit created from Creative OS positioning document ("What Our Customers Really Want")
22
+ - 5 content pillars defined with campaign angles and language patterns
23
+ - Voice, tone, approved phrases, and guardrails populated
24
+ - GHL platform configuration added
25
+ - CTA hierarchy defined
26
+ - Broadcast vault created with full asset library:
27
+ - 10 lead magnets
28
+ - 6 proof assets (AIR galleries, YouTube videos)
29
+ - 7 case studies
30
+ - 3 YouTube content videos (Antonio)
31
+ - 1 customer video testimonial
32
+ - SKOOL community link
@@ -0,0 +1,282 @@
1
+ # Brand Kit — Growthub
2
+
3
+ > Canonical reference brand kit. Pre-filled with Growthub's positioning, voice, pillars, and messaging system.
4
+ > Source: Growthub Creative OS brand document — "What Our Customers Really Want" (2026)
5
+
6
+ ---
7
+
8
+ ## IDENTITY
9
+
10
+ ```yaml
11
+ client_name: "Growthub"
12
+ slug: "growthub"
13
+ industry: "B2B SaaS / Growth Infrastructure / Creative Production"
14
+ primary_service: "Creative velocity and growth systems for brands and agencies running paid media"
15
+ campaign_owner: "Growthub team"
16
+ date_onboarded: "2026-04-10"
17
+ account_owner: "Antonio"
18
+ ```
19
+
20
+ ---
21
+
22
+ ## AUDIENCE
23
+
24
+ ```yaml
25
+ primary_persona:
26
+ name: "The Performance-Minded Operator"
27
+ role: "CGO, performance director, agency owner, or founder running paid media at scale"
28
+ company_type: "DTC brand, performance agency, or funded startup with active paid media spend"
29
+ pain_point: "They can scale budget but not creative output — the bottleneck is finding winning concepts fast enough to justify spend increases"
30
+ desired_outcome: "More winning ads, faster, without increasing production cost or headcount"
31
+ current_stage: "Spending $10K–$500K/month on ads, have tried in-house creative, freelancers, or basic UGC — still hitting the same creative ceiling"
32
+ awareness_level: "problem-aware — they know the creative bottleneck is the constraint, unsure whether Growthub is the right solution"
33
+
34
+ secondary_persona:
35
+ name: "The Agency Operator"
36
+ role: "Agency owner or creative lead managing 5–20+ clients on Meta/TikTok"
37
+ pain_point: "Creative output doesn't scale with client count — team is burning out producing volume without improving win rate"
38
+ desired_outcome: "More output without burning the team — increase creative throughput without adding headcount"
39
+ awareness_level: "solution-aware — shopping for a production partner or system"
40
+
41
+ do_not_attract:
42
+ - "Bootstrapped founders who can't afford performance creative investment"
43
+ - "Enterprise buyers expecting full-service agency account management"
44
+ - "Clients who want cheap, non-strategic volume production"
45
+ - "Businesses with no active paid media spend"
46
+ ```
47
+
48
+ ---
49
+
50
+ ## POSITIONING
51
+
52
+ ```yaml
53
+ core_positioning: "Growthub is the creative velocity engine — we help brands and agencies increase the speed and volume of winning ad concepts so they can scale spend without increasing production cost or headcount."
54
+
55
+ what_they_buy: "Momentum — the feeling that growth is finally easy and fast. Specifically: the ability to scale spend because the creative bottleneck is solved."
56
+
57
+ what_you_sell: "Speed to winning ads without risk. Not creatives, not AI, not volume — the outcome of finding winners faster than your competition."
58
+
59
+ category_frame: "Creative infrastructure — not a production agency, not a tool, not an AI platform. The operating layer that makes creative testing fast and affordable."
60
+
61
+ unique_mechanism: "The Creative OS — a system that combines AI UGC production, a structured intelligence layer (insight extraction + hook research), and iterative testing at a rate that lowers cost-per-learning while increasing win rate."
62
+
63
+ proof_points:
64
+ - "Clients have gone from 100K to 500K in monthly ad spend after removing the creative bottleneck"
65
+ - "Reduce cost per learning by testing 5–10x more concepts per month without increasing production cost"
66
+ - "Weekly winning concepts instead of slow monthly production cycles"
67
+ # NOTE: Use only with approved attribution. Never fabricate or exaggerate.
68
+ ```
69
+
70
+ ---
71
+
72
+ ## MESSAGING
73
+
74
+ ```yaml
75
+ voice_and_tone:
76
+ - "direct"
77
+ - "operator-level"
78
+ - "no-fluff"
79
+ - "practical"
80
+ - "confident"
81
+ - "growth-literate"
82
+
83
+ voice_notes: >
84
+ Speak like a knowledgeable operator, not a marketer. The reader has heard every marketing claim.
85
+ They respond to specificity, honesty, and proof. Never use hype language. Never make vague promises.
86
+ Write like you're explaining something to a smart peer who has been burned by similar solutions before.
87
+ The tone is direct but not aggressive. Confident but not arrogant. Practical but not dry.
88
+ Short sentences. Concrete language. One idea per paragraph. White space is intentional.
89
+
90
+ approved_phrases:
91
+ - "creative velocity"
92
+ - "speed to winning ads"
93
+ - "creative bottleneck"
94
+ - "scale spend without increasing production cost"
95
+ - "more winning concepts per month"
96
+ - "test faster than your competitors can react"
97
+ - "lower your cost per learning"
98
+ - "growth infrastructure"
99
+ - "the operating layer for growth"
100
+ - "weekly winning concepts"
101
+ - "momentum — growth that feels easy and fast"
102
+ - "remove the bottleneck between ideas and execution"
103
+ - "scale without chaos"
104
+ - "turn creative into a growth lever, not a cost center"
105
+
106
+ messaging_guardrails:
107
+ - "Never use: 'revolutionary', 'game-changing', 'best-in-class', 'world-class' — hype kills credibility"
108
+ - "Never use vague outcome language: 'grow your business', 'scale to the moon', '10x your revenue'"
109
+ - "Never promise specific revenue outcomes without approved case study attribution"
110
+ - "Never use 'guaranteed' without a specific legal qualifier"
111
+ - "Never position Growthub as just an AI tool or just a production agency — it is a system"
112
+ - "Never lead with features (AI UGC, workflows) — lead with the outcome the ICP wants"
113
+ - "Never use passive voice in CTAs"
114
+
115
+ emotional_arc: "Frustrated (bottlenecked) → Informed (the problem is solvable) → Activated (they have a path)"
116
+ ```
117
+
118
+ ---
119
+
120
+ ## CONTENT PILLARS
121
+
122
+ ```yaml
123
+ content_pillars:
124
+
125
+ pillar_1:
126
+ name: "Growth System"
127
+ summary: "Growthub is the operating system for growth — not a tool, not an agency. Infrastructure that makes scaling systematic."
128
+ angle: "Most businesses don't have a growth problem. They have a systems problem."
129
+ emotional_arc: "Chaotic → Systematic → In Control"
130
+ tone: "Diagnostic, confident, operator-to-operator"
131
+ use_for: "Nurture sequences, educational content, positioning campaigns"
132
+ language_patterns:
133
+ - "growth infrastructure"
134
+ - "systematic scaling"
135
+ - "most agencies run on duct tape — this is the alternative"
136
+ - "built-in accountability"
137
+ - "growth that compounds"
138
+ - "without the chaos"
139
+
140
+ pillar_2:
141
+ name: "Automation & AI"
142
+ summary: "Speed from insight to action. The businesses winning right now are moving faster. Automation removes the bottleneck between thinking and doing."
143
+ angle: "The bottleneck isn't your team. It's the time between ideas and execution."
144
+ emotional_arc: "Overwhelmed → Informed → Empowered"
145
+ tone: "Practical, specific, outcome-forward — not AI-hype-driven"
146
+ use_for: "Nurture sequences, promotional campaigns, outbound sequences"
147
+ language_patterns:
148
+ - "speed to winning results"
149
+ - "automated follow-up that works while you sleep"
150
+ - "ideas → execution → learning"
151
+ - "test faster than competitors can react"
152
+ - "remove the bottleneck"
153
+ - "without adding headcount"
154
+
155
+ pillar_3:
156
+ name: "Client Results"
157
+ summary: "Proof over promises. The most compelling content shows what happened for someone like you. Results, specifics, stories — not features."
158
+ angle: "Here's exactly what happened — and the same system is available to you."
159
+ emotional_arc: "Skeptical → Curious → Convinced"
160
+ tone: "Story-forward, peer-to-peer, specific — not testimonial-polished"
161
+ use_for: "Re-engagement campaigns, follow-up sequences, warm nurture"
162
+ language_patterns:
163
+ - "here's what actually happened"
164
+ - "not theory — this is a real result"
165
+ - "the same system is available to you"
166
+ - "before Growthub: [pain]. After: [outcome]."
167
+
168
+ pillar_4:
169
+ name: "Education & Strategy"
170
+ summary: "We earn attention by making people smarter. Teach first, position second. The most trusted brands give before they ask."
171
+ angle: "Most people miss this step — here's the framework we use."
172
+ emotional_arc: "Curious → Informed → Action-ready"
173
+ tone: "Generous, credible, direct — no condescension"
174
+ use_for: "Cold outbound, top-of-funnel nurture, content upgrade campaigns"
175
+ language_patterns:
176
+ - "here's what we've found"
177
+ - "this is the framework we use"
178
+ - "most people miss this step"
179
+ - "the unlock is simpler than you think"
180
+ - "you can steal this"
181
+
182
+ pillar_5:
183
+ name: "Pipeline & Revenue"
184
+ summary: "Email is a pipeline tool, not a broadcast tool. Every sequence should move someone from one stage to the next. The metric is pipeline movement."
185
+ angle: "There is more revenue in your existing list than in any new lead you'll generate this month."
186
+ emotional_arc: "Stalled → Re-engaged → Moving"
187
+ tone: "Direct, urgent-but-not-pushy, revenue-literate"
188
+ use_for: "Re-engagement campaigns, post-demo follow-up, pipeline-moving GTM sequences"
189
+ language_patterns:
190
+ - "stalled pipeline"
191
+ - "move deals forward"
192
+ - "already in your list"
193
+ - "the money is in the follow-up"
194
+ - "re-engage without burning bridges"
195
+ - "one email away from a yes"
196
+ ```
197
+
198
+ ---
199
+
200
+ ## CTA & OFFERS
201
+
202
+ ```yaml
203
+ primary_cta_text: "Book your growth call"
204
+ primary_cta_url: "[URL — fill in per campaign]"
205
+ secondary_cta_text: "Reply and tell me where you're stuck"
206
+ offer_notes: "[fill in per campaign — free audit, demo, trial, case study]"
207
+
208
+ cta_hierarchy:
209
+ warm_audience: "Book your growth call → See how it works → Reply with [X]"
210
+ cold_audience: "Reply with [X] → Download [resource] → Book your call"
211
+ re_engagement: "Let's pick this back up → One quick question → Still relevant?"
212
+ ```
213
+
214
+ ---
215
+
216
+ ## EMAIL PLATFORM
217
+
218
+ ```yaml
219
+ platform: "GHL"
220
+ platform_api_key_env: "GHL_API_KEY"
221
+ platform_location_id_env: "GHL_LOCATION_ID"
222
+ platform_api_base: "https://rest.gohighlevel.com/v1"
223
+ email_from_name: "[Sender first name] at Growthub"
224
+ email_from_address: "[configured in GHL account — fill in per deployment]"
225
+
226
+ list_segments:
227
+ - "new-lead"
228
+ - "warm-prospect"
229
+ - "past-client"
230
+ - "re-engage"
231
+ - "pipeline-active"
232
+ - "post-demo"
233
+ - "cold-outbound"
234
+
235
+ sending_cadence:
236
+ nurture: "every 3–5 days"
237
+ cold: "every 2–3 days"
238
+ follow_up: "every 1–2 days"
239
+ re_engagement: "every 5–7 days"
240
+ promotional: "send day + 1 day reminder"
241
+
242
+ send_time_preference: "Tuesday–Thursday, 9–11am recipient local time"
243
+ ```
244
+
245
+ ---
246
+
247
+ ## COMPLIANCE
248
+
249
+ ```yaml
250
+ compliance_notes:
251
+ - "CAN-SPAM: physical mailing address required in every broadcast footer"
252
+ - "CAN-SPAM: unsubscribe link required in every broadcast — one-click"
253
+ - "Do not make specific revenue guarantees without approved attribution"
254
+ - "GDPR: only email contacts who have opted in or have a legitimate interest basis"
255
+ - "Do not use 'guaranteed results' — use 'proven system' or 'based on [X] client results'"
256
+
257
+ unsubscribe_footer: "You're receiving this because you opted in at [source]. Unsubscribe: [link] | Growthub, [physical address]"
258
+ physical_address: "[fill in — legal physical mailing address]"
259
+ ```
260
+
261
+ ---
262
+
263
+ ## ASSET LINKS
264
+
265
+ ```yaml
266
+ website: "[growthub website URL]"
267
+ landing_page: "[fill in per campaign]"
268
+ brand_assets: "[Google Drive or AIR link]"
269
+ case_studies: "[link to approved case studies]"
270
+ previous_campaigns: "[output/growthub/ folder]"
271
+ ```
272
+
273
+ ---
274
+
275
+ ## DELIVERABLES LOG
276
+
277
+ > Append one line per completed output. Never delete entries.
278
+
279
+ ```
280
+ # Format: YYYY-MM-DD | <CampaignType> v<N> — <CampaignName> | output/<slug>/<folder>/
281
+ 2026-04-10 | Broadcast showcase-proof v1 — AI UGC Creative Showcase (sh-01, warm-prospect) | output/growthub/showcase-proof-ai-ugc-v1-20260410/
282
+ ```