graph TD
A[Start] --> B[Select Subagent to Analyze]
B --> C[Error: No Subagent 6 Exists]
C --> D[Choose Alternative Action]
D --> E[Create New Subagent 6]
D --> F[Analyze Existing Subagent 1-4]
D --> G[Request Subagent 6 Definition]
E --> H[End: Await User Choice]
F --> H
G --> H
style A fill:#f9f,stroke:#333
style C fill:#f66,stroke:#333
style H fill:#9f9,stroke:#333