graph TD
subgraph Subagent_Animation
A[Raw Input Data] --> B[Skill #190: Format Animation Prompt]
B --> C[formatted-animation-prompt]
C --> D[Skill #169: Generate 5s Animation]
D --> E[5s-animated-clip]
end
subgraph Input_Requirements
F[Bullet Points] --> A
G[CTA URL] --> A
H[Style Notes] --> A
end
subgraph Output_Specifications
E --> I[5s MP4 Video]
I --> J[9:16 Aspect Ratio]
I --> K[Dynamic Bullet Points]
I --> L[CTA Display]
end