graph TD
A[Start] --> B[Select Subagent]
B --> C{Choose Path}
C -->|Option 1| D[Create MetaController]
C -->|Option 2| E[Create New Purpose]
C -->|Option 3| F[Use Existing Agent]
D --> G[Define Controller Tasks]
G --> H[Set Integration Points]
H --> I[Create Monitoring System]
I --> J[Establish Error Handling]
E --> K[Identify New Purpose]
K --> L[Define Requirements]
L --> M[Create Task Structure]
M --> N[Set Dependencies]
F --> O[Select from BrandBuilder/ContentCrafter/RevenueRoadmap/SafeScaler]
O --> P[Review Existing Tasks]
P --> Q[Confirm Dependencies]
Q --> R[Verify Outputs]
J --> S[End - MetaController Ready]
N --> T[End - New Agent Ready]
R --> U[End - Existing Agent Ready]