graph TD
A[User Input] --> B[Start Subagent Selection]
B --> C[No Subagent 5 Available]
C --> D[Select from Existing Subagents]
D --> E[Subagent 1: Insight & Copy]
D --> F[Subagent 2: Visual Creative]
D --> G[Subagent 3: Video Producer]
D --> H[Subagent 4: Packaging]
E --> I[Return to Main Flow]
F --> I
G --> I
H --> I
I --> J[Complete Task with Selected Subagent]