graph TD A[Start: Niche Input] --> B[Research Phase] B --> C{Find Existing Cards} B --> D{Research Topic Deeply} C --> E[Brave Search: Niche Cards] E --> F[Collect 5 Image URLs] D --> G[Generate Topic Summary] G --> H[Extract Key Terms/Phrases] F --> I[Analysis Phase] H --> I I --> J[Generate Puns] J --> K[Create 5-10 Puns] K --> L[Format Pun List] L --> M[Output: pun_list.txt] subgraph Research Tools E G end subgraph Pun Generation J K end subgraph Output Preparation L M end