4.2 KiB
4.2 KiB
Video Workbench
Video Workbench is the local execution workspace for dimensional video and slide-style output. It receives GPT V2 planning Markdown from the user, keeps lightweight project records, and produces local execution plans, visual-system assets, prompts, images, narration audio, slide/page files, and handoff notes.
It is a sibling of Writing Workbench, not a subfolder of it.
Working Model
GPT / ChatGPT = stage 0-5 planning Markdown, outlines, visual systems, page/shot skeletons
User = decisions, source material, accepted planning files
Video Workbench = stage 6+ execution planning, Prompt Advisor work, visual-system materialization, generated assets, handoff
CCPE System = local work agents, runtimes, model cards, interfaces
Skills Vault = reusable automation skills and deterministic tools
Video Workbench is not the canonical home for prompts, agents, reusable automation source, deep essays, or finished article writing.
Main Layout
projects/
project-id/
project.md
intake/
execution-plan.md
visual-system/
visual-system.md
refs/
iterations/
slides/
slides.md
s01/
s02/
handoff/
investigations/
garden-gpt-image-2/
requirements/
ccpe-consumption/
projects/is the only project entry point. Project status and series membership are recorded inside project files, not by moving directories.projects/<project>/intake/holds user-provided GPT V2 stage 0-5 Markdown, source notes, references, and other accepted inputs.projects/<project>/project.mdis a Codex-maintained project note and file map. It should link to content inintake/, not duplicate it.projects/<project>/execution-plan.mdis the project-level execution control file for visual work. It records the current strategy, batch, round, and next decision instead of duplicating the project map.projects/<project>/visual-system/visual-system.mdrecords the current accepted visual system, materialization targets, iteration log, failure attribution, and next action. Reference images and iteration artifacts stay underrefs/anditerations/.projects/<project>/slides/is the working area for slide, page, or shot execution. EachsNN/folder keeps that unit's prompts, narration, generated images, audio, and local notes together. Files insidesNN/must carry thesNNprefix, and iteration files usesNN-vN-type.ext, such ass03-v1-prompt.md.handoff/is for repo-level, cross-project, or context-window handoff notes.investigations/is for research reports, experiments, comparisons, and draft workflow proposals. It replacestmp/for durable investigation evidence.garden-gpt-image-2/is reserved for local image-generation prompt/workflow traces when that tool path is used.
Series indexes can be added later under projects/_series/ when a real series needs more than project-local notes.
Boundaries
- Manual editing and publishing remain human-controlled unless explicitly automated later.
- Video Workbench does not default to full video editing, image-to-video generation, or platform publishing.
- Codex does not ask GPT V2 for final image prompts, Codex JSON, output paths, task lists, or image generation parameters.
makeup-still/is not a recommended project directory. Character, scene, template, diagram, and background anchors belong undervisual-system/when needed.tmp/is deprecated. New reusable or reviewable investigation material belongs underinvestigations/.- Missing CCPE assets should be requested under
requirements/ccpe/. - Missing reusable automation should be requested under
requirements/skills-vault/. - All local Markdown, JSON, YAML, text, prompt, discussion, and handoff files are UTF-8 by default. PowerShell reads should use explicit
-Encoding UTF8. - The default CCPE external interface is
C:\Users\wangq\Documents\Codex\ccpe-system\Interface.md; follow it to the consumer setup contract before reading narrower CCPE artifacts.
Starting A New Session
In a new Codex session opened on this project, use:
Please read AGENTS.md, README.md, VIDEO_WORKBENCH.md, docs/context-handoff.md, and docs/ccpe-system-handoff.md first, then continue work on Video Workbench according to those conventions.