You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`docs/remotion-bridge.md`. How `shots.json` maps to Remotion components (pointer doc, no implementation).
104
+
-`docs/connecting-to-video-pipelines.md`. How `shots.json` maps to a programmatic video framework (pointer doc, no implementation).
105
105
-`docs/connecting-to-generators.md`. Where shotkit stops, where the pipeline starts.
106
106
107
107
MISSING (need to be regenerated, see "Remaining Work" below):
@@ -223,7 +223,7 @@ Linkable artifacts when posting:
223
223
224
224
### Why this isn't bigger
225
225
226
-
The original plan flirted with adding ElevenLabs API integration, fal.ai integration, a brand-lock extractor, PDF/PPTX exporters, asset folder support, and duration rescale. All cut from v0.1.0 deliberately. They're listed as v0.2.0 roadmap in README.md. Don't add them now; ship the lead magnet first, gather feedback, then expand.
226
+
The original plan flirted with adding voice generation API integration, image generation API integration, a brand-lock extractor, PDF/PPTX exporters, asset folder support, and duration rescale. All cut from v0.1.0 deliberately. They're listed as v0.2.0 roadmap in README.md. Don't add them now; ship the lead magnet first, gather feedback, then expand.
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,31 @@ See [`docs/connecting-to-generators.md`](docs/connecting-to-generators.md) for h
153
153
154
154
---
155
155
156
+
## What comes after shotkit
157
+
158
+
shotkit is one stage in a longer content infrastructure pipeline:
159
+
160
+
1.**Brief** captured from the founder
161
+
2.**shotkit** turns the brief into structured pre-production files
162
+
3.**Image generators** consume the per-generator prompt files
163
+
4.**`visual-asset-critic`** reviews each generated frame against its shot spec
164
+
5. Approved frames feed into a **programmatic video framework**
165
+
6. The framework renders the final video
166
+
7.**Publishing tools** post per-platform copy from `text-overlays.json`
167
+
168
+
shotkit owns step 2. Steps 3 through 7 are file boundaries, not API integrations. Each downstream tool reads files. Nothing is coupled beyond the schema.
169
+
170
+
For wiring it up yourself, see [`docs/connecting-to-generators.md`](docs/connecting-to-generators.md) and [`docs/connecting-to-video-pipelines.md`](docs/connecting-to-video-pipelines.md). For the operated version, [whystrohm.com](https://whystrohm.com).
171
+
172
+
---
173
+
174
+
## Companion tools
175
+
176
+
-**[media-tsunami](https://github.com/whystrohm/media-tsunami).** Brand voice extractor. Generates a `brand-pack.md` from a brand's existing assets so you don't write the brand-lock from scratch.
177
+
-**[whystrohm.com](https://whystrohm.com).** Managed content infrastructure. The operated version of the full pipeline.
178
+
179
+
---
180
+
156
181
## Compatibility
157
182
158
183
-**Claude.ai** (web, mobile, desktop). All four skills via `.skill` zip uploads. See [`docs/claude-ai-workflow.md`](docs/claude-ai-workflow.md).
0 commit comments