Agents Ready
🔄 Pipeline
🏢 Clients
📸 Carousel Builder
🎥 B-Roll DB
⚡ Commands

🚀 New Edit Job

Agent Pipeline — Credit Brothers Ready
Media Manager /media-manager
Route footage to correct client folder. Verify naming convention. Create job folder.
/media-manager route --client "Credit Brothers" --footage $PATH
Done
Transcribe + Timestamp /timestamper
Groq Whisper → full transcript with timecodes. Every quote gets a timestamp for precision clipping.
/timestamper → groq-transcribe $FOOTAGE → timestamps.json
Done
3
Clipper — Find Best Moments /clipper
Analyze transcript. Score every segment by hook strength, value density, and viral potential. Output ranked clip list.
↳ Analyzing 47 segments...
/clipper --transcript timestamps.json --score viral --top 5
⚡ Running
4
Edit — Cut + Captions + B-Roll /edit
FFmpeg cut to selected clips. Remove silences. Add captions (CapCut MCP). Insert b-roll at key moments. Export vertical.
/edit --clips clips.json --captions on --broll auto --format vertical
Waiting
🆕
Carousel Builder /carousel-maker NEW — Auto
Auto-extract top quotes + tips from transcript → 7-slide carousel. Hook slide + 5 value slides + CTA. IG 1080×1080.
/carousel-maker --from transcript.json --client "Credit Brothers" --slides 7 --auto
Waiting
6
VE QC — Polisher /polisher-skill
Quality check against VE standards: hook strength, caption accuracy, pacing, color grade, audio levels.
/polisher-skill --video output.mp4 --standard VE-2026
Waiting
7
Deliver — GDrive + Notion /viral-editz-pm
Push final video + carousel to client GDrive folder. Create Notion delivery entry. Send notification.
/viral-editz-pm deliver --video final.mp4 --carousel slides/ --client "Credit Brothers"
Waiting