1. Analyze chat logs using `analyze_chat.py` to generate `stats.json` and `simplified_chat.txt`.
2. Use AI to generate content based on `simplified_chat.txt` and `stats.json`, following the format in `ai_prompt.md`, and save as `ai_content.json`.
3. Generate the daily report image using `generate_report.py` with `stats.json` and `ai_content.json` as input.
4. Ensure the output file has a `.png` extension.
5. Verify the generated image has the correct resolution (430x932 @3x).
6. Review the final report for accuracy and visual appeal.