graph TD
A[3 MP3 Files] --> B1[Silo 1: MP3 1]
A --> B2[Silo 2: MP3 2]
A --> B3[Silo 3: MP3 3]
B1 --> C1[Skill #240: Extract all audio stems]
B2 --> C2[Skill #240: Extract all audio stems]
B3 --> C3[Skill #240: Extract all audio stems]
C1 --> D1[Skill #195: Extract Beatpoints & Tempo of MP3]
C2 --> D2[Skill #195: Extract Beatpoints & Tempo of MP3]
C3 --> D3[Skill #195: Extract Beatpoints & Tempo of MP3]
D1 --> E1[Skill #196: Create Visual Waveform Of Wav/mp3 File]
D2 --> E2[Skill #196: Create Visual Waveform Of Wav/mp3 File]
D3 --> E3[Skill #196: Create Visual Waveform Of Wav/mp3 File]
E1 --> F1[Skill #198: Analyze An Image With GPT Vision & Return Text]
E2 --> F2[Skill #198: Analyze An Image With GPT Vision & Return Text]
E3 --> F3[Skill #198: Analyze An Image With GPT Vision & Return Text]
F1 --> G1[Output top 3 stems from MP3 1]
F2 --> G2[Output top 3 stems from MP3 2]
F3 --> G3[Output top 3 stems from MP3 3]
G1 --> H[Skill #215: Summarise and Return All Final Output Files]
G2 --> H
G3 --> H
H --> I[Final output of top 9 stems total]