Video Speech Workflows
This skill contains the specialized single-source speech/video workflows that sit beside video-edit-assembly.
Route Modes
Choose exactly one mode from the caller's args, then read and follow the matching workflow document:
| Mode | Workflow |
|---|---|
speech-condense |
workflows/speech-condense.md |
talking-head-subtitles |
workflows/talking-head-subtitles.md |
video-pipeline |
workflows/video-pipeline.md |
If the args do not name a mode, infer the narrowest matching one:
- Use
speech-condensefor one long unscripted recording that must be shortened, tightened, or cut to a target length. - Use
talking-head-subtitlesfor straight captioning, subtitle repair, speaker-labelled captions, karaoke highlighting, bilingual lines, or subtitle placement/legibility work on one rendered video. - Use
video-pipelinewhen a single voiced video needs an end-to-end stage plan that may combine condensing/editing with captions, speaker differentiation, karaoke, translation, or terminology notes.
Boundaries
- Multi-material source packs stay in
video-edit-assemblyor the commonvideo-edit-agentworkflow first. Subtitle the rendered output afterward so cue times match the final video. - The selected workflow's file contract and verification rules are authoritative for its own outputs.
video_watch_segment(video_path=...)can directly inspect tight windows without a prior fullvideo_ingest; reserve full ingest for workflows that genuinely need dense whole-video contact sheets.