graph TD
A[Start] --> B[Take Topic Description var1]
B --> C[Generate Script using Skill 171]
C --> D[Return Script Text]
D --> E[Take Voice MP3 from Subagent 2]
E --> F[Take Avatar Image from Subagent 3]
F --> G[Use Skill 168 to Generate Video]
G --> H[Return Final MP4]
H --> I[End]
subgraph Dependencies
E -.-> J[Requires VoiceOver MP3]
F -.-> K[Requires Avatar PNG]
end
style A fill:#f9f,stroke:#333,stroke-width:2px
style I fill:#f9f,stroke:#333,stroke-width:2px
style D fill:#bbf,stroke:#333,stroke-width:2px
style H fill:#bbf,stroke:#333,stroke-width:2px