56 lines
847 B
Markdown
56 lines
847 B
Markdown
# Episode Project Structure
|
|
|
|
Use this structure when expanding a standalone video or a series episode.
|
|
|
|
```text
|
|
ep-01-temp-title/
|
|
episode.md
|
|
source-map.md
|
|
|
|
00-architecture/
|
|
series-context.md
|
|
episode-scope.md
|
|
word-budget.md
|
|
|
|
01-proposals/
|
|
proposal-v1.md
|
|
selected-angle.md
|
|
|
|
02-tone-outline/
|
|
video-outline.md
|
|
global-visual-style.md
|
|
global-prompt.md
|
|
narration-protocol.md
|
|
|
|
03-storyboard/
|
|
storyboard-logic.md
|
|
|
|
04-deep-production/
|
|
shots/
|
|
shot-01.md
|
|
shot-02.md
|
|
voiceover-full.md
|
|
image-prompts.md
|
|
design-notes.md
|
|
|
|
05-assets/
|
|
images/
|
|
audio/
|
|
video-clips/
|
|
asset-log.md
|
|
|
|
06-editing/
|
|
edit-notes.md
|
|
timeline-plan.md
|
|
|
|
07-publish/
|
|
title-options.md
|
|
description.md
|
|
platform-copy.md
|
|
final-script.md
|
|
|
|
08-review/
|
|
review-notes.md
|
|
```
|
|
|