Suede Video Production
Suede Video turns an approved message and rights-cleared source material into
scripts, storyboards, generation plans, edit systems, and reusable production
pipelines. It keeps likeness, licensing, brand assets, render cost, and
publishing as explicit gates rather than assumptions.
Before Starting
Check for product marketing context first:
If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Gather this context (ask if not provided):
1. Video Goal
- What type of video? (Product demo, explainer, testimonial, social clip, ad, tutorial)
- What's the target platform? (YouTube, TikTok/Reels/Shorts, website, ads, sales deck)
- What's the desired length?
2. Production Approach
- Do you need a human presenter? (AI avatar vs. voiceover vs. screen recording)
- Do you have existing footage or assets? (Screenshots, logos, product UI)
- Do you need generated footage? (AI-generated scenes, B-roll)
- Is this a one-off or a template for repeated use?
3. Technical Context
- What's your tech stack? (Node.js, Python, etc.)
- Do you have API keys for any video tools?
- Budget constraints? (Some tools charge per minute of video)
Choosing Your Approach
Choose the production method from the job, available evidence, rights, and
currently callable tools:
| Approach |
Candidate fit |
Tools to evaluate |
Use when |
| Programmatic |
Templated, data-driven, batch video |
An installed HTML/CSS or React renderer |
The format repeats and deterministic output matters |
| AI generation |
Original footage from text/image prompts |
Any currently authorized generation model |
The scene cannot be filmed practically and output rights are verified |
| AI avatars |
Approved presenter without filming |
Any currently authorized avatar platform |
Consent, likeness, voice, localization, and output rights are documented |
| Editing/repurposing |
Cutting long-form into short clips |
Any installed transcript or timeline editor |
Source media and derivative-use rights are available |
Programmatic Video
Programmatic video is a candidate for repeatable, templated, or data-driven
work; verify fit against the current stack, edit needs, cost, and review burden.
HTML/CSS renderer candidate
Hyperframes may fit an HTML/CSS workflow. First check whether it is installed.
If it is, read the installed version's documentation, inspect its license, and
confirm the renderer and export path. If it is not installed, use a
renderer-neutral handoff or request explicit installation authorization after
showing the current package source, version, lockfile impact, and cost. The
following command must not run without that authorization:
npm install hyperframes
Key concept: Each frame is an HTML document. Compose frames into a timeline, render to MP4.
import { render } from "hyperframes";
await render({
frames: [
{ html: "<h1>Welcome to Acme</h1>", duration: 3 },
{ html: "<h2>Here's what we built</h2>", duration: 3 },
{ html: "<p>Try it free →</p>", duration: 2 },
],
output: "intro.mp4",
width: 1080,
height: 1920, // 9:16 for vertical
});
Candidate fit: Product announcements, changelogs, data-driven reports, and
approved personalized outreach videos. Verify determinism with a repeat-render
test instead of assuming it.
React renderer candidate
Remotion may fit a React-based workflow. Verify the installed or callable
version, current documentation, license, rendering path, and hosting cost. The
scaffold command may install packages or create files; run it only with explicit
authorization for that change, otherwise provide a renderer-neutral plan:
npx create-video@latest
Key concept to verify: React components express timed visuals and props
drive content. Confirm whether rendering is local or uses an authorized hosted
renderer.
export const ProductDemo: React.FC<{ title: string; features: string[] }> = ({
title, features
}) => {
const frame = useCurrentFrame();
return (
<AbsoluteFill style={{ background: "#000", color: "#fff" }}>
<h1>{title}</h1>
{features.map((f, i) => (
<Sequence from={i * 30} key={i}>
<p>{f}</p>
</Sequence>
))}
</AbsoluteFill>
);
};
Candidate fit: Complex animation, interactive previews, or batch rendering
when the verified runtime supports them.
When to Pick Which
| Factor |
HTML/CSS renderer |
React renderer |
| Existing stack |
Browser and CSS capability |
React and renderer capability |
| Animation needs |
Test required transitions |
Test required timeline primitives |
| Batch rendering |
Verify local or hosted path |
Verify local or hosted path |
| Team fit |
Inspect maintainability in this repo |
Inspect maintainability in this repo |
| Rights and cost |
Verify current license and runtime cost |
Verify current license and runtime cost |
AI Video Generation
Generate original footage from text or image prompts. Use for B-roll, hero visuals, and scenes you can't practically film.
Model comparison
Discover currently callable and authorized models before recommending one. Read
current official documentation and run a bounded test on the actual account.
Compare:
| Criterion |
Evidence to capture |
| Output fit |
Resolution, duration, audio, motion, and consistency from current docs plus a test clip |
| Control |
Reference-image, camera, edit, seed, and storyboard controls actually exposed |
| Operations |
Queue time, failure rate, export path, and repeatability |
| Rights |
Input rights, output rights, model restrictions, consent, and provenance |
| Economics |
Current plan, per-generation cost, failed-generation treatment, and budget cap |
If no model is callable and authorized, return a shot list, prompt set,
reference-frame brief, and manual vendor-evaluation checklist.
Prompting for Video Models
Good video prompts specify: subject + action + camera + style + mood
A close-up shot of hands typing on a laptop keyboard,
shallow depth of field, warm office lighting,
camera slowly pulls back to reveal a modern workspace,
cinematic color grading, 4K
Common mistakes:
- Too vague ("a person working") — add specifics
- Ignoring camera movement — specify dolly, pan, static
- Forgetting style — "cinematic," "documentary," "commercial"
- Requesting text in video — AI models struggle with readable text
For detailed prompting guides: See references/ai-video-prompting.md
AI Generation vs. Stock Evaluation
| Use Case |
Generation evidence to test |
Stock/original evidence to test |
| Specific scene |
Prompt control, continuity, review burden |
Search coverage, license, edit fit |
| Style continuity |
Cross-clip consistency in a bounded test |
Match quality across licensed clips |
| Real location |
Factual accuracy and disclosure risk |
Provenance and location release |
| Product/brand |
UI and mark fidelity; avoid fabricated product claims |
Approved real captures or assets |
| B-roll |
Queue time, failure rate, cost |
Search and licensing time |
AI Avatars
Create talking-head videos without filming. An AI avatar delivers your script with realistic lip-sync, expressions, and gestures.
Avatar tool evaluation
HeyGen is one possible avatar platform, not a guaranteed or preferred
integration. Before naming it or another vendor, verify current official
documentation, authenticated access, callable API or connector availability,
plan limits, price, output rights, and the consent requirements for every voice
or likeness involved.
If no avatar tool is currently callable and authorized, provide a manual
vendor-neutral workflow: approved script, consent record, user-operated upload,
export checklist, and a real-camera or voiceover fallback.
Possible fit to test: product explainers, feature announcements,
multilingual versions, and approved personalized outreach.
Another avatar candidate
An alternative avatar platform may fit training or presentation work. Confirm
its current features from official documentation and test consent, body-motion,
script-ingestion, localization, and export requirements on the authorized
account before recommending it.
Avatar vs. Other-Approach Test
| Scenario |
Avatar evidence to verify |
Alternative to compare |
| Recurring content |
Consent, repeatability, audience response |
Recorded presenter or voiceover |
| Multilingual versions |
Translation, pronunciation, disclosure |
Human localization |
| Personalized outreach |
Consent, claim review, cost, reply quality |
Approved text or recorded template |
| Founder message |
Trust and disclosure response |
Direct recording |
| Product UI walkthrough |
Presenter value around real captures |
Screen recording |
| Creative/artistic video |
Control, originality, rights |
Original footage or generated scenes |
Editing & Repurposing Tools
Turn existing content into multiple video formats.
Treat the named products as candidates. Discover what is currently installed or
callable, verify the user's account and rights, then map the workflow to the
available tool. If none is available, return an edit decision list, clip
timestamps, captions, and export settings for manual execution.
| Candidate capability |
What to verify |
Candidate fit |
| Transcript editor |
Speaker accuracy, cut control, export, privacy |
Interviews, podcasts, webinars |
| Clip assistant |
Selection controls, provenance, false-positive rate |
Long-form to short-form review |
| Timeline editor |
Caption, effect, audio-rights, and export controls |
Platform-specific finishing |
| Accessibility assistant |
Caption accuracy, eye-contact disclosure, dubbing consent |
Approved talking-head content |
Repurposing Workflow
Long-form content (podcast, webinar, demo)
↓
Transcript edit: Clean up, remove filler, polish
↓
Clip review: Propose moments with source timestamps
↓
Timeline edit: Add reviewed captions, effects, and platform styling
↓
Distribute: TikTok, Reels, Shorts, LinkedIn
Reverse-Engineer a Viral Edit
To study the style of a reference edit, first discover whether an authorized
media-inspection, browser, or local-file viewer is currently callable. If one is
available, inspect the actual frames and timing. Otherwise ask the user to
attach the media, screenshots, or a timecoded export and provide a manual
frame-sampling checklist. Then extract a reusable beat sheet plus the 3–5
signature moves. Review it before execution in any currently available editor.
Copy the editing grammar, never the reference's footage, script, voice, or
music. Full method: references/edit-anatomy.md.
Video Production Workflows
Product Demo Video
- Script the key features and value props (use suede-copy skill)
- Screen record the product flow
- Programmatic overlay — use an available authorized renderer for titles,
callouts, and transitions, or provide manual editor instructions
- AI B-roll — only with a discovered authorized generator and verified
rights; otherwise use licensed stock or original footage
- Voiceover — record yourself or use AI avatar for narration
- Export at platform-appropriate specs
Explainer Video
- Script the problem → solution → CTA arc
- Choose presenter — an approved avatar workflow when available, or
recorded voiceover plus visuals
- Build visuals — programmatic slides, screen recordings, AI-generated scenes
- Add captions as an accessibility default and verify their accuracy
- Export only after checking current destination requirements and previewing
the authenticated composer; do not assume a universal orientation
Batch Social Clips
- Create master template in an available authorized renderer or a manual
editor project
- Feed data — product features, testimonials, stats
- Render batch — one template, many variations
- Add platform-specific captions with an available editor
- Return approved export candidates to
suede-social for channel strategy;
scheduling remains a separate explicit action
Tool-Aware Video Pipeline
Use automation only after discovering currently callable, authenticated, and
authorized tools. Otherwise produce the same artifacts as a manual handoff.
Approved script (from product context)
↓
Available renderer/avatar/generator, if authorized
or manual editor with timecoded instructions
↓
Review cut, rights, captions, and brand assets
↓
Output: Approved export candidate, not automatically published
When no production tool is available, return the script, shot list, asset
manifest, beat sheet, captions, edit decision list, and export settings so the
user can execute the cut manually.
Common Mistakes
- Starting with tools, not strategy — decide what video you need before picking tools
- AI-generated text in video — models can't reliably render readable text; use programmatic overlays instead
- Unverified avatar quality — test a short consented sample before paying
for or producing a batch
- Inaccessible cut — provide accurate captions without asserting a
universal sound-off viewing rate
- Unverified export spec — read current destination requirements and
preview the actual composer before choosing ratio, resolution, or duration
- Unsupported production-style claim — compare polished and informal
treatments on the current account instead of claiming one universally wins
Task-Specific Questions
- What type of video do you need? (Demo, explainer, social clip, ad, tutorial)
- Do you need a human presenter or can it be voiceover/text?
- Is this a one-off or a repeatable template?
- What platform and placement is it for? (We will verify its current ratio,
duration, and composer requirements.)
- Do you have existing assets to work with? (Screenshots, footage, scripts)
- What's your budget for video tools?
Tool Integrations
These are evaluation examples, not guaranteed integrations. Verify current
official documentation, authenticated access, licensing, model availability,
render cost, output rights, and callable tools in the current session.
| Tool |
Type |
Verify Before Use |
| HeyGen |
AI avatars |
Likeness consent, plan rights, API access, cost |
| Hyperframes |
Programmatic video |
Installed runtime, renderer, asset licenses |
| Remotion |
Programmatic video |
Current license, runtime, renderer, hosting cost |
| Runway |
AI generation |
Model access, generation rights, price, limits |
Boundaries
- Do not generate, render, purchase, upload, or publish media without approval
of scope, tool cost, rights, and destination.
- Do not clone a real person's voice or likeness, use unlicensed source media,
or promise an exact copy of a reference style or edit.
- For Suede-branded visuals, use only the approved transparent Suede S asset at
JasonColapietro/suede-creator-skills/docs/assets/suede-ai-logo-transparent.png
with SHA-256
83a7ee0317e4debe2e7b076c20ba067feb76a587f9e829dc6310ae4be4b44dfa;
if it is missing or changed, omit the mark and halt for the approved file.
Routing
- Use
suede-social to choose channel strategy, cadence, and distribution.
- Use
suede-ad-creative for paid video ad concepts and variants.
- Use
suede-image for still-image generation and editing.
- Use
suede-copy for source-verified script and messaging polish.
1---2name: suede-video3description: Suede-owned marketing video planning and production discipline. Use when choosing a format, scripting, storyboarding, generating, editing, reverse-engineering pacing, building a repeatable video pipeline, or repurposing one source into multiple cuts. NOT FOR: deciding the social calendar (use suede-social), paid ad concepts (use suede-ad-creative), image-only assets (use suede-image), or publishing unapproved media.4---5
6# Suede Video Production
7
8Suede Video turns an approved message and rights-cleared source material into
9scripts, storyboards, generation plans, edit systems, and reusable production
10pipelines. It keeps likeness, licensing, brand assets, render cost, and
11publishing as explicit gates rather than assumptions.
12
13## Before Starting
14
15**Check for product marketing context first:**
16If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
17
18Gather this context (ask if not provided):
19
20### 1. Video Goal
21- What type of video? (Product demo, explainer, testimonial, social clip, ad, tutorial)
22- What's the target platform? (YouTube, TikTok/Reels/Shorts, website, ads, sales deck)
23- What's the desired length?
24
25### 2. Production Approach
26- Do you need a human presenter? (AI avatar vs. voiceover vs. screen recording)
27- Do you have existing footage or assets? (Screenshots, logos, product UI)
28- Do you need generated footage? (AI-generated scenes, B-roll)
29- Is this a one-off or a template for repeated use?
30
31### 3. Technical Context
32- What's your tech stack? (Node.js, Python, etc.)
33- Do you have API keys for any video tools?
34- Budget constraints? (Some tools charge per minute of video)
35
36---
37
38## Choosing Your Approach
39
40Choose the production method from the job, available evidence, rights, and
41currently callable tools:
42
43| Approach | Candidate fit | Tools to evaluate | Use when |
44|----------|---------------|-------------------|----------|
45| **Programmatic** | Templated, data-driven, batch video | An installed HTML/CSS or React renderer | The format repeats and deterministic output matters |
46| **AI generation** | Original footage from text/image prompts | Any currently authorized generation model | The scene cannot be filmed practically and output rights are verified |
47| **AI avatars** | Approved presenter without filming | Any currently authorized avatar platform | Consent, likeness, voice, localization, and output rights are documented |
48| **Editing/repurposing** | Cutting long-form into short clips | Any installed transcript or timeline editor | Source media and derivative-use rights are available |
49
50---
51
52## Programmatic Video
53
54Programmatic video is a candidate for repeatable, templated, or data-driven
55work; verify fit against the current stack, edit needs, cost, and review burden.
56
57### HTML/CSS renderer candidate
58
59Hyperframes may fit an HTML/CSS workflow. First check whether it is installed.
60If it is, read the installed version's documentation, inspect its license, and
61confirm the renderer and export path. If it is not installed, use a
62renderer-neutral handoff or request explicit installation authorization after
63showing the current package source, version, lockfile impact, and cost. The
64following command must not run without that authorization:
65
66```bash
67npm install hyperframes
68```
69
70**Key concept:** Each frame is an HTML document. Compose frames into a timeline, render to MP4.
71
72```typescript
73import { render } from "hyperframes";
74
75await render({
76 frames: [
77 { html: "<h1>Welcome to Acme</h1>", duration: 3 },
78 { html: "<h2>Here's what we built</h2>", duration: 3 },
79 { html: "<p>Try it free →</p>", duration: 2 },
80 ],
81 output: "intro.mp4",
82 width: 1080,
83 height: 1920, // 9:16 for vertical
84});
85```
86
87**Candidate fit:** Product announcements, changelogs, data-driven reports, and
88approved personalized outreach videos. Verify determinism with a repeat-render
89test instead of assuming it.
90
91### React renderer candidate
92
93Remotion may fit a React-based workflow. Verify the installed or callable
94version, current documentation, license, rendering path, and hosting cost. The
95scaffold command may install packages or create files; run it only with explicit
96authorization for that change, otherwise provide a renderer-neutral plan:
97
98```bash
99npx create-video@latest
100```
101
102**Key concept to verify:** React components express timed visuals and props
103drive content. Confirm whether rendering is local or uses an authorized hosted
104renderer.
105
106```tsx
107export const ProductDemo: React.FC<{ title: string; features: string[] }> = ({
108 title, features
109}) => {
110 const frame = useCurrentFrame();
111 return (
112 <AbsoluteFill style={{ background: "#000", color: "#fff" }}>
113 <h1>{title}</h1>
114 {features.map((f, i) => (
115 <Sequence from={i * 30} key={i}>
116 <p>{f}</p>
117 </Sequence>
118 ))}
119 </AbsoluteFill>
120 );
121};
122```
123
124**Candidate fit:** Complex animation, interactive previews, or batch rendering
125when the verified runtime supports them.
126
127### When to Pick Which
128
129| Factor | HTML/CSS renderer | React renderer |
130|--------|-------------------|----------------|
131| Existing stack | Browser and CSS capability | React and renderer capability |
132| Animation needs | Test required transitions | Test required timeline primitives |
133| Batch rendering | Verify local or hosted path | Verify local or hosted path |
134| Team fit | Inspect maintainability in this repo | Inspect maintainability in this repo |
135| Rights and cost | Verify current license and runtime cost | Verify current license and runtime cost |
136
137---
138
139## AI Video Generation
140
141Generate original footage from text or image prompts. Use for B-roll, hero visuals, and scenes you can't practically film.
142
143### Model comparison
144
145Discover currently callable and authorized models before recommending one. Read
146current official documentation and run a bounded test on the actual account.
147Compare:
148
149| Criterion | Evidence to capture |
150|-----------|---------------------|
151| Output fit | Resolution, duration, audio, motion, and consistency from current docs plus a test clip |
152| Control | Reference-image, camera, edit, seed, and storyboard controls actually exposed |
153| Operations | Queue time, failure rate, export path, and repeatability |
154| Rights | Input rights, output rights, model restrictions, consent, and provenance |
155| Economics | Current plan, per-generation cost, failed-generation treatment, and budget cap |
156
157If no model is callable and authorized, return a shot list, prompt set,
158reference-frame brief, and manual vendor-evaluation checklist.
159
160### Prompting for Video Models
161
162Good video prompts specify: **subject + action + camera + style + mood**
163
164```
165A close-up shot of hands typing on a laptop keyboard,
166shallow depth of field, warm office lighting,
167camera slowly pulls back to reveal a modern workspace,
168cinematic color grading, 4K
169```
170
171**Common mistakes:**
172- Too vague ("a person working") — add specifics
173- Ignoring camera movement — specify dolly, pan, static
174- Forgetting style — "cinematic," "documentary," "commercial"
175- Requesting text in video — AI models struggle with readable text
176
177**For detailed prompting guides**: See [references/ai-video-prompting.md](references/ai-video-prompting.md)
178
179### AI Generation vs. Stock Evaluation
180
181| Use Case | Generation evidence to test | Stock/original evidence to test |
182|----------|-----------------------------|---------------------------------|
183| Specific scene | Prompt control, continuity, review burden | Search coverage, license, edit fit |
184| Style continuity | Cross-clip consistency in a bounded test | Match quality across licensed clips |
185| Real location | Factual accuracy and disclosure risk | Provenance and location release |
186| Product/brand | UI and mark fidelity; avoid fabricated product claims | Approved real captures or assets |
187| B-roll | Queue time, failure rate, cost | Search and licensing time |
188
189---
190
191## AI Avatars
192
193Create talking-head videos without filming. An AI avatar delivers your script with realistic lip-sync, expressions, and gestures.
194
195### Avatar tool evaluation
196
197HeyGen is one possible avatar platform, not a guaranteed or preferred
198integration. Before naming it or another vendor, verify current official
199documentation, authenticated access, callable API or connector availability,
200plan limits, price, output rights, and the consent requirements for every voice
201or likeness involved.
202
203If no avatar tool is currently callable and authorized, provide a manual
204vendor-neutral workflow: approved script, consent record, user-operated upload,
205export checklist, and a real-camera or voiceover fallback.
206
207**Possible fit to test:** product explainers, feature announcements,
208multilingual versions, and approved personalized outreach.
209
210### Another avatar candidate
211
212An alternative avatar platform may fit training or presentation work. Confirm
213its current features from official documentation and test consent, body-motion,
214script-ingestion, localization, and export requirements on the authorized
215account before recommending it.
216
217### Avatar vs. Other-Approach Test
218
219| Scenario | Avatar evidence to verify | Alternative to compare |
220|----------|---------------------------|------------------------|
221| Recurring content | Consent, repeatability, audience response | Recorded presenter or voiceover |
222| Multilingual versions | Translation, pronunciation, disclosure | Human localization |
223| Personalized outreach | Consent, claim review, cost, reply quality | Approved text or recorded template |
224| Founder message | Trust and disclosure response | Direct recording |
225| Product UI walkthrough | Presenter value around real captures | Screen recording |
226| Creative/artistic video | Control, originality, rights | Original footage or generated scenes |
227
228---
229
230## Editing & Repurposing Tools
231
232Turn existing content into multiple video formats.
233
234Treat the named products as candidates. Discover what is currently installed or
235callable, verify the user's account and rights, then map the workflow to the
236available tool. If none is available, return an edit decision list, clip
237timestamps, captions, and export settings for manual execution.
238
239| Candidate capability | What to verify | Candidate fit |
240|----------------------|----------------|---------------|
241| Transcript editor | Speaker accuracy, cut control, export, privacy | Interviews, podcasts, webinars |
242| Clip assistant | Selection controls, provenance, false-positive rate | Long-form to short-form review |
243| Timeline editor | Caption, effect, audio-rights, and export controls | Platform-specific finishing |
244| Accessibility assistant | Caption accuracy, eye-contact disclosure, dubbing consent | Approved talking-head content |
245
246### Repurposing Workflow
247
248```
249Long-form content (podcast, webinar, demo)
250 ↓
251Transcript edit: Clean up, remove filler, polish
252 ↓
253Clip review: Propose moments with source timestamps
254 ↓
255Timeline edit: Add reviewed captions, effects, and platform styling
256 ↓
257Distribute: TikTok, Reels, Shorts, LinkedIn
258```
259
260### Reverse-Engineer a Viral Edit
261
262To study the style of a reference edit, first discover whether an authorized
263media-inspection, browser, or local-file viewer is currently callable. If one is
264available, inspect the actual frames and timing. Otherwise ask the user to
265attach the media, screenshots, or a timecoded export and provide a manual
266frame-sampling checklist. Then extract a reusable beat sheet plus the 3–5
267signature moves. Review it before execution in any currently available editor.
268Copy the editing grammar, never the reference's footage, script, voice, or
269music. Full method: [references/edit-anatomy.md](references/edit-anatomy.md).
270
271---
272
273## Video Production Workflows
274
275### Product Demo Video
276
2771. **Script** the key features and value props (use suede-copy skill)
2782. **Screen record** the product flow
2793. **Programmatic overlay** — use an available authorized renderer for titles,
280 callouts, and transitions, or provide manual editor instructions
2814. **AI B-roll** — only with a discovered authorized generator and verified
282 rights; otherwise use licensed stock or original footage
2835. **Voiceover** — record yourself or use AI avatar for narration
2846. **Export** at platform-appropriate specs
285
286### Explainer Video
287
2881. **Script** the problem → solution → CTA arc
2892. **Choose presenter** — an approved avatar workflow when available, or
290 recorded voiceover plus visuals
2913. **Build visuals** — programmatic slides, screen recordings, AI-generated scenes
2924. **Add captions** as an accessibility default and verify their accuracy
2935. **Export** only after checking current destination requirements and previewing
294 the authenticated composer; do not assume a universal orientation
295
296### Batch Social Clips
297
2981. **Create master template** in an available authorized renderer or a manual
299 editor project
3002. **Feed data** — product features, testimonials, stats
3013. **Render batch** — one template, many variations
3024. **Add platform-specific captions** with an available editor
3035. **Return approved export candidates** to `suede-social` for channel strategy;
304 scheduling remains a separate explicit action
305
306---
307
308## Tool-Aware Video Pipeline
309
310Use automation only after discovering currently callable, authenticated, and
311authorized tools. Otherwise produce the same artifacts as a manual handoff.
312
313```
314Approved script (from product context)
315 ↓
316Available renderer/avatar/generator, if authorized
317 or manual editor with timecoded instructions
318 ↓
319Review cut, rights, captions, and brand assets
320 ↓
321Output: Approved export candidate, not automatically published
322```
323
324When no production tool is available, return the script, shot list, asset
325manifest, beat sheet, captions, edit decision list, and export settings so the
326user can execute the cut manually.
327
328---
329
330## Common Mistakes
331
3321. **Starting with tools, not strategy** — decide what video you need before picking tools
3332. **AI-generated text in video** — models can't reliably render readable text; use programmatic overlays instead
3343. **Unverified avatar quality** — test a short consented sample before paying
335 for or producing a batch
3364. **Inaccessible cut** — provide accurate captions without asserting a
337 universal sound-off viewing rate
3385. **Unverified export spec** — read current destination requirements and
339 preview the actual composer before choosing ratio, resolution, or duration
3406. **Unsupported production-style claim** — compare polished and informal
341 treatments on the current account instead of claiming one universally wins
342
343---
344
345## Task-Specific Questions
346
3471. What type of video do you need? (Demo, explainer, social clip, ad, tutorial)
3482. Do you need a human presenter or can it be voiceover/text?
3493. Is this a one-off or a repeatable template?
3504. What platform and placement is it for? (We will verify its current ratio,
351 duration, and composer requirements.)
3525. Do you have existing assets to work with? (Screenshots, footage, scripts)
3536. What's your budget for video tools?
354
355---
356
357## Tool Integrations
358
359These are evaluation examples, not guaranteed integrations. Verify current
360official documentation, authenticated access, licensing, model availability,
361render cost, output rights, and callable tools in the current session.
362
363| Tool | Type | Verify Before Use |
364|------|------|-------------------|
365| **HeyGen** | AI avatars | Likeness consent, plan rights, API access, cost |
366| **Hyperframes** | Programmatic video | Installed runtime, renderer, asset licenses |
367| **Remotion** | Programmatic video | Current license, runtime, renderer, hosting cost |
368| **Runway** | AI generation | Model access, generation rights, price, limits |
369
370---
371
372## Boundaries
373
374- Do not generate, render, purchase, upload, or publish media without approval
375 of scope, tool cost, rights, and destination.
376- Do not clone a real person's voice or likeness, use unlicensed source media,
377 or promise an exact copy of a reference style or edit.
378- For Suede-branded visuals, use only the approved transparent Suede S asset at
379 `JasonColapietro/suede-creator-skills/docs/assets/suede-ai-logo-transparent.png`
380 with SHA-256
381 `83a7ee0317e4debe2e7b076c20ba067feb76a587f9e829dc6310ae4be4b44dfa`;
382 if it is missing or changed, omit the mark and halt for the approved file.
383
384## Routing
385
386- Use `suede-social` to choose channel strategy, cadence, and distribution.
387- Use `suede-ad-creative` for paid video ad concepts and variants.
388- Use `suede-image` for still-image generation and editing.
389- Use `suede-copy` for source-verified script and messaging polish.