A text prompt into a cinematic deck
Amplifier Bundle
Director Deck is an Amplifier bundle that turns a text prompt into a cinematic slide deck — GPT Image slides and Veo 3.1 video transitions — from kenotron-ms/amplifier-bundle-director-deck.
So what does “describe it and get it” actually produce?
For a 10-content-slide deck, the output is 19 PPTX slides: 10 content slides
interleaved with 9 full-bleed video transitions — each a blank slide with an
MP4 embedded via add_movie().
The leverage is real. But could you get it by just automating everything?
Image and video generation are costly. Let them run on un-approved content and identity, and you burn budget producing off-brand, incoherent results — Veo will even hallucinate slide-like frames if you let it.
Director Deck's answer: keep a human at every creative checkpoint.
Rather than one monolithic prompt, each stage is owned by a narrow expert agent — verified as exactly five agent files in the bundle.
Narrow roles need orchestration — and a way to control cost.
The five agents are orchestrated by a single recipe of 1744 lines. Its four work stages are interleaved with three approval gates, so the expensive image and video generation only happens after a human signs off.
With judgment locked in, the pipeline can safely turn stills into motion.
The transition-director calls veo-3.1-generate-preview in
image-to-video mode — 8-second, 16:9 clips between approved GPT Image slides. To
keep the illusion intact, slideware words are banned from every Veo prompt.
Discipline in, cinematic motion out — not slideware.
presentation
slide
deck
infographic
PowerPoint
chart
data visualization
The 10 content slides and 9 full-bleed Veo transitions interleave into a 19-slide file
whose video slides auto-advance in Presenter mode — plus an interactive
deck_live.html player.
Human judgment stayed in the loop the whole way. What's the reusable idea?
Director Deck's pattern generalizes: break a costly creative craft into narrow expert agents behind human approval gates, and anyone who can describe intent can direct it.
The agents do the production. The human keeps the judgment.
Data as of: July 21, 2026 — independently verified against a fresh clone
(origin kenotron-ms/amplifier-bundle-director-deck, HEAD 2ac4645, in sync with origin/main)
plus live gh repo view.
Repository: kenotron-ms/amplifier-bundle-director-deck (31 commits, sole author Ken Chau <kchau@outlook.com>).
Commands run:
gh repo view kenotron-ms/amplifier-bundle-director-deck --json name,description,createdAt,pushedAt,defaultBranchRefls agents/*.md | wc -l and grep -n ' name:' agents/*.md — 5 agentsgrep -n 'approval:\|# Stage' recipes/director-deck.yaml — 4 stages, 3 gateswc -l recipes/director-deck.yaml — 1744 lines / 85650 bytessed -n '1510,1520p' recipes/director-deck.yaml — veo-3.1-generate-preview, image_to_video, 8s, 16:9grep -n '19\|interstitial\|add_movie' README.md — 10 content + 9 interstitial = 19grep -n 'BANNED\|NEVER use the words' recipes/director-deck.yaml README.md — banned Veo wordsgit rev-list --count HEAD and git shortlog -sne HEAD — commits and contributorsGaps: No example run artifacts are committed (ls runs/ shows only .gitkeep/.gitignore).
The 9-interstitial / 19-slide figures are the documented 10-content-slide example. The
“design team and a week” framing is narrative premise, not a repo-sourced metric.
Primary contributor: Ken Chau — 31 of 31 commits (100%).