Workflow cookbooks
Multi-step pipelines that chain skills together. Each cookbook includes bash sequences, agent notes, and skill routing — probe first, transform second.
Broadcast captions package
Speech to SRT, compliance pass, export SCC/SMPTE-TT.
`speech-captions` → `captions-compliance` → (`subtitles` for burn-in if needed)
Deliver H.264 + AAC MP4
Probe first, then transcode for delivery.
`inspect` → `video-transformation` → `inspect`
Exact forced-narrative inventory
Produce an exhaustive, frame-accurate burned-in dialogue report with exclusive-end SMPTE boundaries.
`inspect` → `program-master` → `forced-narrative-exact`
Podcast audio cleanup
Extract/normalize audio, optionally mux back to video.
`inspect` → `audio` → `video-transformation` → `inspect`
Program master segment report
Build a validated broadcast structure report (Markdown, JSON, thumbnail PDF, QC) from black+silent separators.
`inspect` → `program-master` → (`forced-narrative-exact` | `vision-analysis`)
QC on-screen text
Extract frames, agent analyzes, compile reports.
`inspect` → `vision-analysis` For exhaustive frame-accurate burned-in dialogue delivery, use [forced-narrative-exact](forced-narrative-exact.md) instead.
29.97 drop-frame edit from timecode
Convert timecode to seconds for ffmpeg trim points.
`timecode` → `video-transformation` → `inspect`
How cookbooks work
Route to skills
Each step names a skill and script. Agents install only what they need via npx skills add.
Chain JSON outputs
Scripts return output_paths and data fields — pass paths to the next --input.
Probe before destructive ops
Start with inspect to confirm duration, codecs, and streams before trimming or transcoding.