Generate a promo video plan from a project's PRD. Produces a 30-45 second video script with shot-by-shot storyboard. Detects Montage-tool or Remotion in the project and outputs compatible config when found.
project_code_search(query, project) — find UI components, screens, features to showcaseproject_info(name) — get project stack and detailskb_search(query) — find video production methodologyIf MCP tools are not available, fall back to Glob + Grep + Read.
$ARGUMENTS.docs/prd.md), README, or CLAUDE.md for product info.package.json for remotion, @remotion/cli → Remotion projectmontage.config.*, pnpm montage → Montage-tool projectffmpeg usage in scripts → FFmpeg pipelineproject_code_search("main screen OR hero OR dashboard", project) — find showcase-worthy UIBefore scripting, write out:
```markdown
## Video Script: {Project Name}
Duration: 30-45 seconds
Format: Vertical (9:16) for Reels/TikTok/Shorts
Style: Screen recording + text overlays
### HOOK (0:00-0:03) — 3 seconds
Audio: "{hook line — question or bold statement}"
Visual: {what appears on screen — text overlay on gradient/blurred BG}
### PROBLEM (0:03-0:10) — 7 seconds
Audio: "{describe the pain in user's words}"
Visual: {show the frustrating current state — competitor UX, manual process, etc.}
### DEMO (0:10-0:25) — 15 seconds
Audio: "{narrate what the product does}"
Visual:
### CTA (0:25-0:30) — 5 seconds
Audio: "{call to action}"
Visual: {product logo + URL + download badge}
```
### If Remotion detected:
```markdown
## Remotion Component Spec
Component: PromoVideo.tsx
Duration: 900 frames (30fps × 30s)
Sequences:
Assets needed:
```
### If montage tool detected:
```markdown
## Montage Config
Clips:
Music: {suggest genre/BPM for beat-sync}
Transitions: crossfade (0.5s)
Text overlays: hook, CTA
```
docs/video-promo.md:```markdown
# Video Promo Plan: {Project Name}
Generated: {YYYY-MM-DD}
Duration: 30-45 seconds
Format: Vertical 9:16
Tooling: {Remotion / Montage-tool / Manual}
## Script
{full script from step 5}
## Assets Checklist
## Tooling Config
{config from step 6, or "Record manually and edit in CapCut/iMovie"}
---
Generated by /video-promo. Record assets, then render.
```
Cause: Project doesn't use Remotion or Montage-tool.
Fix: Skill outputs plain storyboard by default. Record manually and edit in CapCut/iMovie, or add Remotion to the project.
Cause: Too many features to showcase.
Fix: Pick TOP 3 features only. 30-45 seconds = ~75-100 words of narration. Less is more.
Cause: Product not built yet or no visual interface.
Fix: Use mockups, wireframes, or describe intended visuals in the storyboard. Record after MVP is built.
共 1 个版本