graph TD
A[Start: Transitions & Music Advisor] --> B[Input Handler]
B --> C[Product Description Input]
B --> D[Segmented VSL Script Input]
B --> E[Visual Prompts Input]
C --> F[SILO 1: Sound Keyword Generator]
F --> G[Skill #218: Brainstorm Keywords]
G --> H[Generate Sound Keywords]
D --> I[SILO 2: Transition & Music Compiler]
E --> I
H --> I
I --> J[Skill #223: LLM Analysis]
J --> K[Analyze VSL Pacing]
J --> L[Review Visual Style]
J --> M[Process Sound Keywords]
K --> N[Generate Final Output]
L --> N
M --> N
N --> O[Transition List per Segment]
N --> P[2-3 Music Genres/Moods]
N --> Q[Optional SFX List]
O --> R[Final Compiled Output]
P --> R
Q --> R
R --> S[End: transitions-music-sfx]