@growthub/cli 0.3.54 → 0.3.56

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 (109) hide show
  1. package/README.md +56 -156
  2. package/assets/worker-kits/growthub-ai-website-cloner-v1/.env.example +7 -0
  3. package/assets/worker-kits/growthub-ai-website-cloner-v1/QUICKSTART.md +116 -0
  4. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/NEW-CLIENT.md +22 -0
  5. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/_template/brand-kit.md +27 -0
  6. package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/growthub/brand-kit.md +26 -0
  7. package/assets/worker-kits/growthub-ai-website-cloner-v1/bundles/growthub-ai-website-cloner-v1.json +53 -0
  8. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/ai-website-cloner-fork-integration.md +118 -0
  9. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/design-token-system.md +135 -0
  10. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/multi-phase-pipeline.md +129 -0
  11. package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/parallel-builder-dispatch.md +103 -0
  12. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/clone-brief-sample.md +54 -0
  13. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/component-spec-sample.md +123 -0
  14. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/platform-handoff-sample.md +102 -0
  15. package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/visual-qa-sample.md +119 -0
  16. package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/README.md +71 -0
  17. package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/kit-standard.md +47 -0
  18. package/assets/worker-kits/growthub-ai-website-cloner-v1/kit.json +105 -0
  19. package/assets/worker-kits/growthub-ai-website-cloner-v1/output/README.md +26 -0
  20. package/assets/worker-kits/growthub-ai-website-cloner-v1/output-standards.md +75 -0
  21. package/assets/worker-kits/growthub-ai-website-cloner-v1/runtime-assumptions.md +70 -0
  22. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/check-deps.sh +50 -0
  23. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/clone-fork.sh +66 -0
  24. package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/verify-env.mjs +78 -0
  25. package/assets/worker-kits/growthub-ai-website-cloner-v1/skills.md +186 -0
  26. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/asset-manifest.md +57 -0
  27. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/builder-dispatch-plan.md +92 -0
  28. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/clone-brief.md +59 -0
  29. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/component-spec.md +124 -0
  30. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/design-token-extraction.md +89 -0
  31. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/platform-handoff.md +114 -0
  32. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/reconnaissance-report.md +77 -0
  33. package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/visual-qa-checklist.md +107 -0
  34. package/assets/worker-kits/growthub-ai-website-cloner-v1/validation-checklist.md +76 -0
  35. package/assets/worker-kits/growthub-ai-website-cloner-v1/workers/ai-website-cloner-operator/CLAUDE.md +256 -0
  36. package/assets/worker-kits/growthub-open-montage-studio-v1/.env.example +40 -0
  37. package/assets/worker-kits/growthub-open-montage-studio-v1/QUICKSTART.md +114 -0
  38. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/NEW-CLIENT.md +42 -0
  39. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/_template/brand-kit.md +49 -0
  40. package/assets/worker-kits/growthub-open-montage-studio-v1/brands/growthub/brand-kit.md +50 -0
  41. package/assets/worker-kits/growthub-open-montage-studio-v1/bundles/growthub-open-montage-studio-v1.json +55 -0
  42. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/cms-node-bridge.md +152 -0
  43. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/open-montage-fork-integration.md +120 -0
  44. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/pipeline-reference.md +147 -0
  45. package/assets/worker-kits/growthub-open-montage-studio-v1/docs/provider-adapter-layer.md +105 -0
  46. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/cms-node-video-gen-sample.md +109 -0
  47. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/pipeline-selection-sample.md +67 -0
  48. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/platform-ready-handoff-sample.md +101 -0
  49. package/assets/worker-kits/growthub-open-montage-studio-v1/examples/video-production-brief-sample.md +68 -0
  50. package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/README.md +7 -0
  51. package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/kit-standard.md +45 -0
  52. package/assets/worker-kits/growthub-open-montage-studio-v1/kit.json +107 -0
  53. package/assets/worker-kits/growthub-open-montage-studio-v1/output/README.md +34 -0
  54. package/assets/worker-kits/growthub-open-montage-studio-v1/output-standards.md +79 -0
  55. package/assets/worker-kits/growthub-open-montage-studio-v1/runtime-assumptions.md +86 -0
  56. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/check-deps.sh +43 -0
  57. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/clone-fork.sh +53 -0
  58. package/assets/worker-kits/growthub-open-montage-studio-v1/setup/verify-env.mjs +102 -0
  59. package/assets/worker-kits/growthub-open-montage-studio-v1/skills.md +254 -0
  60. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/asset-tracking.md +46 -0
  61. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/cms-node-pipeline-mapping.md +64 -0
  62. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/generation-batch-plan.md +70 -0
  63. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/pipeline-selection-brief.md +67 -0
  64. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/platform-ready-execution-handoff.md +103 -0
  65. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/prompt-matrix.md +48 -0
  66. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/provider-selection-brief.md +86 -0
  67. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/review-qa-checklist.md +59 -0
  68. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/scene-plan.md +65 -0
  69. package/assets/worker-kits/growthub-open-montage-studio-v1/templates/video-production-brief.md +58 -0
  70. package/assets/worker-kits/growthub-open-montage-studio-v1/validation-checklist.md +46 -0
  71. package/assets/worker-kits/growthub-open-montage-studio-v1/workers/open-montage-studio-operator/CLAUDE.md +304 -0
  72. package/assets/worker-kits/growthub-twenty-crm-v1/.env.example +15 -0
  73. package/assets/worker-kits/growthub-twenty-crm-v1/QUICKSTART.md +90 -0
  74. package/assets/worker-kits/growthub-twenty-crm-v1/brands/NEW-CLIENT.md +57 -0
  75. package/assets/worker-kits/growthub-twenty-crm-v1/brands/_template/brand-kit.md +88 -0
  76. package/assets/worker-kits/growthub-twenty-crm-v1/brands/growthub/brand-kit.md +92 -0
  77. package/assets/worker-kits/growthub-twenty-crm-v1/bundles/growthub-twenty-crm-v1.json +56 -0
  78. package/assets/worker-kits/growthub-twenty-crm-v1/docs/api-and-webhooks.md +296 -0
  79. package/assets/worker-kits/growthub-twenty-crm-v1/docs/data-model-layer.md +172 -0
  80. package/assets/worker-kits/growthub-twenty-crm-v1/docs/twenty-fork-integration.md +213 -0
  81. package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-playbook-sample.md +172 -0
  82. package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-setup-sample.md +100 -0
  83. package/assets/worker-kits/growthub-twenty-crm-v1/examples/lead-enrichment-sample.md +117 -0
  84. package/assets/worker-kits/growthub-twenty-crm-v1/examples/pipeline-automation-sample.md +132 -0
  85. package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/README.md +114 -0
  86. package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/kit-standard.md +61 -0
  87. package/assets/worker-kits/growthub-twenty-crm-v1/kit.json +108 -0
  88. package/assets/worker-kits/growthub-twenty-crm-v1/output/README.md +46 -0
  89. package/assets/worker-kits/growthub-twenty-crm-v1/output-standards.md +175 -0
  90. package/assets/worker-kits/growthub-twenty-crm-v1/runtime-assumptions.md +150 -0
  91. package/assets/worker-kits/growthub-twenty-crm-v1/setup/check-deps.sh +56 -0
  92. package/assets/worker-kits/growthub-twenty-crm-v1/setup/clone-fork.sh +77 -0
  93. package/assets/worker-kits/growthub-twenty-crm-v1/setup/verify-env.mjs +105 -0
  94. package/assets/worker-kits/growthub-twenty-crm-v1/skills.md +401 -0
  95. package/assets/worker-kits/growthub-twenty-crm-v1/templates/api-query-plan.md +179 -0
  96. package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-playbook.md +155 -0
  97. package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-setup-brief.md +94 -0
  98. package/assets/worker-kits/growthub-twenty-crm-v1/templates/custom-object-design.md +115 -0
  99. package/assets/worker-kits/growthub-twenty-crm-v1/templates/data-model-design.md +112 -0
  100. package/assets/worker-kits/growthub-twenty-crm-v1/templates/enrichment-field-map.md +100 -0
  101. package/assets/worker-kits/growthub-twenty-crm-v1/templates/import-mapping.md +139 -0
  102. package/assets/worker-kits/growthub-twenty-crm-v1/templates/integration-handoff.md +190 -0
  103. package/assets/worker-kits/growthub-twenty-crm-v1/templates/lead-enrichment-pipeline.md +128 -0
  104. package/assets/worker-kits/growthub-twenty-crm-v1/templates/pipeline-automation-brief.md +88 -0
  105. package/assets/worker-kits/growthub-twenty-crm-v1/templates/webhook-integration-spec.md +129 -0
  106. package/assets/worker-kits/growthub-twenty-crm-v1/templates/workspace-config-checklist.md +129 -0
  107. package/assets/worker-kits/growthub-twenty-crm-v1/validation-checklist.md +115 -0
  108. package/assets/worker-kits/growthub-twenty-crm-v1/workers/twenty-crm-operator/CLAUDE.md +310 -0
  109. package/package.json +1 -1
@@ -0,0 +1,147 @@
1
+ # OpenMontage Pipeline Reference
2
+
3
+ Quick reference for all 12 OpenMontage production pipelines.
4
+
5
+ ---
6
+
7
+ ## Pipelines
8
+
9
+ ### Animated Explainer
10
+
11
+ | Field | Value |
12
+ |---|---|
13
+ | Best for | Educational content, tutorials, topic breakdowns |
14
+ | Stage flow | research → proposal → script → scene_plan → assets → edit → compose |
15
+ | Key tools | Web search, image gen (FLUX/DALL-E), TTS, Remotion, FFmpeg |
16
+ | Typical cost | $0.15-$3.00 |
17
+ | Duration range | 30-300 seconds |
18
+
19
+ ### Animation
20
+
21
+ | Field | Value |
22
+ |---|---|
23
+ | Best for | Social media, product demos, abstract concepts |
24
+ | Stage flow | research → proposal → script → scene_plan → assets → edit → compose |
25
+ | Key tools | Image gen, video gen (optional), Remotion motion graphics |
26
+ | Typical cost | $0.15-$5.00 |
27
+ | Duration range | 15-120 seconds |
28
+
29
+ ### Avatar Spokesperson
30
+
31
+ | Field | Value |
32
+ |---|---|
33
+ | Best for | Corporate comms, training, announcements |
34
+ | Stage flow | research → proposal → script → scene_plan → assets → edit → compose |
35
+ | Key tools | HeyGen avatar, TTS, Remotion |
36
+ | Typical cost | $2.00-$10.00 |
37
+ | Duration range | 30-300 seconds |
38
+
39
+ ### Cinematic
40
+
41
+ | Field | Value |
42
+ |---|---|
43
+ | Best for | Brand films, teasers, promotional content |
44
+ | Stage flow | research → proposal → script → scene_plan → assets → edit → compose |
45
+ | Key tools | Video gen (Kling/Veo/Runway), image gen, music gen, FFmpeg |
46
+ | Typical cost | $1.00-$10.00 |
47
+ | Duration range | 15-120 seconds |
48
+
49
+ ### Clip Factory
50
+
51
+ | Field | Value |
52
+ |---|---|
53
+ | Best for | Repurposing long content for social media |
54
+ | Stage flow | analysis → ranking → extraction → edit → compose |
55
+ | Key tools | Transcriber, scene detect, FFmpeg trim, subtitle gen |
56
+ | Typical cost | $0.00-$1.00 |
57
+ | Duration range | 15-60 seconds per clip |
58
+
59
+ ### Documentary Montage
60
+
61
+ | Field | Value |
62
+ |---|---|
63
+ | Best for | Video essays, mood pieces, real-footage B-roll edits |
64
+ | Stage flow | research → corpus_build → clip_selection → edit → compose |
65
+ | Key tools | Pexels/Archive.org/Wikimedia, CLIP search, FFmpeg, music |
66
+ | Typical cost | $0.00-$2.00 |
67
+ | Duration range | 30-300 seconds |
68
+
69
+ ### Hybrid
70
+
71
+ | Field | Value |
72
+ |---|---|
73
+ | Best for | Enhancing existing footage with AI-generated support visuals |
74
+ | Stage flow | analysis → proposal → assets → edit → compose |
75
+ | Key tools | Scene detect, image gen, video gen, FFmpeg overlay |
76
+ | Typical cost | $0.50-$5.00 |
77
+ | Duration range | 15-300 seconds |
78
+
79
+ ### Localization & Dub
80
+
81
+ | Field | Value |
82
+ |---|---|
83
+ | Best for | Multi-language distribution |
84
+ | Stage flow | analysis → transcription → translation → dub → compose |
85
+ | Key tools | Transcriber, TTS (multi-language), subtitle gen, FFmpeg |
86
+ | Typical cost | $0.50-$5.00 per language |
87
+ | Duration range | Matches source |
88
+
89
+ ### Podcast Repurpose
90
+
91
+ | Field | Value |
92
+ |---|---|
93
+ | Best for | Podcast marketing, audiogram videos |
94
+ | Stage flow | analysis → highlight_extraction → visual_design → compose |
95
+ | Key tools | Transcriber, image gen, Remotion audiogram, FFmpeg |
96
+ | Typical cost | $0.00-$2.00 |
97
+ | Duration range | 30-120 seconds per clip |
98
+
99
+ ### Screen Demo
100
+
101
+ | Field | Value |
102
+ |---|---|
103
+ | Best for | Product demos, tutorials, documentation |
104
+ | Stage flow | proposal → script → recording → edit → compose |
105
+ | Key tools | Screen capture, TTS narration, Remotion overlays, FFmpeg |
106
+ | Typical cost | $0.00-$1.00 |
107
+ | Duration range | 30-600 seconds |
108
+
109
+ ### Talking Head
110
+
111
+ | Field | Value |
112
+ |---|---|
113
+ | Best for | Presentations, vlogs, interviews |
114
+ | Stage flow | proposal → script → recording → edit → compose |
115
+ | Key tools | Source footage, face enhance, TTS (optional), FFmpeg |
116
+ | Typical cost | $0.00-$2.00 |
117
+ | Duration range | 30-600 seconds |
118
+
119
+ ---
120
+
121
+ ## Universal Stage Flow
122
+
123
+ All pipelines follow the same core structure:
124
+
125
+ ```
126
+ research → proposal → script → scene_plan → assets → edit → compose
127
+ ```
128
+
129
+ Some pipelines have specialized stages (e.g., `corpus_build` for Documentary Montage, `analysis` for Clip Factory), but the overall flow is always: understand → plan → generate → assemble → deliver.
130
+
131
+ ---
132
+
133
+ ## Pipeline Selection Decision Matrix
134
+
135
+ | If the user wants... | Select... |
136
+ |---|---|
137
+ | Explain a topic | Animated Explainer |
138
+ | Motion graphics / kinetic typography | Animation |
139
+ | Avatar presenter | Avatar Spokesperson |
140
+ | Cinematic trailer / brand film | Cinematic |
141
+ | Batch clips from long content | Clip Factory |
142
+ | Real footage montage / video essay | Documentary Montage |
143
+ | Enhance existing footage | Hybrid |
144
+ | Translate / dub | Localization & Dub |
145
+ | Podcast to video | Podcast Repurpose |
146
+ | Software walkthrough | Screen Demo |
147
+ | Speaker-led video | Talking Head |
@@ -0,0 +1,105 @@
1
+ # Provider Adapter Layer
2
+
3
+ OpenMontage uses a scored provider selection system. This document describes how providers integrate and how GrowthHub CMS nodes fit into the provider model.
4
+
5
+ ---
6
+
7
+ ## Provider Selection Model
8
+
9
+ Every tool selection runs through a 7-dimension scoring engine:
10
+
11
+ | Dimension | Weight | Description |
12
+ |---|---|---|
13
+ | Task fit | 30% | How well the provider matches the specific task |
14
+ | Output quality | 20% | Resolution, fidelity, consistency |
15
+ | Control features | 15% | Prompt adherence, parameter granularity |
16
+ | Reliability | 15% | Uptime, error rate, queue latency |
17
+ | Cost efficiency | 10% | Price per output unit |
18
+ | Latency | 5% | Request to deliverable time |
19
+ | Continuity | 5% | Session persistence, rate limits |
20
+
21
+ The agent scores available providers for each task and selects the highest-scoring option. Alternatives are logged with their scores in the decision audit trail.
22
+
23
+ ---
24
+
25
+ ## Provider Categories
26
+
27
+ ### Cloud API Providers
28
+
29
+ | Provider | Env Key | Capabilities |
30
+ |---|---|---|
31
+ | fal.ai | `FAL_KEY` | FLUX images, Kling/Veo/MiniMax video, Recraft images |
32
+ | OpenAI | `OPENAI_API_KEY` | DALL-E 3 images, OpenAI TTS |
33
+ | Google | `GOOGLE_API_KEY` | Google TTS (700+ voices), Imagen images |
34
+ | ElevenLabs | `ELEVENLABS_API_KEY` | Premium TTS, music, SFX |
35
+ | xAI Grok | `XAI_API_KEY` | Image + video generation |
36
+ | Runway | `RUNWAY_API_KEY` | Gen-4 video |
37
+ | Higgsfield | `HIGGSFIELD_API_KEY` | Multi-model video orchestrator |
38
+ | HeyGen | `HEYGEN_API_KEY` | Avatar videos |
39
+ | Suno | `SUNO_API_KEY` | AI music generation |
40
+
41
+ ### Free Stock Media
42
+
43
+ | Provider | Env Key | Capabilities |
44
+ |---|---|---|
45
+ | Pexels | `PEXELS_API_KEY` | Stock photos + videos |
46
+ | Pixabay | `PIXABAY_API_KEY` | Stock photos + videos |
47
+ | Unsplash | `UNSPLASH_ACCESS_KEY` | Stock images |
48
+
49
+ ### Local Providers (Always Available)
50
+
51
+ | Provider | Capabilities |
52
+ |---|---|
53
+ | Piper TTS | Offline text-to-speech, ~30 English voices |
54
+ | Remotion | React-based programmatic video composition |
55
+ | FFmpeg | Video encoding, subtitles, audio mixing, color grading |
56
+ | Archive.org + NASA + Wikimedia | Free archival footage |
57
+
58
+ ### Local GPU Providers (Optional)
59
+
60
+ | Provider | Env Key | Requirements |
61
+ |---|---|---|
62
+ | WAN 2.1 | `VIDEO_GEN_LOCAL_ENABLED` | NVIDIA GPU, 6-24GB VRAM |
63
+ | Hunyuan | `VIDEO_GEN_LOCAL_ENABLED` | NVIDIA GPU, 12GB VRAM |
64
+ | CogVideo | `VIDEO_GEN_LOCAL_ENABLED` | NVIDIA GPU, 6-10GB VRAM |
65
+ | LTX-Video | `VIDEO_GEN_LOCAL_ENABLED` | NVIDIA GPU, 8GB VRAM |
66
+ | Stable Diffusion | — | NVIDIA GPU, 4GB+ VRAM |
67
+
68
+ ---
69
+
70
+ ## GrowthHub CMS Nodes as Providers
71
+
72
+ GrowthHub CMS nodes act as an additional provider source in the scoring model. They are treated identically to cloud providers with the following characteristics:
73
+
74
+ | Dimension | CMS Node Score Basis |
75
+ |---|---|
76
+ | Task fit | Matches if the CMS node family matches the task (video/image) |
77
+ | Output quality | Depends on the underlying provider routed by the CMS node |
78
+ | Control features | Limited to CMS node input bindings |
79
+ | Reliability | GrowthHub hosted infrastructure SLA |
80
+ | Cost efficiency | GrowthHub billing (may be included in plan) |
81
+ | Latency | Hosted execution overhead + provider latency |
82
+ | Continuity | Depends on GrowthHub session |
83
+
84
+ When CMS nodes are available and the user prefers unified GrowthHub billing, the scoring engine should weight cost efficiency higher for CMS nodes.
85
+
86
+ ---
87
+
88
+ ## Fallback Strategy
89
+
90
+ When the primary provider path fails:
91
+
92
+ 1. Fall back to the next highest-scored provider for the same task
93
+ 2. If no alternative provider exists, fall back to a different tool category (e.g., image-to-video instead of text-to-video)
94
+ 3. If all providers fail, fall back to free/local tools (Piper TTS, Remotion composition, stock media)
95
+ 4. Mark the handoff with the exact fallback trigger and trade-offs
96
+
97
+ ---
98
+
99
+ ## Adding a New Provider
100
+
101
+ New providers integrate by:
102
+ 1. Adding a tool in the appropriate `tools/` subdirectory
103
+ 2. Implementing the tool contract (BaseTool inheritance)
104
+ 3. The registry auto-discovers it
105
+ 4. The scoring engine includes it in selection automatically
@@ -0,0 +1,109 @@
1
+ # CMS Node Integration Example — Video Generation
2
+
3
+ This example shows how a GrowthHub CMS video-generation node integrates into an OpenMontage Cinematic pipeline.
4
+
5
+ ---
6
+
7
+ ## Scenario
8
+
9
+ A user wants to create a 30-second cinematic product trailer. They have a GrowthHub session with access to the `video-generation` CMS node (which routes to a hosted video generation provider). They also have a local OpenMontage clone for post-production.
10
+
11
+ **Execution mode:** hybrid
12
+
13
+ ---
14
+
15
+ ## Step 1 — Discover Available CMS Nodes
16
+
17
+ The agent queries the CMS capability registry:
18
+
19
+ ```
20
+ Family: video
21
+ Execution kind: hosted-execute
22
+ ```
23
+
24
+ Result:
25
+ - `video-generation` — family: video, executionKind: hosted-execute, outputTypes: ["video_url"]
26
+
27
+ ---
28
+
29
+ ## Step 2 — Map CMS Node to Pipeline Stage
30
+
31
+ | CMS Node | Pipeline Stage | Role |
32
+ |---|---|---|
33
+ | `video-generation` | `assets` | Generate 4 motion clips for scene footage |
34
+
35
+ The `video-generation` CMS node replaces what would normally be a direct `kling_video` or `veo_video` tool call in the OpenMontage pipeline.
36
+
37
+ ---
38
+
39
+ ## Step 3 — Prepare Input Bindings
40
+
41
+ For each scene clip, the agent prepares CMS node inputs:
42
+
43
+ | Scene | Input Key | Value |
44
+ |---|---|---|
45
+ | 1 | prompt | "Cinematic close-up of a glowing smart water bottle rotating slowly on a dark surface, volumetric lighting, product photography" |
46
+ | 1 | duration | 5 |
47
+ | 1 | aspect_ratio | "16:9" |
48
+ | 2 | prompt | "Hand reaching for the smart water bottle, LED ring pulsing blue, shallow depth of field, warm lighting" |
49
+ | 2 | duration | 5 |
50
+ | 2 | aspect_ratio | "16:9" |
51
+
52
+ ---
53
+
54
+ ## Step 4 — Execute CMS Nodes
55
+
56
+ The agent triggers hosted execution for each scene:
57
+
58
+ ```
59
+ CMS Node: video-generation
60
+ Execution: hosted-execute via HostedExecutionClient
61
+ Result: { outputUrl: "https://cdn.growthub.ai/gen/abc123.mp4", status: "completed" }
62
+ ```
63
+
64
+ ---
65
+
66
+ ## Step 5 — Feed Outputs into OpenMontage
67
+
68
+ The output URLs from CMS node execution become source assets in the OpenMontage pipeline:
69
+
70
+ ```
71
+ Scene 1 source clip: https://cdn.growthub.ai/gen/abc123.mp4
72
+ Scene 2 source clip: https://cdn.growthub.ai/gen/def456.mp4
73
+ Scene 3 source clip: https://cdn.growthub.ai/gen/ghi789.mp4
74
+ Scene 4 source clip: https://cdn.growthub.ai/gen/jkl012.mp4
75
+ ```
76
+
77
+ These feed into the `edit` and `compose` stages of the Cinematic pipeline, where OpenMontage handles:
78
+ - Timeline assembly and scene ordering
79
+ - Transition effects (crossfades, zooms)
80
+ - Audio mixing (narration + music)
81
+ - Subtitle burn-in
82
+ - Color grading
83
+ - Final H.264 render
84
+
85
+ ---
86
+
87
+ ## Step 6 — Post-Production via Local OpenMontage
88
+
89
+ ```bash
90
+ cd ~/OpenMontage
91
+ # Agent uses FFmpeg tools for:
92
+ # - Video stitch (combine 4 clips into timeline)
93
+ # - Audio mix (narration + background music)
94
+ # - Subtitle burn-in (word-level SRT)
95
+ # - Color grade (cinematic LUT)
96
+ # - Final render (1920x1080, H.264, 8 Mbps)
97
+ ```
98
+
99
+ ---
100
+
101
+ ## Cost Summary
102
+
103
+ | Item | Provider | Cost |
104
+ |---|---|---|
105
+ | 4 video clips | CMS node (GrowthHub billing) | Included in plan |
106
+ | TTS narration | Piper (local) | $0.00 |
107
+ | Background music | Free royalty-free | $0.00 |
108
+ | Post-production | FFmpeg (local) | $0.00 |
109
+ | **Total direct cost** | | **$0.00** (CMS node costs on GrowthHub billing) |
@@ -0,0 +1,67 @@
1
+ # Pipeline Selection Brief
2
+
3
+ ## Project Reference
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Client | Growthub |
8
+ | Project | How Neural Networks Learn — 60s Explainer |
9
+ | Date | 2026-04-14 |
10
+
11
+ ## Requested Outcome
12
+
13
+ "Make a 60-second animated explainer about how neural networks learn."
14
+
15
+ ## Selected Pipeline
16
+
17
+ | Field | Value |
18
+ |---|---|
19
+ | Pipeline | Animated Explainer |
20
+ | Reason | The user explicitly asked for an explainer about a technical topic. The Animated Explainer pipeline is purpose-built for educational content with research, scripting, AI-generated visuals, narration, and Remotion composition. |
21
+
22
+ ## Pipeline Fit Assessment
23
+
24
+ | Criterion | Score (1-5) | Notes |
25
+ |---|---|---|
26
+ | Content type match | 5 | Explainer is the exact target content type |
27
+ | Available tool coverage | 5 | FLUX images via fal.ai + Piper TTS + Remotion |
28
+ | Source asset alignment | 4 | No source assets needed; all generated |
29
+ | Budget feasibility | 5 | ~$0.30 for 12 FLUX images, free TTS, free composition |
30
+ | Quality ceiling | 4 | Image-based video — need strong motion/animation |
31
+
32
+ ## Input Asset Requirements
33
+
34
+ - None — the pipeline handles research, script, image generation, TTS, and composition end-to-end.
35
+
36
+ ## Output Specification
37
+
38
+ | Field | Value |
39
+ |---|---|
40
+ | Primary deliverable | 60-second animated explainer video |
41
+ | Duration | 60 seconds |
42
+ | Resolution | 1920x1080 |
43
+ | Codec | H.264 |
44
+
45
+ ## Fallback Pipeline
46
+
47
+ | Field | Value |
48
+ |---|---|
49
+ | Pipeline | Animation |
50
+ | Trigger | If the explainer pipeline cannot produce sufficient visual variety (slideshow risk > 40%) |
51
+ | Trade-off | Animation pipeline adds kinetic typography and motion graphics but requires more manual scene design |
52
+
53
+ ## Pipeline Stage Plan
54
+
55
+ ```
56
+ research → proposal → script → scene_plan → assets → edit → compose
57
+ ```
58
+
59
+ | Stage | Owner | Tool / CMS Node | Notes |
60
+ |---|---|---|---|
61
+ | Research | Agent | Web search (15-25 searches) | YouTube, Reddit, academic sources on neural network education |
62
+ | Proposal | Agent | — | 2-3 concept variants for user approval |
63
+ | Script | Agent | — | 60s script with word-level timing targets |
64
+ | Scene plan | Agent | — | 10-12 scenes with transitions and audio cues |
65
+ | Assets | Agent + fal.ai | FLUX image gen + CMS image-generation node | 12 scene images + narration + music |
66
+ | Edit | Agent | Remotion | Animated composition with spring physics |
67
+ | Compose | Agent | FFmpeg | Final render with subtitles |
@@ -0,0 +1,101 @@
1
+ # Platform-Ready Execution Handoff
2
+
3
+ ## Project Reference
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Client | Growthub |
8
+ | Project | How Neural Networks Learn — 60s Explainer |
9
+ | Pipeline | Animated Explainer |
10
+ | Execution mode | local-fork |
11
+ | Date | 2026-04-14 |
12
+
13
+ ## Deliverable Summary
14
+
15
+ | Field | Value |
16
+ |---|---|
17
+ | Video title | How Neural Networks Learn |
18
+ | Duration | 62 seconds |
19
+ | Resolution | 1920x1080 |
20
+ | Aspect ratio | 16:9 |
21
+ | Platform target | YouTube |
22
+ | Estimated cost | $0.45 |
23
+ | Actual cost | $0.38 |
24
+
25
+ ## Execution Instructions
26
+
27
+ ### For local-fork mode
28
+
29
+ ```bash
30
+ cd ~/OpenMontage
31
+
32
+ # 1. Verify environment
33
+ python -c "from tools.tool_registry import registry; registry.discover(); print('OK')"
34
+
35
+ # 2. The agent executed the Animated Explainer pipeline:
36
+ # research → proposal → script → scene_plan → assets → edit → compose
37
+ #
38
+ # Research: 18 web searches across YouTube, Reddit, ArXiv
39
+ # Proposal: 3 concepts presented, user selected concept B (metaphor-driven)
40
+ # Script: 62-second narrated script with 12 scene markers
41
+ # Assets: 12 FLUX images + 1 Piper TTS narration + 1 royalty-free BGM
42
+ # Edit: Remotion composition with spring animations and crossfade transitions
43
+ # Compose: FFmpeg final render with burned-in subtitles
44
+
45
+ # 3. Final render
46
+ # Output: output/growthub/neural-networks-explainer/assets/render/final.mp4
47
+ ```
48
+
49
+ ## Asset Manifest
50
+
51
+ | ID | Type | Source | URL / Path | Status |
52
+ |---|---|---|---|---|
53
+ | A-001 | image | FLUX (fal.ai) | assets/images/01-image-001.png | ready |
54
+ | A-002 | image | FLUX (fal.ai) | assets/images/02-image-001.png | ready |
55
+ | A-003 | image | FLUX (fal.ai) | assets/images/03-image-001.png | ready |
56
+ | A-004 | image | FLUX (fal.ai) | assets/images/04-image-001.png | ready |
57
+ | A-005 | image | FLUX (fal.ai) | assets/images/05-image-001.png | ready |
58
+ | A-006 | image | FLUX (fal.ai) | assets/images/06-image-001.png | ready |
59
+ | A-007 | image | FLUX (fal.ai) | assets/images/07-image-001.png | ready |
60
+ | A-008 | image | FLUX (fal.ai) | assets/images/08-image-001.png | ready |
61
+ | A-009 | image | FLUX (fal.ai) | assets/images/09-image-001.png | ready |
62
+ | A-010 | image | FLUX (fal.ai) | assets/images/10-image-001.png | ready |
63
+ | A-011 | image | FLUX (fal.ai) | assets/images/11-image-001.png | ready |
64
+ | A-012 | image | FLUX (fal.ai) | assets/images/12-image-001.png | ready |
65
+ | A-013 | narration | Piper TTS | assets/audio/narration.wav | ready |
66
+ | A-014 | music | Royalty-free | assets/audio/bgm.mp3 | ready |
67
+ | A-015 | subtitles | Built-in | assets/audio/subtitles.srt | ready |
68
+ | A-016 | render | Remotion + FFmpeg | assets/render/final.mp4 | ready |
69
+
70
+ ## Post-Production Steps
71
+
72
+ | Step | Tool | Input | Output | Notes |
73
+ |---|---|---|---|---|
74
+ | 1 | Remotion | 12 scene images + animation config | Draft composition | Spring physics, crossfade transitions, Ken Burns |
75
+ | 2 | WhisperX | Narration audio | Word-level SRT | Aligned to narration timing |
76
+ | 3 | FFmpeg | Draft + narration + BGM + SRT | Final render | H.264, 1920x1080, 30fps, 8 Mbps |
77
+
78
+ ## Render Profile
79
+
80
+ | Field | Value |
81
+ |---|---|
82
+ | Resolution | 1920x1080 |
83
+ | FPS | 30 |
84
+ | Codec | H.264 |
85
+ | Bitrate | 8 Mbps |
86
+ | Audio codec | AAC |
87
+ | Container | MP4 |
88
+
89
+ ## Known Limitations
90
+
91
+ - Image-based video — no actual motion clips. Remotion provides animated transitions, zoom, and Ken Burns effects to mitigate slideshow risk.
92
+ - Slideshow risk score: 7.2/10 (above 6.0 threshold — approved).
93
+
94
+ ## Approval
95
+
96
+ | Gate | Status |
97
+ |---|---|
98
+ | Production brief approved | yes |
99
+ | Budget approved | yes |
100
+ | QA checklist passed | yes |
101
+ | Ready for execution | yes |
@@ -0,0 +1,68 @@
1
+ # Video Production Brief
2
+
3
+ ## Project
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Client | Growthub |
8
+ | Project | How Neural Networks Learn — 60s Explainer |
9
+ | Date | 2026-04-14 |
10
+ | Operator | Open Montage Studio Operator |
11
+
12
+ ## Objective
13
+
14
+ Create a 60-second animated explainer video about how neural networks learn, targeting a general audience on YouTube. The viewer should understand backpropagation at a conceptual level and feel motivated to explore further.
15
+
16
+ ## Format
17
+
18
+ | Field | Value |
19
+ |---|---|
20
+ | Duration target | 60 seconds |
21
+ | Aspect ratio | 16:9 |
22
+ | Resolution | 1920x1080 |
23
+ | Platform | YouTube |
24
+
25
+ ## Content Summary
26
+
27
+ A visually engaging animated explainer that walks through the core loop of neural network training: forward pass, loss calculation, backpropagation, and weight updates. Uses metaphors (a student adjusting answers based on feedback) alongside technical visualizations.
28
+
29
+ ## Tone and Style
30
+
31
+ - Visual style: Flat motion graphics with clean professional palette
32
+ - Mood: Curious, accessible, slightly futuristic
33
+ - Pacing: Medium — 4-5 seconds per scene, breathing room between concepts
34
+ - Reference: 3Blue1Brown visual style but with more color and animation
35
+
36
+ ## Source Assets
37
+
38
+ | Asset | Status | Notes |
39
+ |---|---|---|
40
+ | Brand kit | available | brands/growthub/brand-kit.md |
41
+ | Reference video | missing | Can reference 3Blue1Brown neural network series |
42
+ | Source footage | missing | All visuals will be AI-generated |
43
+ | Product images | n/a | |
44
+ | Audio / voiceover | to-generate | TTS narration |
45
+ | Script | to-generate | Agent will research and write |
46
+
47
+ ## CMS Node Availability
48
+
49
+ | CMS Node Family | Available | Notes |
50
+ |---|---|---|
51
+ | Video generation | no | Using direct fal.ai provider |
52
+ | Image generation | yes | GrowthHub image-generation node available |
53
+ | Text generation | no | Agent handles script |
54
+
55
+ ## Constraints
56
+
57
+ - Budget cap: $5.00
58
+ - Timeline: Single session
59
+ - Brand guidelines: Use Growthub color palette
60
+ - Must include word-level subtitles
61
+
62
+ ## Success Criteria
63
+
64
+ - 60-second video with 10-12 scenes
65
+ - Clear explanation of backpropagation concept
66
+ - Professional narration with background music
67
+ - Word-level subtitles burned in
68
+ - YouTube-ready H.264 render at 1920x1080
@@ -0,0 +1,7 @@
1
+ # Growthub Meta — Open Montage Studio
2
+
3
+ This directory contains metadata about the kit's relationship to the Growthub ecosystem.
4
+
5
+ ## Contents
6
+
7
+ - `kit-standard.md` — Compliance with the Growthub Agent Worker Kit standard
@@ -0,0 +1,45 @@
1
+ # Kit Standard Compliance — Open Montage Studio
2
+
3
+ ## Kit Identity
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Kit ID | `growthub-open-montage-studio-v1` |
8
+ | Schema version | 2 |
9
+ | Type | worker |
10
+ | Family | studio |
11
+ | Execution mode | export |
12
+ | Activation modes | export |
13
+ | CLI min version | 0.3.50 |
14
+
15
+ ## Five-Layer Architecture Compliance
16
+
17
+ | Layer | Status | Evidence |
18
+ |---|---|---|
19
+ | 1. Contract | Complete | `kit.json` (schema v2), `bundles/` manifest |
20
+ | 2. Cognitive | Complete | `workers/open-montage-studio-operator/CLAUDE.md`, `skills.md` |
21
+ | 3. Production | Complete | 10 templates, output standards, examples |
22
+ | 4. Runtime | Complete | Setup scripts, runtime assumptions, validation checklist |
23
+ | 5. Activation | Complete | `QUICKSTART.md`, export-based activation |
24
+
25
+ ## Contributor Checklist
26
+
27
+ - [x] Self-contained kit folder exists under `cli/assets/worker-kits/`
28
+ - [x] `kit.json` exists and is complete (schema v2)
29
+ - [x] Bundle manifest exists and is complete
30
+ - [x] Payload files are present (all `frozenAssetPaths` exist)
31
+ - [x] Catalog registration exists in `cli/src/kits/catalog.ts`
32
+ - [x] Kit validates via `growthub kit validate <path>`
33
+ - [x] Real local adapter test passes through Working Directory
34
+
35
+ ## Differentiators from Other Kits
36
+
37
+ | Feature | This Kit | Higgsfield Kit |
38
+ |---|---|---|
39
+ | Production substrate | OpenMontage (12 pipelines, 52 tools) | Open Higgsfield AI (4 studios) |
40
+ | Pipeline count | 12 | 1 (visual production) |
41
+ | CMS node integration | First-class bridge adapter | Not present |
42
+ | Provider count | 14 video + 10 image + 4 TTS | 1 (Muapi) |
43
+ | Execution modes | local-fork, agent-only, hybrid | local-fork, browser-hosted, desktop-app |
44
+ | Composition engine | Remotion + FFmpeg | Higgsfield studios |
45
+ | Zero-key capability | Full (Piper + archives + Remotion) | Limited |