graph TD
A[Start Workflow] --> B[User Input: Topic & Description]
B --> C[ScriptMaster]
B --> D[AvatarVision]
C --> E[Generate Script 100-300 words]
D --> F[Generate Custom Avatar Image]
E --> G[VoiceForge]
G --> H[Create Voice Over MP3]
F --> I[LipSyncWizard]
H --> I
I --> J[Generate Lip Sync Data]
J --> K[VideoAssemblerPro]
F --> K
H --> K
K --> L[Render Final MP4]
L --> M[End: Deliver Video]
style C fill:#f9f,stroke:#333
style D fill:#bbf,stroke:#333
style G fill:#fbf,stroke:#333
style I fill:#bfb,stroke:#333
style K fill:#fbb,stroke:#333