graph TD A[Start] --> B[Receive Product URL] B --> C[DataExtractionSubagent] C --> D[Parse HTML Content] D --> E[Extract Title] D --> F[Extract Bullet Points] D --> G[Extract Description] D --> H[Extract Main Image URL] E --> I[Consolidate Data] F --> I G --> I H --> I I --> J[TrademarkAnalysisSubagent] J --> K[Analyze Text Elements] J --> L[Analyze Image Elements] K --> M[Generate Trademark Report] L --> M M --> N[TShirtDesignSubagent] N --> O[Create Design Prompt] O --> P[Generate Image Variations] P --> Q[Quality Check] Q --> R[ListingCreationSubagent] R --> S[Generate New Title] R --> T[Generate Bullet Points] R --> U[Generate Description] S --> V[Final Output Package] T --> V U --> V Q --> V V --> W[User Review] W --> X[End]