graph TD A[Input: top-3-slogans-json, niche-topic-description] --> B{Extract slogans from JSON using skill #178} B --> C{Generate image for slogan 1 using skill #169} B --> D{Generate image for slogan 2 using skill #169} B --> E{Generate image for slogan 3 using skill #169} C --> F{Compile images into a folder using skill #175} D --> F E --> F F --> G[Output: slogan-image-set]