@growthub/cli 0.3.54 → 0.3.55
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.
- package/assets/worker-kits/growthub-ai-website-cloner-v1/.env.example +7 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/QUICKSTART.md +116 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/NEW-CLIENT.md +22 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/_template/brand-kit.md +27 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/brands/growthub/brand-kit.md +26 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/bundles/growthub-ai-website-cloner-v1.json +53 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/ai-website-cloner-fork-integration.md +118 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/design-token-system.md +135 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/multi-phase-pipeline.md +129 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/docs/parallel-builder-dispatch.md +103 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/clone-brief-sample.md +54 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/component-spec-sample.md +123 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/platform-handoff-sample.md +102 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/examples/visual-qa-sample.md +119 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/README.md +71 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/growthub-meta/kit-standard.md +47 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/kit.json +105 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/output/README.md +26 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/output-standards.md +75 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/runtime-assumptions.md +70 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/check-deps.sh +50 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/clone-fork.sh +66 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/setup/verify-env.mjs +78 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/skills.md +186 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/asset-manifest.md +57 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/builder-dispatch-plan.md +92 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/clone-brief.md +59 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/component-spec.md +124 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/design-token-extraction.md +89 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/platform-handoff.md +114 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/reconnaissance-report.md +77 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/templates/visual-qa-checklist.md +107 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/validation-checklist.md +76 -0
- package/assets/worker-kits/growthub-ai-website-cloner-v1/workers/ai-website-cloner-operator/CLAUDE.md +256 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/.env.example +40 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/QUICKSTART.md +114 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/brands/NEW-CLIENT.md +42 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/brands/_template/brand-kit.md +49 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/brands/growthub/brand-kit.md +50 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/bundles/growthub-open-montage-studio-v1.json +55 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/docs/cms-node-bridge.md +152 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/docs/open-montage-fork-integration.md +120 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/docs/pipeline-reference.md +147 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/docs/provider-adapter-layer.md +105 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/examples/cms-node-video-gen-sample.md +109 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/examples/pipeline-selection-sample.md +67 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/examples/platform-ready-handoff-sample.md +101 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/examples/video-production-brief-sample.md +68 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/README.md +7 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/growthub-meta/kit-standard.md +45 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/kit.json +107 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/output/README.md +34 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/output-standards.md +79 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/runtime-assumptions.md +86 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/setup/check-deps.sh +43 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/setup/clone-fork.sh +53 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/setup/verify-env.mjs +102 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/skills.md +254 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/asset-tracking.md +46 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/cms-node-pipeline-mapping.md +64 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/generation-batch-plan.md +70 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/pipeline-selection-brief.md +67 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/platform-ready-execution-handoff.md +103 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/prompt-matrix.md +48 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/provider-selection-brief.md +86 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/review-qa-checklist.md +59 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/scene-plan.md +65 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/templates/video-production-brief.md +58 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/validation-checklist.md +46 -0
- package/assets/worker-kits/growthub-open-montage-studio-v1/workers/open-montage-studio-operator/CLAUDE.md +304 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/.env.example +15 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/QUICKSTART.md +90 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/brands/NEW-CLIENT.md +57 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/brands/_template/brand-kit.md +88 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/brands/growthub/brand-kit.md +92 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/bundles/growthub-twenty-crm-v1.json +56 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/docs/api-and-webhooks.md +296 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/docs/data-model-layer.md +172 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/docs/twenty-fork-integration.md +213 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-playbook-sample.md +172 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/examples/crm-setup-sample.md +100 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/examples/lead-enrichment-sample.md +117 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/examples/pipeline-automation-sample.md +132 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/README.md +114 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/growthub-meta/kit-standard.md +61 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/kit.json +108 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/output/README.md +46 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/output-standards.md +175 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/runtime-assumptions.md +150 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/setup/check-deps.sh +56 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/setup/clone-fork.sh +77 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/setup/verify-env.mjs +105 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/skills.md +401 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/api-query-plan.md +179 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-playbook.md +155 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/crm-setup-brief.md +94 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/custom-object-design.md +115 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/data-model-design.md +112 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/enrichment-field-map.md +100 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/import-mapping.md +139 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/integration-handoff.md +190 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/lead-enrichment-pipeline.md +128 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/pipeline-automation-brief.md +88 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/webhook-integration-spec.md +129 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/templates/workspace-config-checklist.md +129 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/validation-checklist.md +115 -0
- package/assets/worker-kits/growthub-twenty-crm-v1/workers/twenty-crm-operator/CLAUDE.md +310 -0
- package/package.json +1 -1
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Generation Batch Plan
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Date | `YYYY-MM-DD` |
|
|
11
|
+
|
|
12
|
+
## Execution Order
|
|
13
|
+
|
|
14
|
+
Batches run top-to-bottom. Items within a batch can run in parallel.
|
|
15
|
+
|
|
16
|
+
### Batch 1 — Research & Script
|
|
17
|
+
|
|
18
|
+
| Step | Tool / Action | Input | Output | Depends On |
|
|
19
|
+
|---|---|---|---|---|
|
|
20
|
+
| 1.1 | Web search | Topic keywords | Research brief | — |
|
|
21
|
+
| 1.2 | Script draft | Research brief | Script | 1.1 |
|
|
22
|
+
|
|
23
|
+
### Batch 2 — Image Generation
|
|
24
|
+
|
|
25
|
+
| Step | Provider / CMS Node | Prompt Ref | Input Assets | Expected Output | Est. Cost |
|
|
26
|
+
|---|---|---|---|---|---|
|
|
27
|
+
| 2.1 | | Scene 1 prompt | — | Scene 1 image | |
|
|
28
|
+
| 2.2 | | Scene 2 prompt | — | Scene 2 image | |
|
|
29
|
+
| 2.3 | | Scene 3 prompt | — | Scene 3 image | |
|
|
30
|
+
|
|
31
|
+
### Batch 3 — Video Generation (if applicable)
|
|
32
|
+
|
|
33
|
+
| Step | Provider / CMS Node | Prompt Ref | Source Image | Duration | Est. Cost |
|
|
34
|
+
|---|---|---|---|---|---|
|
|
35
|
+
| 3.1 | | Scene 1 video prompt | Scene 1 image | 5s | |
|
|
36
|
+
| 3.2 | | Scene 2 video prompt | Scene 2 image | 5s | |
|
|
37
|
+
|
|
38
|
+
### Batch 4 — Audio
|
|
39
|
+
|
|
40
|
+
| Step | Provider | Type | Input | Duration | Est. Cost |
|
|
41
|
+
|---|---|---|---|---|---|
|
|
42
|
+
| 4.1 | | TTS narration | Script | — | |
|
|
43
|
+
| 4.2 | | Background music | Genre/mood spec | — | |
|
|
44
|
+
|
|
45
|
+
### Batch 5 — Composition & Post-Production
|
|
46
|
+
|
|
47
|
+
| Step | Tool | Input | Output | Depends On |
|
|
48
|
+
|---|---|---|---|---|
|
|
49
|
+
| 5.1 | Remotion / FFmpeg | All scene assets + audio | Draft render | Batches 2-4 |
|
|
50
|
+
| 5.2 | Subtitle gen | TTS audio | SRT/VTT | 4.1 |
|
|
51
|
+
| 5.3 | FFmpeg | Draft render + subtitles | Final render | 5.1, 5.2 |
|
|
52
|
+
|
|
53
|
+
## Cost Summary
|
|
54
|
+
|
|
55
|
+
| Batch | Estimated Cost |
|
|
56
|
+
|---|---|
|
|
57
|
+
| Batch 1 (Research) | $0.00 |
|
|
58
|
+
| Batch 2 (Images) | $— |
|
|
59
|
+
| Batch 3 (Video) | $— |
|
|
60
|
+
| Batch 4 (Audio) | $— |
|
|
61
|
+
| Batch 5 (Post) | $0.00 |
|
|
62
|
+
| **Total** | **$—** |
|
|
63
|
+
|
|
64
|
+
## Budget Gate
|
|
65
|
+
|
|
66
|
+
| Field | Value |
|
|
67
|
+
|---|---|
|
|
68
|
+
| Budget cap | $10.00 |
|
|
69
|
+
| Estimated total | $— |
|
|
70
|
+
| Approved | `<yes / pending>` |
|
package/assets/worker-kits/growthub-open-montage-studio-v1/templates/pipeline-selection-brief.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Pipeline Selection Brief
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Date | `YYYY-MM-DD` |
|
|
10
|
+
|
|
11
|
+
## Requested Outcome
|
|
12
|
+
|
|
13
|
+
<!-- What the user asked for in their own words. -->
|
|
14
|
+
|
|
15
|
+
## Selected Pipeline
|
|
16
|
+
|
|
17
|
+
| Field | Value |
|
|
18
|
+
|---|---|
|
|
19
|
+
| Pipeline | `<Animated Explainer / Animation / Avatar Spokesperson / Cinematic / Clip Factory / Documentary Montage / Hybrid / Localization & Dub / Podcast Repurpose / Screen Demo / Talking Head>` |
|
|
20
|
+
| Reason | <!-- Why this pipeline is the best match --> |
|
|
21
|
+
|
|
22
|
+
## Pipeline Fit Assessment
|
|
23
|
+
|
|
24
|
+
| Criterion | Score (1-5) | Notes |
|
|
25
|
+
|---|---|---|
|
|
26
|
+
| Content type match | | |
|
|
27
|
+
| Available tool coverage | | |
|
|
28
|
+
| Source asset alignment | | |
|
|
29
|
+
| Budget feasibility | | |
|
|
30
|
+
| Quality ceiling | | |
|
|
31
|
+
|
|
32
|
+
## Input Asset Requirements
|
|
33
|
+
|
|
34
|
+
<!-- What the selected pipeline needs to execute. -->
|
|
35
|
+
|
|
36
|
+
## Output Specification
|
|
37
|
+
|
|
38
|
+
| Field | Value |
|
|
39
|
+
|---|---|
|
|
40
|
+
| Primary deliverable | |
|
|
41
|
+
| Duration | |
|
|
42
|
+
| Resolution | |
|
|
43
|
+
| Codec | |
|
|
44
|
+
|
|
45
|
+
## Fallback Pipeline
|
|
46
|
+
|
|
47
|
+
| Field | Value |
|
|
48
|
+
|---|---|
|
|
49
|
+
| Pipeline | `<fallback-pipeline>` |
|
|
50
|
+
| Trigger | <!-- When to switch --> |
|
|
51
|
+
| Trade-off | <!-- What changes with the fallback --> |
|
|
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 | |
|
|
62
|
+
| Proposal | Agent | — | |
|
|
63
|
+
| Script | Agent | — | |
|
|
64
|
+
| Scene plan | Agent | — | |
|
|
65
|
+
| Assets | Agent + Provider | `<tool-or-cms-node>` | |
|
|
66
|
+
| Edit | Agent | FFmpeg / Remotion | |
|
|
67
|
+
| Compose | Agent | Remotion / FFmpeg | |
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# Platform-Ready Execution Handoff
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Execution mode | `<local-fork / agent-only / hybrid>` |
|
|
11
|
+
| Date | `YYYY-MM-DD` |
|
|
12
|
+
|
|
13
|
+
## Deliverable Summary
|
|
14
|
+
|
|
15
|
+
| Field | Value |
|
|
16
|
+
|---|---|
|
|
17
|
+
| Video title | |
|
|
18
|
+
| Duration | `<seconds>` |
|
|
19
|
+
| Resolution | `<WxH>` |
|
|
20
|
+
| Aspect ratio | `<ratio>` |
|
|
21
|
+
| Platform target | `<YouTube / TikTok / Instagram / LinkedIn>` |
|
|
22
|
+
| Estimated cost | `$—` |
|
|
23
|
+
| Actual cost | `$—` |
|
|
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. Run the pipeline
|
|
36
|
+
# The agent executes each stage in order:
|
|
37
|
+
# research → proposal → script → scene_plan → assets → edit → compose
|
|
38
|
+
|
|
39
|
+
# 3. Final render location
|
|
40
|
+
# Output: output/<project-slug>/final-render.<ext>
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### For agent-only mode (CMS node generation)
|
|
44
|
+
|
|
45
|
+
1. Execute CMS nodes via GrowthHub hosted execution:
|
|
46
|
+
|
|
47
|
+
| Step | CMS Node Slug | Inputs | Expected Output |
|
|
48
|
+
|---|---|---|---|
|
|
49
|
+
| 1 | | | |
|
|
50
|
+
| 2 | | | |
|
|
51
|
+
|
|
52
|
+
2. Collect output URLs from CMS node execution results
|
|
53
|
+
3. Follow post-production guidance below
|
|
54
|
+
|
|
55
|
+
### For hybrid mode
|
|
56
|
+
|
|
57
|
+
1. Generate assets via CMS nodes (see agent-only instructions above)
|
|
58
|
+
2. Run local OpenMontage post-production:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
cd ~/OpenMontage
|
|
62
|
+
# Composition, audio mixing, subtitle burn-in, color grading
|
|
63
|
+
# Use the scene plan and prompt matrix from this handoff
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Asset Manifest
|
|
67
|
+
|
|
68
|
+
| ID | Type | Source | URL / Path | Status |
|
|
69
|
+
|---|---|---|---|---|
|
|
70
|
+
| | | | | |
|
|
71
|
+
|
|
72
|
+
## Post-Production Steps
|
|
73
|
+
|
|
74
|
+
| Step | Tool | Input | Output | Notes |
|
|
75
|
+
|---|---|---|---|---|
|
|
76
|
+
| 1 | Remotion / FFmpeg | Scene assets | Draft composition | |
|
|
77
|
+
| 2 | Subtitle gen | Narration audio | SRT/VTT file | |
|
|
78
|
+
| 3 | FFmpeg | Draft + subtitles | Subtitled render | |
|
|
79
|
+
| 4 | FFmpeg | Subtitled render | Color-graded final | Optional |
|
|
80
|
+
|
|
81
|
+
## Render Profile
|
|
82
|
+
|
|
83
|
+
| Field | Value |
|
|
84
|
+
|---|---|
|
|
85
|
+
| Resolution | |
|
|
86
|
+
| FPS | |
|
|
87
|
+
| Codec | |
|
|
88
|
+
| Bitrate | |
|
|
89
|
+
| Audio codec | |
|
|
90
|
+
| Container | |
|
|
91
|
+
|
|
92
|
+
## Known Limitations
|
|
93
|
+
|
|
94
|
+
<!-- Any manual steps, unsupported features, or quality compromises. -->
|
|
95
|
+
|
|
96
|
+
## Approval
|
|
97
|
+
|
|
98
|
+
| Gate | Status |
|
|
99
|
+
|---|---|
|
|
100
|
+
| Production brief approved | `<yes / no>` |
|
|
101
|
+
| Budget approved | `<yes / no>` |
|
|
102
|
+
| QA checklist passed | `<yes / no>` |
|
|
103
|
+
| Ready for execution | `<yes / no>` |
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Prompt Matrix
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Date | `YYYY-MM-DD` |
|
|
11
|
+
|
|
12
|
+
## Image Generation Prompts
|
|
13
|
+
|
|
14
|
+
| Scene | Provider / CMS Node | Model | Prompt | Style Directive | Aspect Ratio | Negative Prompt | Expected Cost |
|
|
15
|
+
|---|---|---|---|---|---|---|---|
|
|
16
|
+
| 1 | | | | | | | |
|
|
17
|
+
| 2 | | | | | | | |
|
|
18
|
+
| 3 | | | | | | | |
|
|
19
|
+
|
|
20
|
+
## Video Generation Prompts
|
|
21
|
+
|
|
22
|
+
| Scene | Provider / CMS Node | Model | Prompt | Source Image | Duration | Camera Motion | Expected Cost |
|
|
23
|
+
|---|---|---|---|---|---|---|---|
|
|
24
|
+
| 1 | | | | | | | |
|
|
25
|
+
| 2 | | | | | | | |
|
|
26
|
+
|
|
27
|
+
## TTS Prompts
|
|
28
|
+
|
|
29
|
+
| Scene | Provider | Voice | Text | Speed | Emotion | Expected Cost |
|
|
30
|
+
|---|---|---|---|---|---|---|
|
|
31
|
+
| 1 | | | | | | |
|
|
32
|
+
| 2 | | | | | | |
|
|
33
|
+
|
|
34
|
+
## Music Prompts
|
|
35
|
+
|
|
36
|
+
| Track | Provider | Genre | Mood | Duration | Instrumental | Expected Cost |
|
|
37
|
+
|---|---|---|---|---|---|---|
|
|
38
|
+
| BG | | | | | | |
|
|
39
|
+
|
|
40
|
+
## Style Consistency Rules
|
|
41
|
+
|
|
42
|
+
<!-- Global style directives that apply across all prompts. -->
|
|
43
|
+
|
|
44
|
+
- Base style: `<photorealistic / illustrated / anime / flat motion / minimalist>`
|
|
45
|
+
- Color palette: `<description or hex values>`
|
|
46
|
+
- Typography: `<font family, weight, treatment>`
|
|
47
|
+
- Lighting: `<natural / studio / cinematic / neon>`
|
|
48
|
+
- Consistency anchor: `<reference image URL or description>`
|
package/assets/worker-kits/growthub-open-montage-studio-v1/templates/provider-selection-brief.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Provider / CMS Node Selection Brief
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Date | `YYYY-MM-DD` |
|
|
11
|
+
|
|
12
|
+
## Available Providers
|
|
13
|
+
|
|
14
|
+
### Direct API Providers (from .env)
|
|
15
|
+
|
|
16
|
+
| Provider | Key Set | Capabilities |
|
|
17
|
+
|---|---|---|
|
|
18
|
+
| fal.ai | `<yes/no>` | FLUX images, Kling/Veo/MiniMax video, Recraft |
|
|
19
|
+
| OpenAI | `<yes/no>` | DALL-E 3 images, OpenAI TTS |
|
|
20
|
+
| Google | `<yes/no>` | Google TTS (700+ voices), Imagen images |
|
|
21
|
+
| ElevenLabs | `<yes/no>` | Premium TTS, music, SFX |
|
|
22
|
+
| Runway | `<yes/no>` | Gen-4 video |
|
|
23
|
+
| Higgsfield | `<yes/no>` | Multi-model video orchestrator |
|
|
24
|
+
| xAI Grok | `<yes/no>` | Image + video generation |
|
|
25
|
+
| HeyGen | `<yes/no>` | Avatar videos |
|
|
26
|
+
| Suno | `<yes/no>` | AI music generation |
|
|
27
|
+
|
|
28
|
+
### CMS Node Providers (from GrowthHub)
|
|
29
|
+
|
|
30
|
+
| CMS Node Slug | Family | Execution Kind | Available |
|
|
31
|
+
|---|---|---|---|
|
|
32
|
+
| | | | |
|
|
33
|
+
|
|
34
|
+
### Local/Free Providers (always available)
|
|
35
|
+
|
|
36
|
+
| Provider | Capability |
|
|
37
|
+
|---|---|
|
|
38
|
+
| Piper TTS | Offline narration |
|
|
39
|
+
| Remotion | Programmatic video composition |
|
|
40
|
+
| FFmpeg | Encoding, subtitles, audio mixing |
|
|
41
|
+
| Archive.org | Free archival footage |
|
|
42
|
+
| Pexels / Pixabay / Unsplash | Free stock media (if keys set) |
|
|
43
|
+
|
|
44
|
+
## Provider Selection Per Stage
|
|
45
|
+
|
|
46
|
+
| Stage | Selected Provider | Score | Alternative | Cost Estimate |
|
|
47
|
+
|---|---|---|---|---|
|
|
48
|
+
| Image generation | | | | |
|
|
49
|
+
| Video generation | | | | |
|
|
50
|
+
| TTS / narration | | | | |
|
|
51
|
+
| Music | | | | |
|
|
52
|
+
| Composition | | | | |
|
|
53
|
+
| Post-production | | | | |
|
|
54
|
+
|
|
55
|
+
## 7-Dimension Scoring (Primary Provider)
|
|
56
|
+
|
|
57
|
+
| Dimension | Weight | Score (1-10) | Weighted |
|
|
58
|
+
|---|---|---|---|
|
|
59
|
+
| Task fit | 30% | | |
|
|
60
|
+
| Output quality | 20% | | |
|
|
61
|
+
| Control features | 15% | | |
|
|
62
|
+
| Reliability | 15% | | |
|
|
63
|
+
| Cost efficiency | 10% | | |
|
|
64
|
+
| Latency | 5% | | |
|
|
65
|
+
| Continuity | 5% | | |
|
|
66
|
+
| **Total** | **100%** | | **—** |
|
|
67
|
+
|
|
68
|
+
## Cost Estimate
|
|
69
|
+
|
|
70
|
+
| Category | Provider | Unit Cost | Quantity | Subtotal |
|
|
71
|
+
|---|---|---|---|---|
|
|
72
|
+
| Images | | | | |
|
|
73
|
+
| Video clips | | | | |
|
|
74
|
+
| TTS | | | | |
|
|
75
|
+
| Music | | | | |
|
|
76
|
+
| CMS nodes | GrowthHub billing | — | | — |
|
|
77
|
+
| **Total** | | | | **$—** |
|
|
78
|
+
|
|
79
|
+
## Budget Gate
|
|
80
|
+
|
|
81
|
+
| Field | Value |
|
|
82
|
+
|---|---|
|
|
83
|
+
| Per-action threshold | $0.50 |
|
|
84
|
+
| Total budget cap | $10.00 |
|
|
85
|
+
| Estimated total | $— |
|
|
86
|
+
| Within budget | `<yes / no>` |
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Review QA Checklist
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Date | `YYYY-MM-DD` |
|
|
11
|
+
|
|
12
|
+
## Pre-Compose Validation
|
|
13
|
+
|
|
14
|
+
- [ ] All scene assets exist and are accessible (URLs resolve, files present)
|
|
15
|
+
- [ ] Asset resolutions match the target render profile
|
|
16
|
+
- [ ] Audio tracks are present and duration-matched to scene plan
|
|
17
|
+
- [ ] Subtitle timing is aligned to narration word boundaries
|
|
18
|
+
- [ ] Delivery promise is achievable with available tools
|
|
19
|
+
- [ ] Budget is within approved cap
|
|
20
|
+
- [ ] No placeholder or draft assets remain in the batch plan
|
|
21
|
+
|
|
22
|
+
## Composition Review
|
|
23
|
+
|
|
24
|
+
- [ ] Scene order matches scene plan
|
|
25
|
+
- [ ] Transitions render correctly (no black frames, no jumps)
|
|
26
|
+
- [ ] Audio levels are consistent across scenes (no clipping, no drops)
|
|
27
|
+
- [ ] Subtitles are readable against all backgrounds
|
|
28
|
+
- [ ] Lower thirds and overlays are positioned correctly
|
|
29
|
+
- [ ] Opening and closing frames are intentional (no abrupt start/end)
|
|
30
|
+
|
|
31
|
+
## Post-Render Self-Review
|
|
32
|
+
|
|
33
|
+
- [ ] ffprobe validation: codec, resolution, duration, bitrate match spec
|
|
34
|
+
- [ ] Frame extraction: first, middle, last, and transition frames look correct
|
|
35
|
+
- [ ] Audio analysis: consistent levels, no silence gaps, no clipping
|
|
36
|
+
- [ ] Subtitle check: timing accuracy, no overlapping text
|
|
37
|
+
- [ ] Platform compliance: aspect ratio, duration, file size within limits
|
|
38
|
+
|
|
39
|
+
## Slideshow Risk Assessment (image-based video only)
|
|
40
|
+
|
|
41
|
+
| Dimension | Score (1-10) | Notes |
|
|
42
|
+
|---|---|---|
|
|
43
|
+
| Motion variety | | |
|
|
44
|
+
| Transition diversity | | |
|
|
45
|
+
| Animation layer count | | |
|
|
46
|
+
| Audio-visual sync | | |
|
|
47
|
+
| Pacing variation | | |
|
|
48
|
+
| Visual grammar complexity | | |
|
|
49
|
+
| **Average** | **—** | Minimum 6.0 to proceed |
|
|
50
|
+
|
|
51
|
+
## Final Sign-Off
|
|
52
|
+
|
|
53
|
+
| Gate | Status | Reviewer |
|
|
54
|
+
|---|---|---|
|
|
55
|
+
| Pre-compose | `<pass / fail>` | |
|
|
56
|
+
| Composition | `<pass / fail>` | |
|
|
57
|
+
| Post-render | `<pass / fail>` | |
|
|
58
|
+
| Slideshow risk (if applicable) | `<pass / fail / n/a>` | |
|
|
59
|
+
| **Overall** | `<approved / blocked>` | |
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# Scene Plan
|
|
2
|
+
|
|
3
|
+
## Project Reference
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Pipeline | `<selected-pipeline>` |
|
|
10
|
+
| Total duration | `<seconds>` |
|
|
11
|
+
| Scene count | `<N>` |
|
|
12
|
+
|
|
13
|
+
## Scenes
|
|
14
|
+
|
|
15
|
+
### Scene 1 — `<scene-title>`
|
|
16
|
+
|
|
17
|
+
| Field | Value |
|
|
18
|
+
|---|---|
|
|
19
|
+
| Duration | `<seconds>` |
|
|
20
|
+
| Start time | `0:00` |
|
|
21
|
+
| Visual type | `<AI-generated / stock footage / screen recording / text card / data viz>` |
|
|
22
|
+
| Camera motion | `<static / pan / zoom / Ken Burns / parallax>` |
|
|
23
|
+
| Transition in | `<cut / crossfade / wipe / zoom>` |
|
|
24
|
+
| Transition out | `<cut / crossfade / wipe / zoom>` |
|
|
25
|
+
| Audio | `<narration / music / SFX / silent>` |
|
|
26
|
+
| Narration text | <!-- Script line for this scene --> |
|
|
27
|
+
| Visual prompt | <!-- Image or video generation prompt --> |
|
|
28
|
+
| Provider / CMS node | `<provider-name or cms-node-slug>` |
|
|
29
|
+
| Overlay | `<subtitles / lower-third / data overlay / none>` |
|
|
30
|
+
|
|
31
|
+
<!-- Copy this block for each additional scene -->
|
|
32
|
+
|
|
33
|
+
### Scene 2 — `<scene-title>`
|
|
34
|
+
|
|
35
|
+
| Field | Value |
|
|
36
|
+
|---|---|
|
|
37
|
+
| Duration | `<seconds>` |
|
|
38
|
+
| Start time | `<M:SS>` |
|
|
39
|
+
| Visual type | |
|
|
40
|
+
| Camera motion | |
|
|
41
|
+
| Transition in | |
|
|
42
|
+
| Transition out | |
|
|
43
|
+
| Audio | |
|
|
44
|
+
| Narration text | |
|
|
45
|
+
| Visual prompt | |
|
|
46
|
+
| Provider / CMS node | |
|
|
47
|
+
| Overlay | |
|
|
48
|
+
|
|
49
|
+
## Audio Timeline
|
|
50
|
+
|
|
51
|
+
| Track | Source | Start | End | Notes |
|
|
52
|
+
|---|---|---|---|---|
|
|
53
|
+
| Narration | `<TTS provider>` | 0:00 | — | |
|
|
54
|
+
| Background music | `<music provider>` | 0:00 | — | |
|
|
55
|
+
| SFX | `<source>` | — | — | |
|
|
56
|
+
|
|
57
|
+
## Render Profile
|
|
58
|
+
|
|
59
|
+
| Field | Value |
|
|
60
|
+
|---|---|
|
|
61
|
+
| Resolution | `<1920x1080>` |
|
|
62
|
+
| Aspect ratio | `<16:9>` |
|
|
63
|
+
| FPS | `<30>` |
|
|
64
|
+
| Codec | `<H.264>` |
|
|
65
|
+
| Platform | `<YouTube / TikTok / Instagram>` |
|
package/assets/worker-kits/growthub-open-montage-studio-v1/templates/video-production-brief.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Video Production Brief
|
|
2
|
+
|
|
3
|
+
## Project
|
|
4
|
+
|
|
5
|
+
| Field | Value |
|
|
6
|
+
|---|---|
|
|
7
|
+
| Client | `<client-name>` |
|
|
8
|
+
| Project | `<project-name>` |
|
|
9
|
+
| Date | `YYYY-MM-DD` |
|
|
10
|
+
| Operator | Open Montage Studio Operator |
|
|
11
|
+
|
|
12
|
+
## Objective
|
|
13
|
+
|
|
14
|
+
<!-- What is the video for? Who is the audience? What action should the viewer take? -->
|
|
15
|
+
|
|
16
|
+
## Format
|
|
17
|
+
|
|
18
|
+
| Field | Value |
|
|
19
|
+
|---|---|
|
|
20
|
+
| Duration target | `<seconds>` |
|
|
21
|
+
| Aspect ratio | `<16:9 / 9:16 / 1:1 / 21:9>` |
|
|
22
|
+
| Resolution | `<1920x1080 / 1080x1920 / 3840x2160>` |
|
|
23
|
+
| Platform | `<YouTube / TikTok / Instagram / LinkedIn / Web>` |
|
|
24
|
+
|
|
25
|
+
## Content Summary
|
|
26
|
+
|
|
27
|
+
<!-- 2-3 sentence summary of what the video will contain. -->
|
|
28
|
+
|
|
29
|
+
## Tone and Style
|
|
30
|
+
|
|
31
|
+
<!-- Visual style, mood, pacing, reference videos if any. -->
|
|
32
|
+
|
|
33
|
+
## Source Assets
|
|
34
|
+
|
|
35
|
+
| Asset | Status | Notes |
|
|
36
|
+
|---|---|---|
|
|
37
|
+
| Brand kit | `<available / missing>` | |
|
|
38
|
+
| Reference video | `<available / missing>` | |
|
|
39
|
+
| Source footage | `<available / missing>` | |
|
|
40
|
+
| Product images | `<available / missing>` | |
|
|
41
|
+
| Audio / voiceover | `<available / missing>` | |
|
|
42
|
+
| Script | `<available / to-generate>` | |
|
|
43
|
+
|
|
44
|
+
## CMS Node Availability
|
|
45
|
+
|
|
46
|
+
| CMS Node Family | Available | Notes |
|
|
47
|
+
|---|---|---|
|
|
48
|
+
| Video generation | `<yes / no>` | |
|
|
49
|
+
| Image generation | `<yes / no>` | |
|
|
50
|
+
| Text generation | `<yes / no>` | |
|
|
51
|
+
|
|
52
|
+
## Constraints
|
|
53
|
+
|
|
54
|
+
<!-- Budget cap, timeline, brand guidelines, compliance requirements. -->
|
|
55
|
+
|
|
56
|
+
## Success Criteria
|
|
57
|
+
|
|
58
|
+
<!-- What does "done" look like? Specific deliverables and quality bars. -->
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Validation Checklist — Open Montage Studio
|
|
2
|
+
|
|
3
|
+
Run through this checklist before your first generation session.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Environment Validation
|
|
8
|
+
|
|
9
|
+
- [ ] `.env` file exists (copied from `.env.example`)
|
|
10
|
+
- [ ] At least one provider key is set OR GrowthHub session is active OR zero-key mode is acceptable
|
|
11
|
+
- [ ] `skills.md` is readable from the working directory
|
|
12
|
+
- [ ] `workers/open-montage-studio-operator/CLAUDE.md` is readable
|
|
13
|
+
|
|
14
|
+
## Local-Fork Validation (skip if agent-only mode)
|
|
15
|
+
|
|
16
|
+
- [ ] Python 3.10+ installed: `python3 --version`
|
|
17
|
+
- [ ] FFmpeg installed: `ffmpeg -version`
|
|
18
|
+
- [ ] Node.js 18+ installed: `node --version`
|
|
19
|
+
- [ ] OpenMontage clone exists at `$OPENMONTAGE_PATH` (default `~/OpenMontage`)
|
|
20
|
+
- [ ] OpenMontage setup completed: `cd ~/OpenMontage && python -c "from tools.tool_registry import registry; registry.discover(); print('OK')"`
|
|
21
|
+
- [ ] Remotion dependencies installed: `cd ~/OpenMontage/remotion-composer && node -e "require('remotion')"`
|
|
22
|
+
|
|
23
|
+
## CMS Node Validation (skip if local-fork only)
|
|
24
|
+
|
|
25
|
+
- [ ] GrowthHub session is active: `growthub auth:status`
|
|
26
|
+
- [ ] CMS capability registry returns nodes: agent queries for `video` and `image` family nodes
|
|
27
|
+
- [ ] At least one generation node is available and enabled
|
|
28
|
+
|
|
29
|
+
## Brand Kit Validation
|
|
30
|
+
|
|
31
|
+
- [ ] Brand kit exists in `brands/<client-slug>/brand-kit.md`
|
|
32
|
+
- [ ] Brand identity section is complete
|
|
33
|
+
- [ ] Visual identity section has color values
|
|
34
|
+
- [ ] Tone of voice section is filled
|
|
35
|
+
|
|
36
|
+
## Provider Key Validation
|
|
37
|
+
|
|
38
|
+
Run `node setup/verify-env.mjs` to check which providers are configured:
|
|
39
|
+
|
|
40
|
+
- [ ] Script exits 0 (at least one provider or zero-key mode acknowledged)
|
|
41
|
+
- [ ] Configured providers match the intended production plan
|
|
42
|
+
|
|
43
|
+
## Output Directory
|
|
44
|
+
|
|
45
|
+
- [ ] `output/` directory exists and is writable
|
|
46
|
+
- [ ] No stale output from a previous session that could conflict
|