graph TD
A[Start] --> B[Input: filtered-track-list]
A --> C[Input: mp3-download-urls]
A --> D[Input: 16-beat-clip1]
A --> E[Input: 16-beat-clip2]
A --> F[Input: 16-beat-clip3]
B --> G[Skill #223: LLM Summary Generation]
C --> G
D --> G
E --> G
F --> G
G --> H[Output: final-summary]
H --> I[End]
style A fill:#f9f,stroke:#333
style G fill:#bbf,stroke:#333
style I fill:#f9f,stroke:#333