@growthub/cli 0.14.5 → 0.14.8

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 (696) hide show
  1. package/README.md +13 -16
  2. package/assets/worker-kits/growthub-custom-workspace-starter-v1/QUICKSTART.md +5 -6
  3. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/api/workspace/apps/route.js +1 -1
  4. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/api/workspace/sandbox-run/route.js +5 -0
  5. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/components/WorkspaceLensPanel.jsx +5 -4
  6. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/data-model/components/DataModelShell.jsx +58 -4
  7. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/data-model/components/OrchestrationGraphCanvas.jsx +31 -0
  8. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/data-model/components/StatusPill.jsx +22 -6
  9. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/data-model/components/ToggleField.jsx +5 -4
  10. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/data-model/components/WorkspaceDataModelCanvas.jsx +457 -0
  11. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/globals.css +188 -2
  12. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/workflows/WorkflowSurface.jsx +67 -3
  13. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/app/workspace-map/page.jsx +14 -0
  14. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/orchestration-graph-runner.js +48 -0
  15. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/orchestration-node-status.js +55 -0
  16. package/assets/worker-kits/growthub-custom-workspace-starter-v1/apps/workspace/lib/workspace-activation.js +2 -3
  17. package/assets/worker-kits/growthub-custom-workspace-starter-v1/bundles/growthub-custom-workspace-starter-v1.json +0 -8
  18. package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/starter-kit-overview.md +2 -2
  19. package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/vercel-serverless-deployment.md +7 -11
  20. package/assets/worker-kits/growthub-custom-workspace-starter-v1/kit.json +2 -11
  21. package/assets/worker-kits/growthub-custom-workspace-starter-v1/runtime-assumptions.md +1 -1
  22. package/assets/worker-kits/growthub-custom-workspace-starter-v1/skills.md +1 -2
  23. package/assets/worker-kits/growthub-custom-workspace-starter-v1/validation-checklist.md +1 -1
  24. package/assets/worker-kits/growthub-custom-workspace-starter-v1/workers/custom-workspace-operator/CLAUDE.md +1 -1
  25. package/package.json +3 -4
  26. package/assets/shared-templates/ad-formats/INDEX.md +0 -94
  27. package/assets/shared-templates/ad-formats/bedroom-minimic-talk.md +0 -197
  28. package/assets/shared-templates/ad-formats/frame-analysis.md +0 -209
  29. package/assets/shared-templates/ad-formats/process-specialist-medical.md +0 -105
  30. package/assets/shared-templates/ad-formats/villain-animation.md +0 -183
  31. package/assets/shared-templates/manifest.json +0 -23
  32. package/assets/shared-templates/marketing-frameworks/competitor-positioning.md +0 -46
  33. package/assets/shared-templates/marketing-frameworks/cro-7-dimensions.md +0 -48
  34. package/assets/shared-templates/marketing-frameworks/email-sequence-architecture.md +0 -50
  35. package/assets/shared-templates/marketing-frameworks/launch-playbook.md +0 -62
  36. package/assets/shared-templates/marketing-frameworks/product-marketing-context.md +0 -62
  37. package/assets/shared-templates/marketing-frameworks/seo-audit-eeat.md +0 -44
  38. package/assets/shared-templates/scene-modules/INDEX.md +0 -151
  39. package/assets/shared-templates/scene-modules/body/before-after-flatlay.md +0 -143
  40. package/assets/shared-templates/scene-modules/body/minimic-problem.md +0 -109
  41. package/assets/shared-templates/scene-modules/body/product-demo-glow.md +0 -123
  42. package/assets/shared-templates/scene-modules/body/tiktok-skeptic-pivot.md +0 -119
  43. package/assets/shared-templates/scene-modules/body/villain-agitation.md +0 -156
  44. package/assets/shared-templates/scene-modules/cta/bogo-meme-bookend.md +0 -144
  45. package/assets/shared-templates/scene-modules/cta/guarantee-close.md +0 -143
  46. package/assets/shared-templates/scene-modules/hooks/dollar-amount.md +0 -105
  47. package/assets/shared-templates/scene-modules/hooks/meme-overlay.md +0 -104
  48. package/assets/shared-templates/scene-modules/hooks/pov-confession.md +0 -92
  49. package/assets/shared-templates/scene-modules/hooks/tiktok-comment.md +0 -116
  50. package/assets/shared-templates/scene-modules/hooks/villain-hook.md +0 -134
  51. package/assets/worker-kits/creative-strategist-v1/SKILL.md +0 -95
  52. package/assets/worker-kits/creative-strategist-v1/brands/_template/brand-kit.md +0 -123
  53. package/assets/worker-kits/creative-strategist-v1/brands/solawave/brand-kit.md +0 -139
  54. package/assets/worker-kits/creative-strategist-v1/bundles/creative-strategist-v1.json +0 -57
  55. package/assets/worker-kits/creative-strategist-v1/growthub-meta/README.md +0 -18
  56. package/assets/worker-kits/creative-strategist-v1/growthub-meta/kit-standard.md +0 -47
  57. package/assets/worker-kits/creative-strategist-v1/helpers/README.md +0 -29
  58. package/assets/worker-kits/creative-strategist-v1/helpers/extract-muse-frames.sh +0 -81
  59. package/assets/worker-kits/creative-strategist-v1/helpers/grep-hooks.sh +0 -62
  60. package/assets/worker-kits/creative-strategist-v1/kit.json +0 -106
  61. package/assets/worker-kits/creative-strategist-v1/skills/README.md +0 -23
  62. package/assets/worker-kits/creative-strategist-v1/skills/frame-analysis/SKILL.md +0 -88
  63. package/assets/worker-kits/creative-strategist-v1/skills.md +0 -343
  64. package/assets/worker-kits/creative-strategist-v1/templates/ad-formats/INDEX.md +0 -94
  65. package/assets/worker-kits/creative-strategist-v1/templates/ad-formats/bedroom-minimic-talk.md +0 -197
  66. package/assets/worker-kits/creative-strategist-v1/templates/ad-formats/frame-analysis.md +0 -209
  67. package/assets/worker-kits/creative-strategist-v1/templates/ad-formats/process-specialist-medical.md +0 -105
  68. package/assets/worker-kits/creative-strategist-v1/templates/ad-formats/villain-animation.md +0 -183
  69. package/assets/worker-kits/creative-strategist-v1/templates/brief-template.js +0 -470
  70. package/assets/worker-kits/creative-strategist-v1/templates/hooks-library/500-winning-hooks.csv +0 -539
  71. package/assets/worker-kits/creative-strategist-v1/templates/project.md +0 -48
  72. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/INDEX.md +0 -151
  73. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/body/before-after-flatlay.md +0 -143
  74. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/body/minimic-problem.md +0 -109
  75. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/body/product-demo-glow.md +0 -123
  76. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/body/tiktok-skeptic-pivot.md +0 -119
  77. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/body/villain-agitation.md +0 -156
  78. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/cta/bogo-meme-bookend.md +0 -144
  79. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/cta/guarantee-close.md +0 -143
  80. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/hooks/dollar-amount.md +0 -105
  81. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/hooks/meme-overlay.md +0 -104
  82. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/hooks/pov-confession.md +0 -92
  83. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/hooks/tiktok-comment.md +0 -116
  84. package/assets/worker-kits/creative-strategist-v1/templates/scene-modules/hooks/villain-hook.md +0 -134
  85. package/assets/worker-kits/creative-strategist-v1/templates/self-eval.md +0 -67
  86. package/assets/worker-kits/creative-strategist-v1/workers/creative-strategist/CLAUDE.md +0 -463
  87. package/assets/worker-kits/growthub-agency-portal-starter-v1/.env.example +0 -53
  88. package/assets/worker-kits/growthub-agency-portal-starter-v1/QUICKSTART.md +0 -98
  89. package/assets/worker-kits/growthub-agency-portal-starter-v1/SKILL.md +0 -89
  90. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/.env.example +0 -41
  91. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/README.md +0 -38
  92. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/api/settings/integrations/route.js +0 -13
  93. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/api/workspace/route.js +0 -31
  94. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/globals.css +0 -369
  95. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/layout.jsx +0 -14
  96. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/page.jsx +0 -159
  97. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/app/settings/integrations/page.jsx +0 -105
  98. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/growthub.config.json +0 -112
  99. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/jsconfig.json +0 -8
  100. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/auth/index.js +0 -21
  101. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/env.js +0 -28
  102. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/integrations/growthub-connection-normalizer.js +0 -95
  103. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/integrations/index.js +0 -198
  104. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/payments/index.js +0 -13
  105. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/persistence/index.js +0 -13
  106. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/persistence/postgres.js +0 -16
  107. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/persistence/provider-managed.js +0 -16
  108. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/adapters/persistence/qstash-kv.js +0 -16
  109. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/domain/integrations.js +0 -185
  110. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/lib/domain/portal.js +0 -150
  111. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/next.config.js +0 -10
  112. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/package-lock.json +0 -912
  113. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/package.json +0 -20
  114. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/postcss.config.mjs +0 -3
  115. package/assets/worker-kits/growthub-agency-portal-starter-v1/apps/agency-portal/vercel.json +0 -5
  116. package/assets/worker-kits/growthub-agency-portal-starter-v1/brands/NEW-CLIENT.md +0 -10
  117. package/assets/worker-kits/growthub-agency-portal-starter-v1/brands/_template/brand-kit.md +0 -27
  118. package/assets/worker-kits/growthub-agency-portal-starter-v1/brands/growthub/brand-kit.md +0 -25
  119. package/assets/worker-kits/growthub-agency-portal-starter-v1/bundles/growthub-agency-portal-starter-v1.json +0 -66
  120. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/adapter-contracts.md +0 -86
  121. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/fork-sync-integration.md +0 -32
  122. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/governed-workspace-primitives.md +0 -182
  123. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/starter-kit-overview.md +0 -30
  124. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/vercel-serverless-deployment.md +0 -46
  125. package/assets/worker-kits/growthub-agency-portal-starter-v1/docs/vite-ui-shell-guide.md +0 -24
  126. package/assets/worker-kits/growthub-agency-portal-starter-v1/examples/portal-brief-sample.md +0 -44
  127. package/assets/worker-kits/growthub-agency-portal-starter-v1/examples/workspace-sample.md +0 -10
  128. package/assets/worker-kits/growthub-agency-portal-starter-v1/growthub-meta/README.md +0 -11
  129. package/assets/worker-kits/growthub-agency-portal-starter-v1/growthub-meta/kit-standard.md +0 -16
  130. package/assets/worker-kits/growthub-agency-portal-starter-v1/helpers/README.md +0 -49
  131. package/assets/worker-kits/growthub-agency-portal-starter-v1/kit.json +0 -161
  132. package/assets/worker-kits/growthub-agency-portal-starter-v1/output/README.md +0 -13
  133. package/assets/worker-kits/growthub-agency-portal-starter-v1/output-standards.md +0 -25
  134. package/assets/worker-kits/growthub-agency-portal-starter-v1/runtime-assumptions.md +0 -15
  135. package/assets/worker-kits/growthub-agency-portal-starter-v1/setup/check-deps.sh +0 -20
  136. package/assets/worker-kits/growthub-agency-portal-starter-v1/setup/verify-env.mjs +0 -92
  137. package/assets/worker-kits/growthub-agency-portal-starter-v1/skills/README.md +0 -55
  138. package/assets/worker-kits/growthub-agency-portal-starter-v1/skills.md +0 -133
  139. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/index.html +0 -12
  140. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/package-lock.json +0 -1677
  141. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/package.json +0 -20
  142. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/serve.mjs +0 -42
  143. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/src/App.jsx +0 -159
  144. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/src/app.css +0 -139
  145. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/src/main.jsx +0 -10
  146. package/assets/worker-kits/growthub-agency-portal-starter-v1/studio/vite.config.js +0 -8
  147. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/agent-contract.md +0 -9
  148. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/client-onboarding-plan.md +0 -56
  149. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/deployment-handoff.md +0 -61
  150. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/deployment-plan.md +0 -22
  151. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/portal-brief.md +0 -65
  152. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/project.md +0 -55
  153. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/self-eval.md +0 -67
  154. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/supabase-setup-plan.md +0 -26
  155. package/assets/worker-kits/growthub-agency-portal-starter-v1/templates/workspace-brief.md +0 -11
  156. package/assets/worker-kits/growthub-agency-portal-starter-v1/validation-checklist.md +0 -32
  157. package/assets/worker-kits/growthub-agency-portal-starter-v1/workers/agency-portal-operator/CLAUDE.md +0 -75
  158. package/assets/worker-kits/growthub-ai-website-cloner-v1/.env.example +0 -9
  159. package/assets/worker-kits/growthub-ai-website-cloner-v1/QUICKSTART.md +0 -116
  160. package/assets/worker-kits/growthub-ai-website-cloner-v1/SKILL.md +0 -89
  161. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/NEW-CLIENT.md +0 -22
  162. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/_template/brand-kit.md +0 -27
  163. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/growthub/brand-kit.md +0 -26
  164. package/assets/worker-kits/growthub-ai-website-cloner-v1/bundles/growthub-ai-website-cloner-v1.json +0 -60
  165. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/ai-website-cloner-fork-integration.md +0 -118
  166. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/design-token-system.md +0 -135
  167. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/multi-phase-pipeline.md +0 -129
  168. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/parallel-builder-dispatch.md +0 -103
  169. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/clone-brief-sample.md +0 -54
  170. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/component-spec-sample.md +0 -123
  171. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/platform-handoff-sample.md +0 -102
  172. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/visual-qa-sample.md +0 -119
  173. package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/README.md +0 -71
  174. package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/kit-standard.md +0 -47
  175. package/assets/worker-kits/growthub-ai-website-cloner-v1/helpers/README.md +0 -29
  176. package/assets/worker-kits/growthub-ai-website-cloner-v1/kit.json +0 -120
  177. package/assets/worker-kits/growthub-ai-website-cloner-v1/output/README.md +0 -26
  178. package/assets/worker-kits/growthub-ai-website-cloner-v1/output-standards.md +0 -75
  179. package/assets/worker-kits/growthub-ai-website-cloner-v1/runtime-assumptions.md +0 -70
  180. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/check-deps.sh +0 -50
  181. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/clone-fork.sh +0 -66
  182. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/verify-env.mjs +0 -78
  183. package/assets/worker-kits/growthub-ai-website-cloner-v1/skills/README.md +0 -23
  184. package/assets/worker-kits/growthub-ai-website-cloner-v1/skills.md +0 -186
  185. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/asset-manifest.md +0 -57
  186. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/builder-dispatch-plan.md +0 -92
  187. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/clone-brief.md +0 -59
  188. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/component-spec.md +0 -124
  189. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/design-token-extraction.md +0 -89
  190. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/platform-handoff.md +0 -114
  191. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/project.md +0 -48
  192. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/reconnaissance-report.md +0 -77
  193. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/self-eval.md +0 -67
  194. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/visual-qa-checklist.md +0 -107
  195. package/assets/worker-kits/growthub-ai-website-cloner-v1/validation-checklist.md +0 -76
  196. package/assets/worker-kits/growthub-ai-website-cloner-v1/workers/ai-website-cloner-operator/CLAUDE.md +0 -278
  197. package/assets/worker-kits/growthub-creative-video-pipeline-v1/.env.example +0 -28
  198. package/assets/worker-kits/growthub-creative-video-pipeline-v1/QUICKSTART.md +0 -118
  199. package/assets/worker-kits/growthub-creative-video-pipeline-v1/SKILL.md +0 -124
  200. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/.env.example +0 -20
  201. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/README.md +0 -33
  202. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/app/api/pipeline/route.js +0 -27
  203. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/app/globals.css +0 -203
  204. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/app/layout.jsx +0 -14
  205. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/app/page.jsx +0 -131
  206. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/app/settings/keys/page.jsx +0 -154
  207. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/lib/adapters/env.js +0 -14
  208. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/lib/adapters/generative/index.js +0 -31
  209. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/lib/domain/pipeline.js +0 -30
  210. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/next.config.js +0 -10
  211. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/package-lock.json +0 -912
  212. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/package.json +0 -20
  213. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/postcss.config.mjs +0 -3
  214. package/assets/worker-kits/growthub-creative-video-pipeline-v1/apps/creative-video-pipeline/vercel.json +0 -5
  215. package/assets/worker-kits/growthub-creative-video-pipeline-v1/brands/NEW-CLIENT.md +0 -21
  216. package/assets/worker-kits/growthub-creative-video-pipeline-v1/brands/_template/brand-kit.md +0 -123
  217. package/assets/worker-kits/growthub-creative-video-pipeline-v1/brands/growthub/brand-kit.md +0 -123
  218. package/assets/worker-kits/growthub-creative-video-pipeline-v1/bundles/growthub-creative-video-pipeline-v1.json +0 -87
  219. package/assets/worker-kits/growthub-creative-video-pipeline-v1/docs/adapter-contracts.md +0 -73
  220. package/assets/worker-kits/growthub-creative-video-pipeline-v1/docs/governed-workspace-primitives.md +0 -50
  221. package/assets/worker-kits/growthub-creative-video-pipeline-v1/docs/pipeline-architecture.md +0 -61
  222. package/assets/worker-kits/growthub-creative-video-pipeline-v1/docs/starter-kit-overview.md +0 -33
  223. package/assets/worker-kits/growthub-creative-video-pipeline-v1/docs/vercel-deployment.md +0 -42
  224. package/assets/worker-kits/growthub-creative-video-pipeline-v1/examples/pipeline-brief-sample.md +0 -56
  225. package/assets/worker-kits/growthub-creative-video-pipeline-v1/growthub-meta/README.md +0 -9
  226. package/assets/worker-kits/growthub-creative-video-pipeline-v1/growthub-meta/kit-standard.md +0 -24
  227. package/assets/worker-kits/growthub-creative-video-pipeline-v1/helpers/README.md +0 -9
  228. package/assets/worker-kits/growthub-creative-video-pipeline-v1/helpers/check-generative-adapter.sh +0 -41
  229. package/assets/worker-kits/growthub-creative-video-pipeline-v1/helpers/check-pipeline-health.sh +0 -154
  230. package/assets/worker-kits/growthub-creative-video-pipeline-v1/helpers/run-pipeline.sh +0 -30
  231. package/assets/worker-kits/growthub-creative-video-pipeline-v1/kit.json +0 -157
  232. package/assets/worker-kits/growthub-creative-video-pipeline-v1/output/README.md +0 -23
  233. package/assets/worker-kits/growthub-creative-video-pipeline-v1/output-standards.md +0 -63
  234. package/assets/worker-kits/growthub-creative-video-pipeline-v1/pipeline.manifest.json +0 -83
  235. package/assets/worker-kits/growthub-creative-video-pipeline-v1/runtime-assumptions.md +0 -61
  236. package/assets/worker-kits/growthub-creative-video-pipeline-v1/setup/check-deps.sh +0 -63
  237. package/assets/worker-kits/growthub-creative-video-pipeline-v1/setup/clone-fork.sh +0 -18
  238. package/assets/worker-kits/growthub-creative-video-pipeline-v1/setup/install-skill.sh +0 -10
  239. package/assets/worker-kits/growthub-creative-video-pipeline-v1/setup/verify-env.mjs +0 -50
  240. package/assets/worker-kits/growthub-creative-video-pipeline-v1/skills/README.md +0 -11
  241. package/assets/worker-kits/growthub-creative-video-pipeline-v1/skills/brief-generation/SKILL.md +0 -42
  242. package/assets/worker-kits/growthub-creative-video-pipeline-v1/skills/generative-execution/SKILL.md +0 -86
  243. package/assets/worker-kits/growthub-creative-video-pipeline-v1/skills/video-edit/SKILL.md +0 -41
  244. package/assets/worker-kits/growthub-creative-video-pipeline-v1/skills.md +0 -302
  245. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/index.html +0 -12
  246. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/package-lock.json +0 -20
  247. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/package.json +0 -20
  248. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/serve.mjs +0 -41
  249. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/src/App.jsx +0 -210
  250. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/src/app.css +0 -194
  251. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/src/main.jsx +0 -10
  252. package/assets/worker-kits/growthub-creative-video-pipeline-v1/studio/vite.config.js +0 -8
  253. package/assets/worker-kits/growthub-creative-video-pipeline-v1/templates/edit-plan.md +0 -66
  254. package/assets/worker-kits/growthub-creative-video-pipeline-v1/templates/generative-plan.md +0 -83
  255. package/assets/worker-kits/growthub-creative-video-pipeline-v1/templates/pipeline-brief.md +0 -129
  256. package/assets/worker-kits/growthub-creative-video-pipeline-v1/templates/project.md +0 -68
  257. package/assets/worker-kits/growthub-creative-video-pipeline-v1/templates/self-eval.md +0 -67
  258. package/assets/worker-kits/growthub-creative-video-pipeline-v1/validation/e2e-reference.md +0 -166
  259. package/assets/worker-kits/growthub-creative-video-pipeline-v1/validation-checklist.md +0 -56
  260. package/assets/worker-kits/growthub-creative-video-pipeline-v1/workers/creative-video-pipeline-operator/CLAUDE.md +0 -109
  261. package/assets/worker-kits/growthub-creative-video-pipeline-v1/workspace.dependencies.json +0 -26
  262. package/assets/worker-kits/growthub-custom-workspace-starter-v1/docs/vite-ui-shell-guide.md +0 -24
  263. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/index.html +0 -12
  264. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/package.json +0 -20
  265. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/serve.mjs +0 -42
  266. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/App.jsx +0 -32
  267. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/app.css +0 -20
  268. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/src/main.jsx +0 -10
  269. package/assets/worker-kits/growthub-custom-workspace-starter-v1/studio/vite.config.js +0 -8
  270. package/assets/worker-kits/growthub-email-marketing-v1/SKILL.md +0 -90
  271. package/assets/worker-kits/growthub-email-marketing-v1/brands/_template/brand-kit.md +0 -172
  272. package/assets/worker-kits/growthub-email-marketing-v1/brands/growthub/VERSION.md +0 -32
  273. package/assets/worker-kits/growthub-email-marketing-v1/brands/growthub/brand-kit.md +0 -282
  274. package/assets/worker-kits/growthub-email-marketing-v1/broadcasts/_template/broadcast-vault.md +0 -188
  275. package/assets/worker-kits/growthub-email-marketing-v1/broadcasts/growthub/broadcast-vault.md +0 -324
  276. package/assets/worker-kits/growthub-email-marketing-v1/bundles/growthub-email-marketing-v1.json +0 -73
  277. package/assets/worker-kits/growthub-email-marketing-v1/examples/campaign-brief-sample.md +0 -110
  278. package/assets/worker-kits/growthub-email-marketing-v1/examples/nurture-sequence-sample.md +0 -265
  279. package/assets/worker-kits/growthub-email-marketing-v1/examples/subject-line-matrix-sample.md +0 -116
  280. package/assets/worker-kits/growthub-email-marketing-v1/growthub-meta/README.md +0 -108
  281. package/assets/worker-kits/growthub-email-marketing-v1/growthub-meta/kit-standard.md +0 -87
  282. package/assets/worker-kits/growthub-email-marketing-v1/helpers/README.md +0 -29
  283. package/assets/worker-kits/growthub-email-marketing-v1/kit.json +0 -119
  284. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_Broadcast_ShowcaseProof_v1_20260410.md +0 -139
  285. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_CampaignBrief_ClientResults_v1_20260410.md +0 -115
  286. package/assets/worker-kits/growthub-email-marketing-v1/output/growthub/showcase-proof-ai-ugc-v1-20260410/Growthub_SubjectLineMatrix_v1_20260410.md +0 -83
  287. package/assets/worker-kits/growthub-email-marketing-v1/output-standards.md +0 -174
  288. package/assets/worker-kits/growthub-email-marketing-v1/runtime-assumptions.md +0 -268
  289. package/assets/worker-kits/growthub-email-marketing-v1/skills/README.md +0 -23
  290. package/assets/worker-kits/growthub-email-marketing-v1/skills.md +0 -490
  291. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/INDEX.md +0 -75
  292. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/activation-booking.md +0 -156
  293. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/engagement-nudge.md +0 -175
  294. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/lead-magnet-traffic.md +0 -149
  295. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/showcase-proof.md +0 -153
  296. package/assets/worker-kits/growthub-email-marketing-v1/templates/broadcast-formats/value-delivery.md +0 -141
  297. package/assets/worker-kits/growthub-email-marketing-v1/templates/campaign-brief-template.md +0 -115
  298. package/assets/worker-kits/growthub-email-marketing-v1/templates/cta-matrix.md +0 -90
  299. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-draft.md +0 -145
  300. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/INDEX.md +0 -59
  301. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/follow-up-sequence.md +0 -111
  302. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/nurture-sequence.md +0 -143
  303. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/outbound-cold-sequence.md +0 -134
  304. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/promotional-broadcast.md +0 -117
  305. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-formats/re-engagement.md +0 -108
  306. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/INDEX.md +0 -97
  307. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/education-block.md +0 -131
  308. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/problem-agitate.md +0 -107
  309. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/story-bridge.md +0 -112
  310. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/body/value-reveal.md +0 -107
  311. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/primary-cta.md +0 -116
  312. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/reply-cta.md +0 -131
  313. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/cta/soft-cta.md +0 -117
  314. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/curiosity.md +0 -112
  315. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/personal.md +0 -108
  316. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/social-proof.md +0 -109
  317. package/assets/worker-kits/growthub-email-marketing-v1/templates/email-modules/subject-lines/urgency.md +0 -112
  318. package/assets/worker-kits/growthub-email-marketing-v1/templates/hooks-library/subject-line-patterns.csv +0 -73
  319. package/assets/worker-kits/growthub-email-marketing-v1/templates/project.md +0 -48
  320. package/assets/worker-kits/growthub-email-marketing-v1/templates/qa-checklist.md +0 -106
  321. package/assets/worker-kits/growthub-email-marketing-v1/templates/self-eval.md +0 -67
  322. package/assets/worker-kits/growthub-email-marketing-v1/templates/sequence-planner.md +0 -94
  323. package/assets/worker-kits/growthub-email-marketing-v1/templates/subject-line-matrix.md +0 -136
  324. package/assets/worker-kits/growthub-email-marketing-v1/workers/email-marketing-strategist/CLAUDE.md +0 -316
  325. package/assets/worker-kits/growthub-geo-seo-v1/.env.example +0 -14
  326. package/assets/worker-kits/growthub-geo-seo-v1/QUICKSTART.md +0 -138
  327. package/assets/worker-kits/growthub-geo-seo-v1/SKILL.md +0 -90
  328. package/assets/worker-kits/growthub-geo-seo-v1/brands/NEW-CLIENT.md +0 -104
  329. package/assets/worker-kits/growthub-geo-seo-v1/brands/_template/brand-kit.md +0 -116
  330. package/assets/worker-kits/growthub-geo-seo-v1/brands/growthub/brand-kit.md +0 -117
  331. package/assets/worker-kits/growthub-geo-seo-v1/bundles/growthub-geo-seo-v1.json +0 -63
  332. package/assets/worker-kits/growthub-geo-seo-v1/docs/geo-seo-fork-integration.md +0 -244
  333. package/assets/worker-kits/growthub-geo-seo-v1/docs/pdf-report-layer.md +0 -139
  334. package/assets/worker-kits/growthub-geo-seo-v1/docs/scoring-methodology.md +0 -230
  335. package/assets/worker-kits/growthub-geo-seo-v1/docs/subagent-dispatch.md +0 -273
  336. package/assets/worker-kits/growthub-geo-seo-v1/examples/citability-sample.md +0 -155
  337. package/assets/worker-kits/growthub-geo-seo-v1/examples/geo-audit-sample.md +0 -126
  338. package/assets/worker-kits/growthub-geo-seo-v1/examples/pdf-report-sample.md +0 -207
  339. package/assets/worker-kits/growthub-geo-seo-v1/examples/prospect-proposal-sample.md +0 -184
  340. package/assets/worker-kits/growthub-geo-seo-v1/growthub-meta/README.md +0 -124
  341. package/assets/worker-kits/growthub-geo-seo-v1/growthub-meta/kit-standard.md +0 -116
  342. package/assets/worker-kits/growthub-geo-seo-v1/helpers/README.md +0 -29
  343. package/assets/worker-kits/growthub-geo-seo-v1/kit.json +0 -123
  344. package/assets/worker-kits/growthub-geo-seo-v1/output/README.md +0 -114
  345. package/assets/worker-kits/growthub-geo-seo-v1/output-standards.md +0 -143
  346. package/assets/worker-kits/growthub-geo-seo-v1/runtime-assumptions.md +0 -175
  347. package/assets/worker-kits/growthub-geo-seo-v1/setup/check-deps.sh +0 -80
  348. package/assets/worker-kits/growthub-geo-seo-v1/setup/clone-fork.sh +0 -56
  349. package/assets/worker-kits/growthub-geo-seo-v1/setup/verify-env.mjs +0 -152
  350. package/assets/worker-kits/growthub-geo-seo-v1/skills/README.md +0 -23
  351. package/assets/worker-kits/growthub-geo-seo-v1/skills.md +0 -359
  352. package/assets/worker-kits/growthub-geo-seo-v1/templates/brand-visibility-report.md +0 -101
  353. package/assets/worker-kits/growthub-geo-seo-v1/templates/citability-analysis.md +0 -131
  354. package/assets/worker-kits/growthub-geo-seo-v1/templates/client-proposal.md +0 -172
  355. package/assets/worker-kits/growthub-geo-seo-v1/templates/content-analysis.md +0 -136
  356. package/assets/worker-kits/growthub-geo-seo-v1/templates/crawler-access-report.md +0 -115
  357. package/assets/worker-kits/growthub-geo-seo-v1/templates/geo-audit-brief.md +0 -114
  358. package/assets/worker-kits/growthub-geo-seo-v1/templates/geo-score-summary.md +0 -113
  359. package/assets/worker-kits/growthub-geo-seo-v1/templates/llmstxt-plan.md +0 -173
  360. package/assets/worker-kits/growthub-geo-seo-v1/templates/project.md +0 -48
  361. package/assets/worker-kits/growthub-geo-seo-v1/templates/remediation-roadmap.md +0 -150
  362. package/assets/worker-kits/growthub-geo-seo-v1/templates/schema-validation.md +0 -177
  363. package/assets/worker-kits/growthub-geo-seo-v1/templates/self-eval.md +0 -67
  364. package/assets/worker-kits/growthub-geo-seo-v1/templates/technical-foundations.md +0 -108
  365. package/assets/worker-kits/growthub-geo-seo-v1/validation-checklist.md +0 -139
  366. package/assets/worker-kits/growthub-geo-seo-v1/workers/geo-seo-operator/CLAUDE.md +0 -342
  367. package/assets/worker-kits/growthub-hyperframes-studio-v1/.env.example +0 -9
  368. package/assets/worker-kits/growthub-hyperframes-studio-v1/QUICKSTART.md +0 -21
  369. package/assets/worker-kits/growthub-hyperframes-studio-v1/SKILL.md +0 -89
  370. package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/NEW-CLIENT.md +0 -3
  371. package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/_template/brand-kit.md +0 -7
  372. package/assets/worker-kits/growthub-hyperframes-studio-v1/brands/growthub/brand-kit.md +0 -6
  373. package/assets/worker-kits/growthub-hyperframes-studio-v1/bundles/growthub-hyperframes-studio-v1.json +0 -52
  374. package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-discovery-path.md +0 -12
  375. package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/hyperframes-fork-integration.md +0 -11
  376. package/assets/worker-kits/growthub-hyperframes-studio-v1/docs/provider-adapter-layer.md +0 -9
  377. package/assets/worker-kits/growthub-hyperframes-studio-v1/examples/video-brief-sample.md +0 -15
  378. package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/README.md +0 -3
  379. package/assets/worker-kits/growthub-hyperframes-studio-v1/growthub-meta/kit-standard.md +0 -6
  380. package/assets/worker-kits/growthub-hyperframes-studio-v1/helpers/README.md +0 -29
  381. package/assets/worker-kits/growthub-hyperframes-studio-v1/kit.json +0 -112
  382. package/assets/worker-kits/growthub-hyperframes-studio-v1/output/README.md +0 -5
  383. package/assets/worker-kits/growthub-hyperframes-studio-v1/output-standards.md +0 -12
  384. package/assets/worker-kits/growthub-hyperframes-studio-v1/runtime-assumptions.md +0 -6
  385. package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/check-deps.sh +0 -14
  386. package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/clone-fork.sh +0 -13
  387. package/assets/worker-kits/growthub-hyperframes-studio-v1/setup/verify-env.mjs +0 -17
  388. package/assets/worker-kits/growthub-hyperframes-studio-v1/skills/README.md +0 -23
  389. package/assets/worker-kits/growthub-hyperframes-studio-v1/skills.md +0 -12
  390. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/composition-spec.md +0 -6
  391. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/project.md +0 -48
  392. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/qa-checklist.md +0 -6
  393. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/render-plan.md +0 -13
  394. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/self-eval.md +0 -67
  395. package/assets/worker-kits/growthub-hyperframes-studio-v1/templates/video-brief.md +0 -7
  396. package/assets/worker-kits/growthub-hyperframes-studio-v1/validation-checklist.md +0 -6
  397. package/assets/worker-kits/growthub-hyperframes-studio-v1/workers/hyperframes-studio-operator/CLAUDE.md +0 -40
  398. package/assets/worker-kits/growthub-marketing-skills-v1/.env.example +0 -7
  399. package/assets/worker-kits/growthub-marketing-skills-v1/QUICKSTART.md +0 -111
  400. package/assets/worker-kits/growthub-marketing-skills-v1/SKILL.md +0 -90
  401. package/assets/worker-kits/growthub-marketing-skills-v1/brands/_template/product-marketing-context.md +0 -147
  402. package/assets/worker-kits/growthub-marketing-skills-v1/brands/growthub/product-marketing-context.md +0 -145
  403. package/assets/worker-kits/growthub-marketing-skills-v1/bundles/growthub-marketing-skills-v1.json +0 -52
  404. package/assets/worker-kits/growthub-marketing-skills-v1/docs/evaluation-frameworks.md +0 -53
  405. package/assets/worker-kits/growthub-marketing-skills-v1/docs/fork-integration.md +0 -43
  406. package/assets/worker-kits/growthub-marketing-skills-v1/docs/skill-dispatch-methodology.md +0 -50
  407. package/assets/worker-kits/growthub-marketing-skills-v1/examples/email-sequence-sample.md +0 -75
  408. package/assets/worker-kits/growthub-marketing-skills-v1/examples/landing-page-cro-sample.md +0 -128
  409. package/assets/worker-kits/growthub-marketing-skills-v1/examples/seo-audit-sample.md +0 -102
  410. package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/README.md +0 -5
  411. package/assets/worker-kits/growthub-marketing-skills-v1/growthub-meta/kit-standard.md +0 -25
  412. package/assets/worker-kits/growthub-marketing-skills-v1/helpers/README.md +0 -29
  413. package/assets/worker-kits/growthub-marketing-skills-v1/kit.json +0 -108
  414. package/assets/worker-kits/growthub-marketing-skills-v1/output/README.md +0 -32
  415. package/assets/worker-kits/growthub-marketing-skills-v1/output-standards.md +0 -51
  416. package/assets/worker-kits/growthub-marketing-skills-v1/runtime-assumptions.md +0 -46
  417. package/assets/worker-kits/growthub-marketing-skills-v1/setup/verify-env.mjs +0 -81
  418. package/assets/worker-kits/growthub-marketing-skills-v1/skills/README.md +0 -23
  419. package/assets/worker-kits/growthub-marketing-skills-v1/skills.md +0 -157
  420. package/assets/worker-kits/growthub-marketing-skills-v1/templates/competitor-analysis.md +0 -81
  421. package/assets/worker-kits/growthub-marketing-skills-v1/templates/content-strategy-plan.md +0 -75
  422. package/assets/worker-kits/growthub-marketing-skills-v1/templates/cro-audit-brief.md +0 -138
  423. package/assets/worker-kits/growthub-marketing-skills-v1/templates/email-sequence-plan.md +0 -80
  424. package/assets/worker-kits/growthub-marketing-skills-v1/templates/launch-checklist.md +0 -83
  425. package/assets/worker-kits/growthub-marketing-skills-v1/templates/project.md +0 -48
  426. package/assets/worker-kits/growthub-marketing-skills-v1/templates/self-eval.md +0 -67
  427. package/assets/worker-kits/growthub-marketing-skills-v1/templates/seo-audit-report.md +0 -119
  428. package/assets/worker-kits/growthub-marketing-skills-v1/workers/marketing-operator/CLAUDE.md +0 -220
  429. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/.env.example +0 -14
  430. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/QUICKSTART.md +0 -95
  431. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/SKILL.md +0 -89
  432. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/NEW-CLIENT.md +0 -46
  433. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/_template/brand-kit.md +0 -89
  434. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/brands/growthub/brand-kit.md +0 -96
  435. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/bundles/growthub-open-higgsfield-studio-v1.json +0 -64
  436. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/open-higgsfield-fork-integration.md +0 -63
  437. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/docs/provider-adapter-layer.md +0 -67
  438. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/platform-ready-handoff-sample.md +0 -24
  439. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/prompt-matrix-sample.md +0 -6
  440. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/shot-plan-sample.md +0 -7
  441. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/examples/visual-campaign-brief-sample.md +0 -22
  442. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/README.md +0 -67
  443. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/growthub-meta/kit-standard.md +0 -47
  444. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/helpers/README.md +0 -29
  445. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/kit.json +0 -126
  446. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output/README.md +0 -34
  447. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/output-standards.md +0 -133
  448. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/runtime-assumptions.md +0 -145
  449. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/check-deps.sh +0 -37
  450. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/clone-fork.sh +0 -40
  451. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/patch-cors-proxy.sh +0 -139
  452. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/setup/verify-env.mjs +0 -72
  453. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/skills/README.md +0 -23
  454. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/skills.md +0 -257
  455. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/asset-tracking.md +0 -5
  456. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/frame-analysis.md +0 -24
  457. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/generation-batch-plan.md +0 -7
  458. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/model-selection-recommendation.md +0 -23
  459. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/platform-ready-execution-handoff.md +0 -17
  460. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/project.md +0 -48
  461. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-matrix.md +0 -7
  462. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/cinema-generation.md +0 -16
  463. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/image-generation.md +0 -11
  464. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/lip-sync-generation.md +0 -14
  465. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/prompt-templates/video-generation.md +0 -11
  466. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/review-qa-checklist.md +0 -26
  467. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/self-eval.md +0 -67
  468. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/shot-plan.md +0 -11
  469. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/studio-selection-brief.md +0 -18
  470. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/templates/visual-campaign-brief.md +0 -24
  471. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/validation-checklist.md +0 -49
  472. package/assets/worker-kits/growthub-open-higgsfield-studio-v1/workers/open-higgsfield-studio-operator/CLAUDE.md +0 -286
  473. package/assets/worker-kits/growthub-open-montage-studio-v1/.env.example +0 -42
  474. package/assets/worker-kits/growthub-open-montage-studio-v1/QUICKSTART.md +0 -114
  475. package/assets/worker-kits/growthub-open-montage-studio-v1/SKILL.md +0 -89
  476. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/NEW-CLIENT.md +0 -42
  477. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/_template/brand-kit.md +0 -49
  478. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/growthub/brand-kit.md +0 -50
  479. package/assets/worker-kits/growthub-open-montage-studio-v1/bundles/growthub-open-montage-studio-v1.json +0 -62
  480. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/cms-node-bridge.md +0 -152
  481. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/open-montage-fork-integration.md +0 -120
  482. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/pipeline-reference.md +0 -147
  483. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/provider-adapter-layer.md +0 -105
  484. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/cms-node-video-gen-sample.md +0 -109
  485. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/pipeline-selection-sample.md +0 -67
  486. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/platform-ready-handoff-sample.md +0 -101
  487. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/video-production-brief-sample.md +0 -68
  488. package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/README.md +0 -7
  489. package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/kit-standard.md +0 -45
  490. package/assets/worker-kits/growthub-open-montage-studio-v1/helpers/README.md +0 -29
  491. package/assets/worker-kits/growthub-open-montage-studio-v1/kit.json +0 -122
  492. package/assets/worker-kits/growthub-open-montage-studio-v1/output/README.md +0 -34
  493. package/assets/worker-kits/growthub-open-montage-studio-v1/output-standards.md +0 -79
  494. package/assets/worker-kits/growthub-open-montage-studio-v1/runtime-assumptions.md +0 -86
  495. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/check-deps.sh +0 -43
  496. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/clone-fork.sh +0 -54
  497. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/verify-env.mjs +0 -105
  498. package/assets/worker-kits/growthub-open-montage-studio-v1/skills/README.md +0 -23
  499. package/assets/worker-kits/growthub-open-montage-studio-v1/skills.md +0 -254
  500. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/asset-tracking.md +0 -46
  501. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/cms-node-pipeline-mapping.md +0 -64
  502. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/generation-batch-plan.md +0 -70
  503. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/pipeline-selection-brief.md +0 -67
  504. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/platform-ready-execution-handoff.md +0 -103
  505. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/project.md +0 -48
  506. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/prompt-matrix.md +0 -48
  507. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/provider-selection-brief.md +0 -86
  508. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/review-qa-checklist.md +0 -59
  509. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/scene-plan.md +0 -65
  510. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/self-eval.md +0 -67
  511. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/video-production-brief.md +0 -58
  512. package/assets/worker-kits/growthub-open-montage-studio-v1/validation-checklist.md +0 -46
  513. package/assets/worker-kits/growthub-open-montage-studio-v1/workers/open-montage-studio-operator/CLAUDE.md +0 -326
  514. package/assets/worker-kits/growthub-postiz-social-v1/.env.example +0 -20
  515. package/assets/worker-kits/growthub-postiz-social-v1/QUICKSTART.md +0 -136
  516. package/assets/worker-kits/growthub-postiz-social-v1/SKILL.md +0 -90
  517. package/assets/worker-kits/growthub-postiz-social-v1/brands/NEW-CLIENT.md +0 -67
  518. package/assets/worker-kits/growthub-postiz-social-v1/brands/_template/brand-kit.md +0 -120
  519. package/assets/worker-kits/growthub-postiz-social-v1/brands/growthub/brand-kit.md +0 -117
  520. package/assets/worker-kits/growthub-postiz-social-v1/bundles/growthub-postiz-social-v1.json +0 -59
  521. package/assets/worker-kits/growthub-postiz-social-v1/docs/ai-caption-layer.md +0 -118
  522. package/assets/worker-kits/growthub-postiz-social-v1/docs/bullmq-queue-layer.md +0 -157
  523. package/assets/worker-kits/growthub-postiz-social-v1/docs/platform-coverage.md +0 -97
  524. package/assets/worker-kits/growthub-postiz-social-v1/docs/postiz-fork-integration.md +0 -143
  525. package/assets/worker-kits/growthub-postiz-social-v1/examples/analytics-brief-sample.md +0 -125
  526. package/assets/worker-kits/growthub-postiz-social-v1/examples/client-proposal-sample.md +0 -127
  527. package/assets/worker-kits/growthub-postiz-social-v1/examples/content-calendar-sample.md +0 -75
  528. package/assets/worker-kits/growthub-postiz-social-v1/examples/social-campaign-sample.md +0 -104
  529. package/assets/worker-kits/growthub-postiz-social-v1/growthub-meta/README.md +0 -128
  530. package/assets/worker-kits/growthub-postiz-social-v1/growthub-meta/kit-standard.md +0 -113
  531. package/assets/worker-kits/growthub-postiz-social-v1/helpers/README.md +0 -29
  532. package/assets/worker-kits/growthub-postiz-social-v1/kit.json +0 -119
  533. package/assets/worker-kits/growthub-postiz-social-v1/output/README.md +0 -56
  534. package/assets/worker-kits/growthub-postiz-social-v1/output-standards.md +0 -127
  535. package/assets/worker-kits/growthub-postiz-social-v1/runtime-assumptions.md +0 -159
  536. package/assets/worker-kits/growthub-postiz-social-v1/setup/check-deps.sh +0 -117
  537. package/assets/worker-kits/growthub-postiz-social-v1/setup/clone-fork.sh +0 -83
  538. package/assets/worker-kits/growthub-postiz-social-v1/setup/verify-env.mjs +0 -100
  539. package/assets/worker-kits/growthub-postiz-social-v1/skills/README.md +0 -23
  540. package/assets/worker-kits/growthub-postiz-social-v1/skills.md +0 -277
  541. package/assets/worker-kits/growthub-postiz-social-v1/templates/analytics-brief.md +0 -123
  542. package/assets/worker-kits/growthub-postiz-social-v1/templates/caption-copy-deck.md +0 -127
  543. package/assets/worker-kits/growthub-postiz-social-v1/templates/client-proposal.md +0 -139
  544. package/assets/worker-kits/growthub-postiz-social-v1/templates/content-calendar.md +0 -65
  545. package/assets/worker-kits/growthub-postiz-social-v1/templates/platform-publishing-plan.md +0 -112
  546. package/assets/worker-kits/growthub-postiz-social-v1/templates/project.md +0 -48
  547. package/assets/worker-kits/growthub-postiz-social-v1/templates/scheduling-manifest.md +0 -83
  548. package/assets/worker-kits/growthub-postiz-social-v1/templates/self-eval.md +0 -67
  549. package/assets/worker-kits/growthub-postiz-social-v1/templates/social-campaign-brief.md +0 -111
  550. package/assets/worker-kits/growthub-postiz-social-v1/validation-checklist.md +0 -79
  551. package/assets/worker-kits/growthub-postiz-social-v1/workers/postiz-social-operator/CLAUDE.md +0 -309
  552. package/assets/worker-kits/growthub-twenty-crm-v1/.env.example +0 -17
  553. package/assets/worker-kits/growthub-twenty-crm-v1/QUICKSTART.md +0 -90
  554. package/assets/worker-kits/growthub-twenty-crm-v1/SKILL.md +0 -89
  555. package/assets/worker-kits/growthub-twenty-crm-v1/brands/NEW-CLIENT.md +0 -57
  556. package/assets/worker-kits/growthub-twenty-crm-v1/brands/_template/brand-kit.md +0 -88
  557. package/assets/worker-kits/growthub-twenty-crm-v1/brands/growthub/brand-kit.md +0 -92
  558. package/assets/worker-kits/growthub-twenty-crm-v1/bundles/growthub-twenty-crm-v1.json +0 -63
  559. package/assets/worker-kits/growthub-twenty-crm-v1/docs/api-and-webhooks.md +0 -296
  560. package/assets/worker-kits/growthub-twenty-crm-v1/docs/data-model-layer.md +0 -172
  561. package/assets/worker-kits/growthub-twenty-crm-v1/docs/twenty-fork-integration.md +0 -213
  562. package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-playbook-sample.md +0 -172
  563. package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-setup-sample.md +0 -100
  564. package/assets/worker-kits/growthub-twenty-crm-v1/examples/lead-enrichment-sample.md +0 -117
  565. package/assets/worker-kits/growthub-twenty-crm-v1/examples/pipeline-automation-sample.md +0 -132
  566. package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/README.md +0 -114
  567. package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/kit-standard.md +0 -61
  568. package/assets/worker-kits/growthub-twenty-crm-v1/helpers/README.md +0 -29
  569. package/assets/worker-kits/growthub-twenty-crm-v1/kit.json +0 -123
  570. package/assets/worker-kits/growthub-twenty-crm-v1/output/README.md +0 -46
  571. package/assets/worker-kits/growthub-twenty-crm-v1/output-standards.md +0 -175
  572. package/assets/worker-kits/growthub-twenty-crm-v1/runtime-assumptions.md +0 -150
  573. package/assets/worker-kits/growthub-twenty-crm-v1/setup/check-deps.sh +0 -56
  574. package/assets/worker-kits/growthub-twenty-crm-v1/setup/clone-fork.sh +0 -77
  575. package/assets/worker-kits/growthub-twenty-crm-v1/setup/verify-env.mjs +0 -105
  576. package/assets/worker-kits/growthub-twenty-crm-v1/skills/README.md +0 -23
  577. package/assets/worker-kits/growthub-twenty-crm-v1/skills.md +0 -401
  578. package/assets/worker-kits/growthub-twenty-crm-v1/templates/api-query-plan.md +0 -179
  579. package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-playbook.md +0 -155
  580. package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-setup-brief.md +0 -94
  581. package/assets/worker-kits/growthub-twenty-crm-v1/templates/custom-object-design.md +0 -115
  582. package/assets/worker-kits/growthub-twenty-crm-v1/templates/data-model-design.md +0 -112
  583. package/assets/worker-kits/growthub-twenty-crm-v1/templates/enrichment-field-map.md +0 -100
  584. package/assets/worker-kits/growthub-twenty-crm-v1/templates/import-mapping.md +0 -139
  585. package/assets/worker-kits/growthub-twenty-crm-v1/templates/integration-handoff.md +0 -190
  586. package/assets/worker-kits/growthub-twenty-crm-v1/templates/lead-enrichment-pipeline.md +0 -128
  587. package/assets/worker-kits/growthub-twenty-crm-v1/templates/pipeline-automation-brief.md +0 -88
  588. package/assets/worker-kits/growthub-twenty-crm-v1/templates/project.md +0 -48
  589. package/assets/worker-kits/growthub-twenty-crm-v1/templates/self-eval.md +0 -67
  590. package/assets/worker-kits/growthub-twenty-crm-v1/templates/webhook-integration-spec.md +0 -129
  591. package/assets/worker-kits/growthub-twenty-crm-v1/templates/workspace-config-checklist.md +0 -129
  592. package/assets/worker-kits/growthub-twenty-crm-v1/validation-checklist.md +0 -115
  593. package/assets/worker-kits/growthub-twenty-crm-v1/workers/twenty-crm-operator/CLAUDE.md +0 -332
  594. package/assets/worker-kits/growthub-video-use-studio-v1/.env.example +0 -13
  595. package/assets/worker-kits/growthub-video-use-studio-v1/QUICKSTART.md +0 -47
  596. package/assets/worker-kits/growthub-video-use-studio-v1/SKILL.md +0 -89
  597. package/assets/worker-kits/growthub-video-use-studio-v1/brands/NEW-CLIENT.md +0 -3
  598. package/assets/worker-kits/growthub-video-use-studio-v1/brands/_template/brand-kit.md +0 -7
  599. package/assets/worker-kits/growthub-video-use-studio-v1/brands/growthub/brand-kit.md +0 -6
  600. package/assets/worker-kits/growthub-video-use-studio-v1/bundles/growthub-video-use-studio-v1.json +0 -54
  601. package/assets/worker-kits/growthub-video-use-studio-v1/docs/provider-adapter-layer.md +0 -15
  602. package/assets/worker-kits/growthub-video-use-studio-v1/docs/video-use-discovery-path.md +0 -13
  603. package/assets/worker-kits/growthub-video-use-studio-v1/docs/video-use-fork-integration.md +0 -35
  604. package/assets/worker-kits/growthub-video-use-studio-v1/examples/video-brief-sample.md +0 -11
  605. package/assets/worker-kits/growthub-video-use-studio-v1/growthub-meta/README.md +0 -3
  606. package/assets/worker-kits/growthub-video-use-studio-v1/growthub-meta/kit-standard.md +0 -6
  607. package/assets/worker-kits/growthub-video-use-studio-v1/helpers/README.md +0 -29
  608. package/assets/worker-kits/growthub-video-use-studio-v1/kit.json +0 -115
  609. package/assets/worker-kits/growthub-video-use-studio-v1/output/README.md +0 -9
  610. package/assets/worker-kits/growthub-video-use-studio-v1/output-standards.md +0 -19
  611. package/assets/worker-kits/growthub-video-use-studio-v1/runtime-assumptions.md +0 -9
  612. package/assets/worker-kits/growthub-video-use-studio-v1/setup/check-deps.sh +0 -21
  613. package/assets/worker-kits/growthub-video-use-studio-v1/setup/clone-fork.sh +0 -18
  614. package/assets/worker-kits/growthub-video-use-studio-v1/setup/install-skill.sh +0 -23
  615. package/assets/worker-kits/growthub-video-use-studio-v1/setup/verify-env.mjs +0 -23
  616. package/assets/worker-kits/growthub-video-use-studio-v1/skills/README.md +0 -23
  617. package/assets/worker-kits/growthub-video-use-studio-v1/skills.md +0 -21
  618. package/assets/worker-kits/growthub-video-use-studio-v1/templates/edit-decision-list.md +0 -17
  619. package/assets/worker-kits/growthub-video-use-studio-v1/templates/edit-strategy.md +0 -11
  620. package/assets/worker-kits/growthub-video-use-studio-v1/templates/project.md +0 -48
  621. package/assets/worker-kits/growthub-video-use-studio-v1/templates/qa-checklist.md +0 -21
  622. package/assets/worker-kits/growthub-video-use-studio-v1/templates/render-plan.md +0 -40
  623. package/assets/worker-kits/growthub-video-use-studio-v1/templates/self-eval.md +0 -67
  624. package/assets/worker-kits/growthub-video-use-studio-v1/templates/video-brief.md +0 -11
  625. package/assets/worker-kits/growthub-video-use-studio-v1/validation-checklist.md +0 -11
  626. package/assets/worker-kits/growthub-video-use-studio-v1/workers/video-use-studio-operator/CLAUDE.md +0 -93
  627. package/assets/worker-kits/growthub-zernio-social-v1/.env.example +0 -5
  628. package/assets/worker-kits/growthub-zernio-social-v1/QUICKSTART.md +0 -241
  629. package/assets/worker-kits/growthub-zernio-social-v1/SKILL.md +0 -90
  630. package/assets/worker-kits/growthub-zernio-social-v1/brands/NEW-CLIENT.md +0 -74
  631. package/assets/worker-kits/growthub-zernio-social-v1/brands/_template/brand-kit.md +0 -131
  632. package/assets/worker-kits/growthub-zernio-social-v1/brands/growthub/brand-kit.md +0 -141
  633. package/assets/worker-kits/growthub-zernio-social-v1/bundles/growthub-zernio-social-v1.json +0 -91
  634. package/assets/worker-kits/growthub-zernio-social-v1/docs/ai-caption-layer.md +0 -132
  635. package/assets/worker-kits/growthub-zernio-social-v1/docs/growthub-agentic-social-platform-ui-shell.md +0 -134
  636. package/assets/worker-kits/growthub-zernio-social-v1/docs/local-adapters.md +0 -123
  637. package/assets/worker-kits/growthub-zernio-social-v1/docs/platform-coverage.md +0 -112
  638. package/assets/worker-kits/growthub-zernio-social-v1/docs/posts-and-queues-layer.md +0 -208
  639. package/assets/worker-kits/growthub-zernio-social-v1/docs/zernio-api-integration.md +0 -265
  640. package/assets/worker-kits/growthub-zernio-social-v1/examples/analytics-brief-sample.md +0 -97
  641. package/assets/worker-kits/growthub-zernio-social-v1/examples/client-proposal-sample.md +0 -106
  642. package/assets/worker-kits/growthub-zernio-social-v1/examples/content-calendar-sample.md +0 -74
  643. package/assets/worker-kits/growthub-zernio-social-v1/examples/social-campaign-sample.md +0 -105
  644. package/assets/worker-kits/growthub-zernio-social-v1/growthub-meta/README.md +0 -143
  645. package/assets/worker-kits/growthub-zernio-social-v1/growthub-meta/kit-standard.md +0 -120
  646. package/assets/worker-kits/growthub-zernio-social-v1/helpers/README.md +0 -29
  647. package/assets/worker-kits/growthub-zernio-social-v1/kit.json +0 -151
  648. package/assets/worker-kits/growthub-zernio-social-v1/output/README.md +0 -63
  649. package/assets/worker-kits/growthub-zernio-social-v1/output-standards.md +0 -132
  650. package/assets/worker-kits/growthub-zernio-social-v1/runtime-assumptions.md +0 -170
  651. package/assets/worker-kits/growthub-zernio-social-v1/setup/check-deps.mjs +0 -117
  652. package/assets/worker-kits/growthub-zernio-social-v1/setup/check-deps.sh +0 -86
  653. package/assets/worker-kits/growthub-zernio-social-v1/setup/install-mcp.mjs +0 -177
  654. package/assets/worker-kits/growthub-zernio-social-v1/setup/setup.mjs +0 -247
  655. package/assets/worker-kits/growthub-zernio-social-v1/setup/verify-env.mjs +0 -138
  656. package/assets/worker-kits/growthub-zernio-social-v1/skills/README.md +0 -23
  657. package/assets/worker-kits/growthub-zernio-social-v1/skills.md +0 -332
  658. package/assets/worker-kits/growthub-zernio-social-v1/studio/.env.example +0 -3
  659. package/assets/worker-kits/growthub-zernio-social-v1/studio/dist/assets/index-DTmBMuXr.js +0 -78
  660. package/assets/worker-kits/growthub-zernio-social-v1/studio/dist/assets/index-gHr-nTMF.css +0 -1
  661. package/assets/worker-kits/growthub-zernio-social-v1/studio/dist/index.html +0 -14
  662. package/assets/worker-kits/growthub-zernio-social-v1/studio/index.html +0 -13
  663. package/assets/worker-kits/growthub-zernio-social-v1/studio/package-lock.json +0 -1677
  664. package/assets/worker-kits/growthub-zernio-social-v1/studio/package.json +0 -20
  665. package/assets/worker-kits/growthub-zernio-social-v1/studio/serve.mjs +0 -60
  666. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/App.jsx +0 -130
  667. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/api.js +0 -146
  668. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/app.css +0 -558
  669. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/lib/rules.js +0 -64
  670. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/lib/templates.js +0 -207
  671. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/main.jsx +0 -10
  672. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Accounts.jsx +0 -57
  673. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Agent.jsx +0 -167
  674. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Analytics.jsx +0 -164
  675. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/ApiKeys.jsx +0 -143
  676. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Automations.jsx +0 -122
  677. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/CommentRules.jsx +0 -592
  678. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Compose.jsx +0 -185
  679. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Dashboard.jsx +0 -87
  680. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Inbox.jsx +0 -144
  681. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Queues.jsx +0 -167
  682. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Scheduled.jsx +0 -85
  683. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Sequences.jsx +0 -160
  684. package/assets/worker-kits/growthub-zernio-social-v1/studio/src/views/Templates.jsx +0 -275
  685. package/assets/worker-kits/growthub-zernio-social-v1/studio/vite.config.js +0 -7
  686. package/assets/worker-kits/growthub-zernio-social-v1/templates/analytics-brief.md +0 -101
  687. package/assets/worker-kits/growthub-zernio-social-v1/templates/caption-copy-deck.md +0 -105
  688. package/assets/worker-kits/growthub-zernio-social-v1/templates/client-proposal.md +0 -98
  689. package/assets/worker-kits/growthub-zernio-social-v1/templates/content-calendar.md +0 -70
  690. package/assets/worker-kits/growthub-zernio-social-v1/templates/platform-publishing-plan.md +0 -86
  691. package/assets/worker-kits/growthub-zernio-social-v1/templates/project.md +0 -48
  692. package/assets/worker-kits/growthub-zernio-social-v1/templates/scheduling-manifest.md +0 -92
  693. package/assets/worker-kits/growthub-zernio-social-v1/templates/self-eval.md +0 -67
  694. package/assets/worker-kits/growthub-zernio-social-v1/templates/social-campaign-brief.md +0 -102
  695. package/assets/worker-kits/growthub-zernio-social-v1/validation-checklist.md +0 -85
  696. package/assets/worker-kits/growthub-zernio-social-v1/workers/zernio-social-operator/CLAUDE.md +0 -329
@@ -1,131 +0,0 @@
1
- # Body Module — Education Block
2
-
3
- **Module type:** Body block
4
- **Block ID:** `education-block`
5
- **What it does:** Teaches one thing completely — a framework, a how-to, a structured explanation. Positions Growthub as the most credible and generous resource in the space.
6
- **Use in:** Nurture Email 3, educational pillar campaigns (Pillar 4), cold outbound Email 2
7
- **Length:** 4–8 sentences or a short numbered list (3–5 items)
8
- **Pillar fit:** Pillar 4 (Education & Strategy) is primary; supports Pillars 1, 2
9
-
10
- ---
11
-
12
- ## HOW THIS BLOCK WORKS
13
-
14
- The education block earns trust by teaching something genuinely useful with no strings attached. The reader should be able to take the insight and use it — even without Growthub.
15
-
16
- This is the "generous expert" positioning. The counterintuitive truth is: the more completely you teach, the more the reader wants your help to implement.
17
-
18
- Rules:
19
- - Teach ONE thing completely. Do not overview multiple topics.
20
- - Every step or point should be actionable or enlightening on its own
21
- - Do not pitch the product inside the education block — the CTA comes after
22
- - Numbered lists (3–5 items max) are acceptable and often cleaner than prose for frameworks
23
-
24
- ---
25
-
26
- ## STRUCTURE — PROSE VERSION
27
-
28
- ```
29
- [THE FRAMEWORK NAME OR INSIGHT — 1 sentence]
30
-
31
- [STEP/COMPONENT 1 — 1–2 sentences]
32
-
33
- [STEP/COMPONENT 2 — 1–2 sentences]
34
-
35
- [STEP/COMPONENT 3 — 1–2 sentences]
36
-
37
- [THE IMPLICATION — 1 sentence: what this means for the reader]
38
- ```
39
-
40
- ---
41
-
42
- ## STRUCTURE — LIST VERSION
43
-
44
- ```
45
- [THE FRAMEWORK NAME OR INSIGHT — 1 sentence]
46
-
47
- 1. [STEP/COMPONENT 1]
48
- 2. [STEP/COMPONENT 2]
49
- 3. [STEP/COMPONENT 3]
50
- [4. Optional]
51
-
52
- [THE IMPLICATION — 1 sentence: what happens when you do this]
53
- ```
54
-
55
- ---
56
-
57
- ## TEMPLATE
58
-
59
- ```
60
- Here's the [N]-step framework we use for [DESIRED_OUTCOME]:
61
-
62
- 1. [STEP 1 — specific action or phase]
63
- 2. [STEP 2 — specific action or phase]
64
- 3. [STEP 3 — specific action or phase]
65
-
66
- When you have all three in place, [WHAT_BECOMES_POSSIBLE]. Most [PERSONA_ROLE]s have 1 or 2 — the gap is almost always in [MISSING_STEP].
67
- ```
68
-
69
- ---
70
-
71
- ## GROWTHUB-SPECIFIC EXAMPLES
72
-
73
- ### Pillar 4 — The Creative Intelligence Framework
74
-
75
- ```
76
- Here's the 3-part framework behind every high-win-rate creative program:
77
-
78
- 1. **Production layer** — the ability to generate and produce concepts fast (AI UGC or lean UGC production)
79
- 2. **Intelligence layer** — the process of extracting *why* a concept worked (hook analysis, pain-point extraction, pattern logging)
80
- 3. **Iteration layer** — the system that uses learning from the intelligence layer to brief the next round faster
81
-
82
- Most brands have a production layer. Very few have an intelligence layer. Almost none have all three working together as a system.
83
-
84
- When all three are connected, your cost-per-learning drops with every cycle — and your win rate compounds over time.
85
- ```
86
-
87
- ### Pillar 1 — The Growth System Framework
88
-
89
- ```
90
- There are three components to a growth system that actually scales:
91
-
92
- 1. **Acquisition infrastructure** — the top of the funnel: creative, landing pages, and paid media working as a system (not in silos)
93
- 2. **Conversion infrastructure** — the follow-up, nurture, and sales process that turns acquired leads into closed deals
94
- 3. **Retention infrastructure** — the systems that keep clients, generate referrals, and create repeat revenue
95
-
96
- Most businesses have pieces of all three. Very few have them connected. The gap between businesses that plateau and businesses that compound is almost always in the connections between these layers, not the layers themselves.
97
- ```
98
-
99
- ### Pillar 2 — The Testing Velocity Framework
100
-
101
- ```
102
- The simplest way to increase creative win rate is to increase testing speed. Here's how:
103
-
104
- 1. **Shrink the brief cycle** — go from open-ended creative briefs to a structured insight-first template that cuts briefing time by 60%
105
- 2. **Decouple hooks from body** — test 5 hook variations before committing to full production — kill the losers early
106
- 3. **Build a pattern log** — after every winning ad, extract the hook type, the proof structure, and the audience signal. Use it to brief the next batch.
107
-
108
- Most teams skip step 3 — which means every testing cycle starts from zero. When you have a pattern log, each cycle builds on the last.
109
- ```
110
-
111
- ### Pillar 5 — The Pipeline Re-Engagement Framework
112
-
113
- ```
114
- Here's a 3-step re-engagement framework that moves stalled pipeline without burning relationships:
115
-
116
- 1. **Acknowledge** — name the gap (they went quiet, you've been quiet) — don't pretend nothing happened
117
- 2. **Add value** — bring something new and relevant: a case study, a relevant insight, or a framework they can use
118
- 3. **Make it easy to respond** — give them a binary option (yes/no/later) and make the "no" an easy, graceful exit
119
-
120
- The key is step 2. Most re-engagement emails just say "checking in" — which gives the reader nothing to respond to. A new, relevant piece of value gives them a real reason to re-engage.
121
- ```
122
-
123
- ---
124
-
125
- ## ADAPTATION RULES
126
-
127
- - Framework names should be specific — "The [N]-step [Name] Framework" not "here are some tips"
128
- - Each step should be specific enough to be actionable on its own
129
- - The implication sentence ("when you have this") connects to the reader's desired outcome
130
- - Never pitch the product inside the education block — position it as the tool that implements the framework in the CTA
131
- - "You can steal this" language (from brand kit approved phrases) works well as the bridge from education to CTA
@@ -1,107 +0,0 @@
1
- # Body Module — Problem / Agitate
2
-
3
- **Module type:** Body block
4
- **Block ID:** `problem-agitate`
5
- **What it does:** Names the specific pain and sharpens it. Makes the reader feel the weight of the problem before introducing any solution.
6
- **Use in:** Email 1 (nurture, cold outbound), any email where the opening needs to establish stakes
7
- **Length:** 2–4 sentences
8
- **Pillar fit:** All pillars — angle the problem to the specific pillar
9
-
10
- ---
11
-
12
- ## HOW THIS BLOCK WORKS
13
-
14
- The problem/agitate block does three things in order:
15
- 1. Names the problem specifically — not "growth challenges" but the real, nameable thing
16
- 2. Validates that the reader is experiencing it (makes them feel seen)
17
- 3. Sharpens the pain — names what it's costing them or what the downstream consequence is
18
-
19
- It does NOT introduce the solution. That is the next block's job. Rushing to the solution before the problem is fully felt produces copy that slides off the reader.
20
-
21
- ---
22
-
23
- ## STRUCTURE
24
-
25
- ```
26
- [NAME THE PROBLEM — 1 sentence, specific]
27
-
28
- [VALIDATE — 1 sentence, makes them feel seen]
29
-
30
- [SHARPEN — 1–2 sentences, the downstream cost or consequence]
31
- ```
32
-
33
- ---
34
-
35
- ## TEMPLATE
36
-
37
- ```
38
- [SPECIFIC_PAIN_POINT] is [specific description of how it's showing up right now].
39
-
40
- [VALIDATION — they're not alone / they've tried X / they've spent Y trying to fix it]
41
-
42
- The real cost isn't [obvious cost]. It's [actual downstream consequence — what this is preventing them from doing].
43
- ```
44
-
45
- ---
46
-
47
- ## GROWTHUB-SPECIFIC EXAMPLES
48
-
49
- ### Pillar 1 — Growth System
50
-
51
- ```
52
- Most businesses trying to scale don't have a growth problem. They have a systems problem.
53
-
54
- They have budget. They have team. They even have ideas. What they don't have is the infrastructure that makes all of it work together without constant fire-fighting.
55
-
56
- The real cost isn't the chaos. It's the growth that doesn't happen because the chaos is consuming all the attention.
57
- ```
58
-
59
- ### Pillar 2 — Automation & AI
60
-
61
- ```
62
- The bottleneck isn't your budget or your team — it's the gap between having a good idea and getting it in market to test.
63
-
64
- Most performance teams are sitting on a 2–3 week creative production cycle. By the time the ad is live, the insight that generated it is already stale.
65
-
66
- The cost isn't the production budget. It's every winning concept that died in the pipeline before it ever ran.
67
- ```
68
-
69
- ### Pillar 3 — Client Results (cold/re-engage angle)
70
-
71
- ```
72
- You've probably invested time and money into creative production that didn't pay off the way it should have.
73
-
74
- Maybe it was a batch of ads that looked good but didn't convert. Maybe it was a production process that ate budget without improving your win rate.
75
-
76
- The frustrating part is never knowing whether the problem was the idea, the execution, or the testing — because the process wasn't built to tell you.
77
- ```
78
-
79
- ### Pillar 4 — Education & Strategy
80
-
81
- ```
82
- Most brands approach creative testing the same way: produce more, run more, hope one sticks.
83
-
84
- That approach works at low volumes. At scale, it becomes expensive and slow — because you're producing volume without building learning.
85
-
86
- The thing most performance teams miss is the intelligence layer: the step between running ads and knowing *why* something won.
87
- ```
88
-
89
- ### Pillar 5 — Pipeline & Revenue
90
-
91
- ```
92
- Your pipeline isn't dead. It's just quiet.
93
-
94
- Most of the deals that stall aren't lost to a competitor — they're lost to inertia. The prospect was interested. Life got busy. The follow-up stopped.
95
-
96
- The cost isn't one deal. It's the cumulative pipeline that's been sitting there, un-worked, for months.
97
- ```
98
-
99
- ---
100
-
101
- ## ADAPTATION RULES
102
-
103
- - Replace `[SPECIFIC_PAIN_POINT]` with the exact pain from the brand kit (`primary_persona.pain_point`)
104
- - Replace `[VALIDATION]` with context from the brand kit (`primary_persona.current_stage`)
105
- - Replace `[COST_FRAMING]` with the downstream consequence most relevant to the pillar angle
106
- - Never use generic pain language ("growth challenges", "struggling with marketing")
107
- - The problem named must be specific enough that the reader thinks "that's exactly it" — not "that's kind of right"
@@ -1,112 +0,0 @@
1
- # Body Module — Story / Bridge
2
-
3
- **Module type:** Body block
4
- **Block ID:** `story-bridge`
5
- **What it does:** Bridges the insight to real-world proof. Uses a client story, scenario, or concrete example to make the value tangible and believable.
6
- **Use in:** Email 3–4 (nurture), cold outbound email 3, re-engagement email 2, post-demo email 2
7
- **Length:** 3–6 sentences
8
- **Pillar fit:** Pillar 3 (Client Results) is primary; supports all pillars
9
-
10
- ---
11
-
12
- ## HOW THIS BLOCK WORKS
13
-
14
- The story/bridge block makes the abstract concrete. After the value-reveal block has introduced the insight, this block shows it working in the real world.
15
-
16
- The story must:
17
- - Feature a protagonist who matches the reader's persona (same role, similar situation)
18
- - Include a specific before-state (the pain they were experiencing)
19
- - Include a specific after-state or result (what changed)
20
- - Use only approved proof points — never fabricate
21
-
22
- The story does NOT need to be long. A 3-sentence story with specific details is more powerful than a 10-sentence story with vague generalities.
23
-
24
- ---
25
-
26
- ## STRUCTURE
27
-
28
- ```
29
- [PROTAGONIST — who they are, their situation before]
30
-
31
- [WHAT CHANGED — the decision, the shift, or the system they put in place]
32
-
33
- [THE RESULT — specific, approved, concrete]
34
-
35
- [THE BRIDGE — connect this to the reader: "this is available to you"]
36
- ```
37
-
38
- ---
39
-
40
- ## TEMPLATE
41
-
42
- ```
43
- [PERSONA_MATCH — role + situation before Growthub]
44
-
45
- [WHAT_THEY_DID — the specific change or decision]
46
-
47
- [RESULT — approved proof point — specific and attributed]
48
-
49
- The same [system/approach/framework] is what we do with every client. If [READER_QUALIFICATION], this is directly applicable to your situation.
50
- ```
51
-
52
- ---
53
-
54
- ## GROWTHUB-SPECIFIC EXAMPLES
55
-
56
- ### Pillar 2 — Automation & AI
57
-
58
- ```
59
- One of our clients — a performance director at a DTC brand spending $150K/month on Meta — was stuck. They had budget to scale. They didn't have creatives that could keep up with the spend.
60
-
61
- They weren't short on ideas. They were short on throughput. Their production cycle was 3 weeks. By the time an ad went live, the hook that inspired it was already outdated.
62
-
63
- We rebuilt their creative pipeline around a weekly testing rhythm. Within 60 days, they were running 5x more concepts per month at the same production cost — and their win rate went up because every test was generating usable learning.
64
- ```
65
-
66
- > Note: Replace with approved client story from brand kit. Never fabricate specifics.
67
-
68
- ### Pillar 1 — Growth System
69
-
70
- ```
71
- An agency owner we work with had been growing for three years — and felt like they were running harder just to stay in the same place.
72
-
73
- Revenue was up. Margin was down. Every new client meant hiring another person. The business wasn't scaling — it was just getting bigger.
74
-
75
- The shift wasn't a new tool or a new hire. It was a structural one: building a growth infrastructure that could handle more volume without proportionally more overhead. Six months in, they'd doubled revenue without adding a single person.
76
- ```
77
-
78
- > Note: Replace with approved client story. Never fabricate specifics.
79
-
80
- ### Pillar 3 — Client Results
81
-
82
- ```
83
- A CGO at a funded brand came to us after trying two other creative production partners. Both had delivered volume. Neither had delivered learning.
84
-
85
- The problem wasn't the creatives. It was that the production process wasn't connected to the performance data — so every new brief started from scratch instead of building on what worked.
86
-
87
- Three months in with Growthub, they had a pattern library: 12 proven hook types, 6 body structures that consistently outperformed, and a brief process that took hours instead of days. They went from 100K to 350K in monthly spend in that period — not because the creatives got better overnight, but because the system started compounding.
88
- ```
89
-
90
- > Note: Replace with approved client story. Never fabricate specifics.
91
-
92
- ### Pillar 5 — Pipeline & Revenue (re-engagement angle)
93
-
94
- ```
95
- A client's sales team had a list of 340 "dead" leads — contacts who had gone through demos but never moved forward.
96
-
97
- Instead of writing them off, we built a 3-email re-engagement sequence anchored on a new case study that directly matched their situation. No pressure. No artificial urgency. Just a relevant, specific reason to reconsider.
98
-
99
- 27% of those contacts replied. 11 booked calls. 4 became clients. The pipeline wasn't dead — it just needed the right trigger.
100
- ```
101
-
102
- > Note: Replace with approved results. Never fabricate.
103
-
104
- ---
105
-
106
- ## ADAPTATION RULES
107
-
108
- - The protagonist MUST match the reader's persona — same role, same situation
109
- - Results MUST be from the approved proof points in the brand kit — never invent
110
- - If no approved case study matches the situation, use a scenario-based version: "Imagine a [PERSONA_ROLE] who…" — but flag this in the campaign brief
111
- - The bridge sentence ("the same system/approach is available to you") connects the story to a CTA setup
112
- - Keep the story tight — 3–4 sentences of story, 1–2 of bridge. No novellas.
@@ -1,107 +0,0 @@
1
- # Body Module — Value / Reveal
2
-
3
- **Module type:** Body block
4
- **Block ID:** `value-reveal`
5
- **What it does:** Introduces the key insight, mechanism, or reframe that resolves the tension set up in the problem block. This is the "so here's the thing" moment.
6
- **Use in:** Email 2–3 (nurture), all cold outbound emails, any email that delivers an insight or positions the solution
7
- **Length:** 3–5 sentences
8
- **Pillar fit:** All pillars — the insight is always pillar-specific
9
-
10
- ---
11
-
12
- ## HOW THIS BLOCK WORKS
13
-
14
- The value/reveal block delivers one idea completely. It reframes the problem, introduces a mechanism, or names the thing the reader has been missing.
15
-
16
- Rules:
17
- - One idea per block. Do not stack reveals.
18
- - The insight must be specific to the pillar and the audience's situation
19
- - The reveal should feel like something the reader didn't already know, but immediately recognizes as true
20
- - It does NOT pitch the product. It delivers value. The CTA comes later.
21
-
22
- ---
23
-
24
- ## STRUCTURE
25
-
26
- ```
27
- [THE REFRAME OR INSIGHT — 1 sentence, sharp]
28
-
29
- [EXPLAIN THE MECHANISM — 2–3 sentences, how it works or why it matters]
30
-
31
- [WHAT CHANGES — 1 sentence, the implication for the reader]
32
- ```
33
-
34
- ---
35
-
36
- ## TEMPLATE
37
-
38
- ```
39
- Here's the thing most [PERSONA_ROLE]s miss about [TOPIC]: [INSIGHT IN ONE SENTENCE].
40
-
41
- [Explanation of the mechanism — how it works, why it matters, what's different when you see it]
42
-
43
- When [INSIGHT_APPLIED], [WHAT_BECOMES_POSSIBLE].
44
- ```
45
-
46
- ---
47
-
48
- ## GROWTHUB-SPECIFIC EXAMPLES
49
-
50
- ### Pillar 1 — Growth System
51
-
52
- ```
53
- Here's the thing: your ability to scale isn't limited by your budget. It's limited by your infrastructure.
54
-
55
- Budget scales in a straight line. Infrastructure scales exponentially — it gets more efficient as you grow, not less. The difference between businesses that compound and businesses that plateau is almost always structural, not financial.
56
-
57
- When you have the right infrastructure, adding budget stops being a risk and starts being a straightforward lever.
58
- ```
59
-
60
- ### Pillar 2 — Automation & AI (the key insight from brand doc)
61
-
62
- ```
63
- The real constraint isn't production volume — it's the speed from insight to test.
64
-
65
- Right now, most brands are moving on a 2–4 week cycle: idea, brief, production, launch, learn. By the time you know what worked, the market has moved. Your competitors with a faster feedback loop are compounding learning faster than you can keep up.
66
-
67
- When you collapse that cycle, testing becomes cheap and fast — and the win rate goes up because you're making decisions from learning, not guesses.
68
- ```
69
-
70
- ### Pillar 3 — Client Results
71
-
72
- ```
73
- Here's what we see with the brands that break through: they stopped optimizing individual ads and started optimizing the system that produces ads.
74
-
75
- The insight is subtle but important. It's not "this ad won" — it's "this type of hook + this type of proof + this audience = winner." That pattern only emerges when the production and testing layer is fast and structured enough to capture it.
76
-
77
- When the system is built for learning, every ad — win or loss — makes the next one better.
78
- ```
79
-
80
- ### Pillar 4 — Education & Strategy
81
-
82
- ```
83
- The insight most brands miss is what we call the intelligence layer — the step between "we ran ads" and "we know why it worked."
84
-
85
- Without an intelligence layer, your creative process is essentially random sampling. Some things win. You don't know why. You produce more. You hope. The cost-per-learning stays high because each test is isolated — it doesn't feed anything.
86
-
87
- With an intelligence layer, every test is a building block. Win or lose, you extract the pattern. The cost-per-learning drops with every cycle.
88
- ```
89
-
90
- ### Pillar 5 — Pipeline & Revenue
91
-
92
- ```
93
- Here's the thing about stalled pipeline: most of it isn't lost. It's just been left to go cold.
94
-
95
- The difference between a deal that closes six months late and one that closes never is almost always the follow-up cadence. Not the pitch. Not the product. The systematic, non-pushy re-engagement that keeps the conversation alive without being annoying.
96
-
97
- When you have the right follow-up infrastructure in place, you stop losing deals to inertia — because inertia is a systems problem, and systems can be fixed.
98
- ```
99
-
100
- ---
101
-
102
- ## ADAPTATION RULES
103
-
104
- - The insight must be pillar-specific — pull from `skills.md → STEP 4` language patterns
105
- - The "what changes" statement should connect directly to the reader's desired outcome
106
- - Never reveal the product mechanics here — this is the idea layer, not the product pitch
107
- - If this block feels like it's selling, it's not a value-reveal. It's a product pitch in disguise. Rewrite.
@@ -1,116 +0,0 @@
1
- # CTA Module — Primary CTA
2
-
3
- **Module type:** CTA
4
- **CTA ID:** `primary-cta`
5
- **What it does:** The direct ask — a specific, high-commitment action (book a call, start a trial, claim an offer). Used when the audience is warm enough to take a real step forward.
6
- **Use in:** Nurture emails 4–5, cold outbound emails 3–4, post-demo emails 1–3, promotional broadcasts
7
- **Commitment level:** High
8
- **Pairs with:** PS line (always reinforce)
9
-
10
- ---
11
-
12
- ## HOW PRIMARY CTAs WORK
13
-
14
- A primary CTA works when:
15
- 1. The trust and value foundation has been built (at least 2–3 emails in a nurture sequence, or a strong single email for warm audiences)
16
- 2. The CTA text is specific about the outcome, not the action
17
- 3. It appears on its own line — not buried in a paragraph
18
- 4. It is reinforced in the PS line
19
-
20
- **The biggest CTA mistake:** Using "Learn more" or "Click here." These say nothing about what happens next or why it's worth doing.
21
-
22
- ---
23
-
24
- ## TEMPLATES
25
-
26
- ### Booking / Discovery
27
-
28
- ```
29
- [CTA text]: [URL]
30
- ```
31
-
32
- Variants:
33
- - `Book your growth call → [URL]`
34
- - `Get your custom growth plan → [URL]`
35
- - `See how it works for your account → [URL]`
36
- - `Book a 20-minute walkthrough → [URL]`
37
- - `Reserve your spot → [URL]`
38
-
39
- ---
40
-
41
- ### Demo / Walkthrough
42
-
43
- ```
44
- Watch how [BRAND_NAME] [OUTCOME] → [URL]
45
- ```
46
-
47
- Variants:
48
- - `See the creative velocity system in action → [URL]`
49
- - `Watch the 3-minute walkthrough → [URL]`
50
- - `See what [BRAND_NAME] does differently → [URL]`
51
-
52
- ---
53
-
54
- ### Offer / Claim
55
-
56
- ```
57
- Claim [OFFER] before [DATE/CONDITION] → [URL]
58
- ```
59
-
60
- Variants:
61
- - `Lock in [OFFER] → [URL]`
62
- - `Claim your spot → [URL]`
63
- - `Start your [trial/audit/assessment] → [URL]`
64
-
65
- ---
66
-
67
- ## PS LINE PAIRING
68
-
69
- The primary CTA is always reinforced in a PS line. The PS adds a secondary angle, urgency, or a softer version of the same ask.
70
-
71
- **PS templates:**
72
-
73
- ```
74
- P.S. [Secondary angle that gives them one more reason to click.]
75
- ```
76
-
77
- Variants:
78
- - `P.S. If you're spending $[X]+ on ads and still hitting the creative ceiling — this is worth 20 minutes. [Book here →]`
79
- - `P.S. This works best for [QUALIFYING CONDITION]. If that's you, book before [DATE/CONDITION].`
80
- - `P.S. [CLIENT_TYPE] who've done this call say it was the most useful [TIMEFRAME] they spent on their growth strategy. Worst case: you leave with a clear picture of where the bottleneck actually is.`
81
-
82
- ---
83
-
84
- ## GROWTHUB-SPECIFIC PRIMARY CTA EXAMPLES
85
-
86
- **For warm nurture / post-demo:**
87
- ```
88
- Book your growth call → [URL]
89
-
90
- P.S. If removing the creative bottleneck is the constraint right now, this is the right 20 minutes. [Book here →]
91
- ```
92
-
93
- **For mid-funnel nurture:**
94
- ```
95
- See how it works for your account → [URL]
96
-
97
- P.S. Every brand we work with starts with a look at where their creative process is actually losing time. The call is free and the insight is useful regardless. [Book here →]
98
- ```
99
-
100
- **For promotional:**
101
- ```
102
- Claim your spot for [OFFER] → [URL]
103
-
104
- P.S. This closes [DATE]. After that it goes back to [standard price/process]. If you've been thinking about it — now is the right time.
105
- ```
106
-
107
- ---
108
-
109
- ## RULES
110
-
111
- - One primary CTA per email — no stacking
112
- - CTA text is verb-first and outcome-specific — never "click here" or "learn more"
113
- - CTA is always on its own line
114
- - CTA URL is always confirmed live before platform handoff
115
- - PS always reinforces the primary CTA or adds a compelling secondary angle
116
- - Do not use a primary CTA in Email 1 of nurture or cold sequences — trust must be built first