From solo
Generates 30-45 second promo video scripts and shot-by-shot storyboards from project PRD. Detects Remotion or Montage-tool for compatible configs.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
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.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.
Parse project from $ARGUMENTS.
docs/prd.md), README, or CLAUDE.md for product info.Detect video tooling in the project:
package.json for remotion, @remotion/cli → Remotion projectmontage.config.*, pnpm montage → Montage-tool projectffmpeg usage in scripts → FFmpeg pipelineExtract key screens/features to showcase:
project_code_search("main screen OR hero OR dashboard", project) — find showcase-worthy UIForced reasoning — video strategy: Before scripting, write out:
Generate video script (30-45 seconds):
## 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:**
- Shot 1 (5s): {first feature demo — screen recording}
- Shot 2 (5s): {second feature demo}
- Shot 3 (5s): {wow moment — the key differentiator}
### CTA (0:25-0:30) — 5 seconds
**Audio:** "{call to action}"
**Visual:** {product logo + URL + download badge}
Generate tooling config (if applicable):
## Remotion Component Spec
Component: `PromoVideo.tsx`
Duration: 900 frames (30fps × 30s)
Sequences:
- HookSequence (0-90): Text animation on gradient
- ProblemSequence (90-300): Screen recording import
- DemoSequence (300-750): 3 feature recordings with transitions
- CTASequence (750-900): Logo + URL fade in
Assets needed:
- screen-recording-problem.mp4
- screen-recording-feature-1.mp4
- screen-recording-feature-2.mp4
- screen-recording-feature-3.mp4
- logo.png
- background-music.mp3
## Montage Config
Clips:
- problem-clip.mp4 (7s)
- demo-feature-1.mp4 (5s)
- demo-feature-2.mp4 (5s)
- demo-wow-moment.mp4 (5s)
Music: {suggest genre/BPM for beat-sync}
Transitions: crossfade (0.5s)
Text overlays: hook, CTA
Write plan to docs/video-promo.md:
# 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
- [ ] Screen recording: {feature 1}
- [ ] Screen recording: {feature 2}
- [ ] Screen recording: {wow moment}
- [ ] Logo (transparent PNG)
- [ ] Background music (royalty-free, upbeat)
## Tooling Config
{config from step 6, or "Record manually and edit in CapCut/iMovie"}
---
*Generated by /video-promo. Record assets, then render.*
Output summary — script overview, assets needed, suggested next steps.
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.