@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,73 @@
1
+ Type,Campaign Type,Pillar,Example,Structure
2
+ curiosity,nurture,automation,"The thing most performance teams miss about scaling creative","The thing most [PERSONA_ROLE]s miss about [TOPIC]"
3
+ curiosity,nurture,automation,"Your creative bottleneck isn't where you think it is","Your [PAIN_POINT] isn't where you think it is"
4
+ curiosity,nurture,growth-system,"Your growth problem isn't actually a growth problem","Your [PAIN_POINT] problem isn't actually a [PAIN_POINT] problem"
5
+ curiosity,nurture,education,"Why most testing programs don't compound (and how to fix it)","Why most [COMMON_APPROACH]s don't [DESIRED_OUTCOME] (and how to fix it)"
6
+ curiosity,nurture,education,"The framework behind every high-win-rate creative program","The framework behind every [DESIRED_OUTCOME] program"
7
+ curiosity,cold,automation,"The bottleneck most performance directors don't see coming","The bottleneck most [PERSONA_ROLE]s don't see coming"
8
+ curiosity,cold,automation,"Why your creative cycle is slower than it looks","Why your [PROCESS_NAME] is [PROBLEM] than it looks"
9
+ curiosity,cold,education,"Nobody talks about this part of the testing process","Nobody talks about this part of the [PROCESS]"
10
+ curiosity,cold,pipeline,"Why your pipeline isn't dead — it's just quiet","Why your [ASSET] isn't [NEGATIVE_STATE] — it's just [DIFFERENT_STATE]"
11
+ curiosity,cold,education,"The difference between brands scaling and brands plateauing","The difference between [SUCCESS_STATE] and [STUCK_STATE]"
12
+ curiosity,re-engagement,pipeline,"Something we should have sent sooner","Something we should have sent sooner"
13
+ curiosity,re-engagement,automation,"What's changed since we last talked","What's changed since we last talked"
14
+ curiosity,re-engagement,results,"One thing that might change how you see this","One thing that might change how you see [TOPIC]"
15
+ curiosity,follow-up,growth-system,"The thing you mentioned that stuck with me","The thing you mentioned that stuck with me"
16
+ curiosity,follow-up,automation,"One more thing from our call worth considering","One more thing from [CONTEXT] worth considering"
17
+ social-proof,nurture,results,"How one agency went from creative chaos to a systemized growth machine","How [PERSONA_TYPE] went from [PAIN_STATE] to [DESIRED_OUTCOME]"
18
+ social-proof,nurture,results,"From 100K to 500K in ad spend — what actually changed","From [METRIC_BEFORE] to [METRIC_AFTER] — what actually changed"
19
+ social-proof,nurture,automation,"5x more creative tests per month — the system behind it","[RESULT] — the system behind it"
20
+ social-proof,nurture,results,"What brands removing the creative bottleneck have in common","What [PERSONA_TYPE]s achieving [OUTCOME] have in common"
21
+ social-proof,nurture,pipeline,"27% of dead leads replied to this sequence — here's why","[PROOF_NUMBER] of [AUDIENCE_TYPE] [RESULT] — here's why"
22
+ social-proof,cold,results,"What top CGOs are doing that most brands aren't","What top [PERSONA_ROLE]s are doing that most [COMPETITOR_TYPE]s aren't"
23
+ social-proof,cold,automation,"The agencies scaling fastest have this in common","The [PERSONA_TYPE]s [RESULT] have this in common"
24
+ social-proof,cold,results,"How [brand type] tested 3x more concepts without hiring","How [PERSONA_TYPE] [RESULT] without [COST_OR_EFFORT]"
25
+ social-proof,re-engagement,results,"Here's what happened when we applied this to a list like yours","Here's what happened when we applied this to [AUDIENCE_TYPE]"
26
+ social-proof,re-engagement,pipeline,"11 booked calls from a list everyone wrote off","[SPECIFIC_RESULT] from [AUDIENCE_TYPE] everyone wrote off"
27
+ social-proof,follow-up,results,"The case study I mentioned — worth reading before our next call","The [PROOF_ASSET] I mentioned — worth [ACTION] before [NEXT_STEP]"
28
+ urgency,nurture,automation,"Every week without a testing system is a week your competition is ahead","Every [TIME_UNIT] without [SOLUTION] is a [TIME_UNIT] [COST_OF_DELAY]"
29
+ urgency,nurture,pipeline,"The pipeline you have right now won't look this way in 30 days","The [ASSET] you have right now won't [STATE] in [TIMEFRAME]"
30
+ urgency,nurture,automation,"While you're waiting on creative production, your ad account is sitting still","While you're [CURRENT_STATE], [WHAT_IS_HAPPENING_WITHOUT_YOU]"
31
+ urgency,promotional,pipeline,"This closes Friday — last chance to lock in [OFFER]","This closes [DATE] — last chance to [ACTION]"
32
+ urgency,promotional,results,"[N] spots left for [OFFER]","[N] spots left for [OFFER]"
33
+ urgency,promotional,automation,"The window for [OFFER] closes [DATE]","The window for [OFFER] closes [DATE]"
34
+ urgency,re-engagement,pipeline,"The deals that come back don't wait forever","The [ASSET] that [RESULT] don't wait forever"
35
+ urgency,re-engagement,pipeline,"Last email on this — then I'll leave you alone","Last email on this — then I'll leave you alone"
36
+ urgency,cold,pipeline,"Last email from me on this, [First Name]","Last email from me on this, [FIRST_NAME]"
37
+ urgency,follow-up,pipeline,"Quick question before I go quiet","Quick question before I [ACTION]"
38
+ urgency,follow-up,pipeline,"Still [desired outcome]? Here's the thing.","Still [DESIRED_OUTCOME]? Here's the thing."
39
+ personal,cold,automation,"[First Name] — quick question about your creative pipeline","[FIRST_NAME] — quick question about your [PROCESS_NAME]"
40
+ personal,cold,growth-system,"For CGOs hitting the creative ceiling on Meta spend","For [PERSONA_ROLE]s hitting [PAIN_POINT]"
41
+ personal,cold,pipeline,"[First Name], you know this feeling","[FIRST_NAME], you know this feeling"
42
+ personal,cold,education,"[First Name] — something I think you'll find useful","[FIRST_NAME] — something I think you'll find useful"
43
+ personal,re-engagement,pipeline,"Hey [First Name] — checking in","Hey [FIRST_NAME] — checking in"
44
+ personal,re-engagement,pipeline,"[First Name] — still relevant?","[FIRST_NAME] — still relevant?"
45
+ personal,re-engagement,pipeline,"[First Name], something changed","[FIRST_NAME], something changed"
46
+ personal,follow-up,results,"Following up from our call, [First Name]","Following up from [CONTEXT], [FIRST_NAME]"
47
+ personal,follow-up,growth-system,"[First Name] — picking up where we left off","[FIRST_NAME] — picking up where we left off"
48
+ personal,nurture,growth-system,"This one's for [PERSONA_ROLE]s like you","This one's for [PERSONA_ROLE]s like you"
49
+ personal,cold,automation,"[First Name], this might land differently now","[FIRST_NAME], this might land differently now"
50
+ direct,nurture,automation,"Scale ad spend without increasing creative costs","Scale [OUTCOME] without [COST]"
51
+ direct,nurture,growth-system,"The operating system for growth — not a tool","The [CATEGORY] for [DESIRED_OUTCOME] — not [WRONG_CATEGORY]"
52
+ direct,nurture,results,"More winning ads, faster, without more headcount","More [OUTCOME_1], [SPEED], without [COST]"
53
+ direct,promotional,pipeline,"Your growth call is ready to book","Your [CTA_OUTCOME] is ready to [ACTION]"
54
+ direct,promotional,automation,"The creative velocity system — see it in 20 minutes","The [SYSTEM_NAME] — see it in [TIMEFRAME]"
55
+ direct,follow-up,pipeline,"Next step on the creative bottleneck","Next step on [TOPIC_FROM_CALL]"
56
+ direct,re-engagement,pipeline,"Still thinking about [TOPIC]?","Still thinking about [TOPIC]?"
57
+ direct,cold,education,"How to test 5x more creative concepts per month","How to [DESIRED_OUTCOME] without [COST_OR_EFFORT]"
58
+ direct,cold,pipeline,"The follow-up system that closes stalled deals","The [SYSTEM_TYPE] that [DESIRED_OUTCOME]"
59
+ direct,nurture,education,"The 3-step creative intelligence framework","The [N]-step [FRAMEWORK_NAME]"
60
+ curiosity,nurture,growth-system,"Most businesses that plateau have this in common","Most [AUDIENCE_TYPE]s that [PROBLEM_STATE] have this in common"
61
+ curiosity,cold,results,"What happened when we looked at 100 failing creative programs","What happened when we [ANALYZED_ACTION] [AUDIENCE_CONTEXT]"
62
+ social-proof,nurture,automation,"The weekly testing rhythm that changed the math on creative ROI","The [CADENCE/SYSTEM] that changed the math on [METRIC]"
63
+ social-proof,cold,growth-system,"Why some brands are compounding while others are stuck","Why some [PERSONA_TYPE]s are [SUCCESS_STATE] while others are [STUCK_STATE]"
64
+ urgency,nurture,growth-system,"The gap between you and [desired outcome] is growing","The gap between you and [DESIRED_OUTCOME] is growing"
65
+ urgency,re-engagement,automation,"Your competitors aren't waiting on creative production","Your [COMPETITION_TYPE]s aren't waiting on [BOTTLENECK]"
66
+ personal,cold,pipeline,"[First Name] — one question about your pipeline","[FIRST_NAME] — one question about your [ASSET]"
67
+ personal,re-engagement,results,"[First Name] — thought of you when I saw this","[FIRST_NAME] — thought of you when I saw [CONTEXT]"
68
+ curiosity,nurture,pipeline,"The revenue that's already in your list (most people miss it)","The [ASSET] that's already in your [CHANNEL] (most people miss it)"
69
+ direct,promotional,results,"See the creative OS in action — book your walkthrough","See [SYSTEM_NAME] in action — book your [CTA_TYPE]"
70
+ curiosity,cold,growth-system,"What a $500K/month ad account looks like on the inside","What a [METRIC] [PERSONA_TYPE] looks like on the inside"
71
+ social-proof,nurture,pipeline,"How one follow-up sequence recovered $40K in stalled pipeline","How one [ASSET_TYPE] recovered [METRIC] in [PROBLEM_STATE]"
72
+ personal,nurture,results,"[First Name], this worked for someone in your exact situation","[FIRST_NAME], this worked for someone in your exact situation"
73
+ urgency,cold,automation,"The creative production model is changing — are you ahead of it?","The [INDUSTRY/PROCESS] is changing — are you ahead of it?"
@@ -0,0 +1,106 @@
1
+ # Pre-Send QA Checklist
2
+
3
+ > Run this checklist on every email before platform upload or send.
4
+ > File naming: attach to campaign folder or reference inline in the campaign brief.
5
+
6
+ ---
7
+
8
+ ## CHECKLIST METADATA
9
+
10
+ ```
11
+ CAMPAIGN: [campaign name]
12
+ CLIENT: [client slug]
13
+ EMAIL: [N of N / or "All emails in sequence"]
14
+ REVIEWED BY: [name or agent]
15
+ REVIEW DATE: YYYY-MM-DD
16
+ ```
17
+
18
+ ---
19
+
20
+ ## COPY REVIEW
21
+
22
+ ### Subject line & preview
23
+
24
+ - [ ] Subject line is written (confirmed from subject line matrix)
25
+ - [ ] A/B test pairing selected — Variant A and Variant B both confirmed
26
+ - [ ] Preview text is written and does NOT repeat the subject line
27
+ - [ ] Subject line is under 50 characters (check for mobile)
28
+ - [ ] No spam trigger words in subject line (FREE!!!, Act NOW, Guaranteed, 100% off)
29
+ - [ ] No ALL CAPS in subject line (except intentional single-word emphasis if brand-approved)
30
+
31
+ ### Body copy
32
+
33
+ - [ ] Opening hook earns the scroll — specific, not generic
34
+ - [ ] Each body block covers one idea (no idea-stacking)
35
+ - [ ] Sentences are short and scannable (max 2 lines before a break)
36
+ - [ ] Voice and tone matches brand kit adjectives
37
+ - [ ] No approved phrases from brand kit were missed (check brand kit `approved_phrases`)
38
+ - [ ] No messaging guardrail violations (check brand kit `messaging_guardrails`)
39
+ - [ ] No fabricated proof points or unattributed statistics
40
+ - [ ] No hype language: "revolutionary", "game-changing", "best-in-class"
41
+ - [ ] No vague promises: "grow your business", "scale to the moon"
42
+
43
+ ### CTA review
44
+
45
+ - [ ] One primary CTA per email
46
+ - [ ] CTA text is verb-first and outcome-specific
47
+ - [ ] CTA is on its own line (not buried in paragraph)
48
+ - [ ] CTA URL is confirmed live and correct
49
+ - [ ] PS line is present and reinforces primary CTA or adds secondary angle
50
+ - [ ] For promotional emails: CTA appears above fold AND in PS
51
+
52
+ ### Plain-text fallback
53
+
54
+ - [ ] Plain-text version is written
55
+ - [ ] All links are plain URLs (no hyperlinked text in plain text)
56
+ - [ ] Plain text is readable and complete without HTML formatting
57
+
58
+ ---
59
+
60
+ ## COMPLIANCE REVIEW
61
+
62
+ - [ ] Unsubscribe link is present in footer
63
+ - [ ] Physical mailing address is present in footer
64
+ - [ ] CAN-SPAM footer format matches brand kit `unsubscribe_footer`
65
+ - [ ] Any proof claims include required disclaimers (check brand kit `compliance_notes`)
66
+ - [ ] "Guaranteed" language is NOT used without the approved qualifier
67
+ - [ ] GDPR: This list has a legitimate opt-in basis (if applicable)
68
+
69
+ ---
70
+
71
+ ## PLATFORM REVIEW
72
+
73
+ - [ ] Sender name matches brand kit `email_from_name`
74
+ - [ ] Sender email matches brand kit `email_from_address`
75
+ - [ ] Segment tag or list is correct for this email
76
+ - [ ] Send delay is set correctly (Day X of sequence)
77
+ - [ ] A/B test variants are both uploaded (if testing)
78
+ - [ ] Platform slot map is complete (if API handoff was used)
79
+ - [ ] Test send has been triggered and reviewed in inbox
80
+ - [ ] Email renders correctly on mobile (check test send)
81
+ - [ ] Email renders correctly on desktop (check test send)
82
+ - [ ] All links work in the test send (click each one)
83
+
84
+ ---
85
+
86
+ ## FINAL SIGN-OFF
87
+
88
+ - [ ] Campaign brief confirmed before this email was written
89
+ - [ ] Sequence plan confirmed before this email was written
90
+ - [ ] Subject line matrix complete for this email
91
+ - [ ] All checklist items above are checked
92
+ - [ ] Deliverables log has been updated in the brand kit
93
+
94
+ **Sign-off by:** [name]
95
+ **Date:** YYYY-MM-DD
96
+ **Status:** APPROVED TO SEND / NEEDS REVISION
97
+
98
+ ---
99
+
100
+ ## REVISION LOG
101
+
102
+ > If revisions are needed, log them here before re-running checklist.
103
+
104
+ | Date | Item | Issue | Resolution |
105
+ |---|---|---|---|
106
+ | | | | |
@@ -0,0 +1,94 @@
1
+ # Sequence Planner
2
+
3
+ > Use this to map the full arc of any email sequence before writing individual drafts.
4
+ > One row per email. Complete the full table before opening `email-draft.md`.
5
+
6
+ ---
7
+
8
+ ## SEQUENCE IDENTITY
9
+
10
+ | Field | Value |
11
+ |---|---|
12
+ | **Sequence name** | |
13
+ | **Campaign type** | nurture / cold outbound / follow-up / re-engagement / promotional |
14
+ | **Content pillar** | |
15
+ | **Audience segment** | |
16
+ | **Entry trigger** | |
17
+ | **Total emails** | |
18
+ | **Total duration** | |
19
+
20
+ ---
21
+
22
+ ## SEQUENCE MAP
23
+
24
+ | # | Send Day | Theme | Opening Hook (1 sentence) | Body Arc | Primary CTA | Secondary CTA | Platform Tag |
25
+ |---|---|---|---|---|---|---|---|
26
+ | 1 | Day 0 | | | | | | |
27
+ | 2 | Day +X | | | | | | |
28
+ | 3 | Day +X | | | | | | |
29
+ | 4 | Day +X | | | | | | |
30
+ | 5 | Day +X | | | | | | |
31
+
32
+ ---
33
+
34
+ ## ARC NOTES
35
+
36
+ **Overall arc (in one sentence):**
37
+ > [e.g. Takes a frustrated DTC buyer from creative bottleneck pain → understanding the Creative OS → booking a growth call]
38
+
39
+ **Pillar angle:**
40
+ > [e.g. Pillar 2 — Automation & AI — angle: the bottleneck isn't your team, it's the gap between ideas and execution]
41
+
42
+ **Tone shift across sequence:**
43
+ > [e.g. Email 1–2: empathetic, problem-naming / Email 3: educational / Email 4–5: proof + activation]
44
+
45
+ **What the sequence does NOT do:**
46
+ > [e.g. Does not push for a call in Email 1. Does not mention pricing. Does not use urgency until Email 4.]
47
+
48
+ ---
49
+
50
+ ## PILLAR-TO-BODY-ARC MAPPING
51
+
52
+ Use this reference when filling the Body Arc column:
53
+
54
+ | Pillar | Body arc options |
55
+ |---|---|
56
+ | Growth System | Problem naming → infrastructure gap → what systematic looks like → CTA |
57
+ | Automation & AI | Speed problem → mechanism reveal → what's possible → CTA |
58
+ | Client Results | Relatable situation → what happened → proof → how you can do it → CTA |
59
+ | Education & Strategy | Question/curiosity → framework → implementation tip → CTA |
60
+ | Pipeline & Revenue | Stall diagnosis → re-engagement angle → urgency → CTA |
61
+
62
+ ---
63
+
64
+ ## MODULE SELECTION GUIDE
65
+
66
+ For each email, select the body blocks that match the arc. Check `templates/email-modules/INDEX.md`.
67
+
68
+ | Body arc step | Module to use |
69
+ |---|---|
70
+ | Problem naming / pain | `body/problem-agitate.md` |
71
+ | Mechanism / insight reveal | `body/value-reveal.md` |
72
+ | Client story / proof bridge | `body/story-bridge.md` |
73
+ | Framework / how-to | `body/education-block.md` |
74
+ | Book call / demo CTA | `cta/primary-cta.md` |
75
+ | Reply / resource soft ask | `cta/soft-cta.md` |
76
+ | Conversational reply ask | `cta/reply-cta.md` |
77
+ | Curiosity subject line | `subject-lines/curiosity.md` |
78
+ | Proof-anchored subject line | `subject-lines/social-proof.md` |
79
+ | Urgency subject line | `subject-lines/urgency.md` |
80
+ | Personalized subject line | `subject-lines/personal.md` |
81
+
82
+ ---
83
+
84
+ ## SEND CADENCE REFERENCE
85
+
86
+ | Campaign type | Default cadence |
87
+ |---|---|
88
+ | Nurture (5 emails) | Day 0 / +3 / +6 / +10 / +14 |
89
+ | Cold outbound (4 emails) | Day 0 / +2 / +5 / +9 |
90
+ | Follow-up (3 emails) | Day 0 / +1 / +3 |
91
+ | Re-engagement (3 emails) | Day 0 / +5 / +10 |
92
+ | Promotional broadcast (1) | Single send — set send date |
93
+
94
+ > Adjust based on audience and client preference. Document any changes in the campaign brief.
@@ -0,0 +1,136 @@
1
+ # Subject Line Matrix
2
+
3
+ > One matrix per campaign (or per email if testing intensively).
4
+ > Minimum 5 variants per email. Always include preview text.
5
+ > File naming: `<ClientSlug>_SubjectLineMatrix_v<N>_<YYYYMMDD>.md`
6
+
7
+ ---
8
+
9
+ ## MATRIX METADATA
10
+
11
+ ```
12
+ CAMPAIGN: [campaign name]
13
+ CLIENT: [client slug]
14
+ PILLAR: [anchor pillar]
15
+ SEGMENT: [target segment]
16
+ VERSION: v1
17
+ DATE: YYYY-MM-DD
18
+ ```
19
+
20
+ ---
21
+
22
+ ## HOW TO USE THIS MATRIX
23
+
24
+ 1. Write 5+ variants per email — at least one per type (curiosity / urgency / proof / personal)
25
+ 2. Always pair subject line with preview text
26
+ 3. Select the recommended A/B test pairing at the bottom
27
+ 4. Upload both variants to the platform and split-test on open rate
28
+ 5. Log results in the deliverables log
29
+
30
+ **Subject line type guide:**
31
+
32
+ | Type | What it does | Best used for |
33
+ |---|---|---|
34
+ | Curiosity | Opens a loop — reader must open to close it | Nurture, educational, cold |
35
+ | Social Proof | Anchors credibility with a result or number | Client results, warm nurture, promo |
36
+ | Urgency | Creates a reason to act now | Promotional, follow-up, re-engagement |
37
+ | Personal | Speaks directly to the individual — their situation | Cold outbound, re-engagement |
38
+ | Direct | States the value plainly — no hooks | Re-engagement, warm audiences who trust the brand |
39
+
40
+ ---
41
+
42
+ ## EMAIL 1 — [THEME]
43
+
44
+ > Theme: [theme name] | Send Day: Day 0 | Pillar: [pillar]
45
+
46
+ | # | Type | Subject Line | Preview Text | Notes |
47
+ |---|---|---|---|---|
48
+ | 1A | Curiosity | [subject line] | [preview text] | [notes] |
49
+ | 1B | Social Proof | [subject line] | [preview text] | [notes] |
50
+ | 1C | Urgency | [subject line] | [preview text] | [notes] |
51
+ | 1D | Personal | [subject line] | [preview text] | [notes] |
52
+ | 1E | Direct | [subject line] | [preview text] | [notes] |
53
+
54
+ **Recommended A/B test:** `1A` vs `1D`
55
+ **Rationale:** [why this pairing makes sense for this audience + stage]
56
+
57
+ ---
58
+
59
+ ## EMAIL 2 — [THEME]
60
+
61
+ > Theme: [theme name] | Send Day: Day +3 | Pillar: [pillar]
62
+
63
+ | # | Type | Subject Line | Preview Text | Notes |
64
+ |---|---|---|---|---|
65
+ | 2A | Curiosity | [subject line] | [preview text] | [notes] |
66
+ | 2B | Social Proof | [subject line] | [preview text] | [notes] |
67
+ | 2C | Urgency | [subject line] | [preview text] | [notes] |
68
+ | 2D | Personal | [subject line] | [preview text] | [notes] |
69
+ | 2E | Direct | [subject line] | [preview text] | [notes] |
70
+
71
+ **Recommended A/B test:** `2A` vs `2C`
72
+ **Rationale:** [rationale]
73
+
74
+ ---
75
+
76
+ ## EMAIL 3 — [THEME]
77
+
78
+ > Theme: [theme name] | Send Day: Day +6 | Pillar: [pillar]
79
+
80
+ | # | Type | Subject Line | Preview Text | Notes |
81
+ |---|---|---|---|---|
82
+ | 3A | Curiosity | [subject line] | [preview text] | [notes] |
83
+ | 3B | Social Proof | [subject line] | [preview text] | [notes] |
84
+ | 3C | Urgency | [subject line] | [preview text] | [notes] |
85
+ | 3D | Personal | [subject line] | [preview text] | [notes] |
86
+ | 3E | Direct | [subject line] | [preview text] | [notes] |
87
+
88
+ **Recommended A/B test:** `3B` vs `3D`
89
+ **Rationale:** [rationale]
90
+
91
+ ---
92
+
93
+ ## EMAIL 4 — [THEME]
94
+
95
+ > Theme: [theme name] | Send Day: Day +10 | Pillar: [pillar]
96
+
97
+ | # | Type | Subject Line | Preview Text | Notes |
98
+ |---|---|---|---|---|
99
+ | 4A | Curiosity | [subject line] | [preview text] | [notes] |
100
+ | 4B | Social Proof | [subject line] | [preview text] | [notes] |
101
+ | 4C | Urgency | [subject line] | [preview text] | [notes] |
102
+ | 4D | Personal | [subject line] | [preview text] | [notes] |
103
+ | 4E | Direct | [subject line] | [preview text] | [notes] |
104
+
105
+ **Recommended A/B test:** `4C` vs `4D`
106
+ **Rationale:** [rationale]
107
+
108
+ ---
109
+
110
+ ## EMAIL 5 — [THEME]
111
+
112
+ > Theme: [theme name] | Send Day: Day +14 | Pillar: [pillar]
113
+
114
+ | # | Type | Subject Line | Preview Text | Notes |
115
+ |---|---|---|---|---|
116
+ | 5A | Curiosity | [subject line] | [preview text] | [notes] |
117
+ | 5B | Social Proof | [subject line] | [preview text] | [notes] |
118
+ | 5C | Urgency | [subject line] | [preview text] | [notes] |
119
+ | 5D | Personal | [subject line] | [preview text] | [notes] |
120
+ | 5E | Direct | [subject line] | [preview text] | [notes] |
121
+
122
+ **Recommended A/B test:** `5B` vs `5C`
123
+ **Rationale:** [rationale]
124
+
125
+ ---
126
+
127
+ ## SUBJECT LINE RULES (NON-NEGOTIABLE)
128
+
129
+ - Maximum 50 characters for mobile preview — test at 40 if unsure
130
+ - No ALL CAPS (except a single word for emphasis, used sparingly)
131
+ - No spam trigger words: "FREE!!!", "Act NOW", "Guaranteed", "100% free"
132
+ - Preview text never repeats the subject line — it extends or reframes it
133
+ - Question subject lines only if the question is genuinely unexpected
134
+ - First-name personalization (`[First Name],`) used only in cold/personal sequences
135
+ - Emoji is brand-specific — check brand kit before using
136
+ - Every subject line in the matrix must be genuinely different — not just word swaps