graph TD
A[Start Subagent Analysis] --> B[Error: No Subagent 5 Exists]
B --> C[Available Subagents]
C --> D[1. NicheScouter]
C --> E[2. PunSmith]
C --> F[3. CardCreatr]
D --> G[Research Niche Topics]
E --> H[Generate Pun Slogans]
F --> I[Create Card Images]
G --> J[Output: Niche Research Summary]
H --> K[Output: 5 Pun-based Slogans]
I --> L[Output: 5 Card Image URLs]
J --> M[End Process - Choose Valid Subagent]
K --> M
L --> M