Original Reddit post

I’m trying to design a small automation pipeline and would love suggestions from people who’ve built similar workflows. Goal: automatically create social media carousels using Nano Banana 2 in Gemini, while keeping the design style consistent across every slide and across different carousels. My current idea is to break it into three workflows: Topic Discovery A workflow that finds good topics for carousel posts. Example: Content creation hacks, AI tools, productivity tips, etc. Content Generation Claude generates the actual carousel structure and text. For example: • Slide 1: Hook • Slides 2–6: Key points / tips • Final slide: CTA Image Generation (Gemini) Use Gemini (Nano Banana 2) to generate the carousel slides based on the content, while maintaining a consistent visual design template across all slides. What I’m trying to figure out: •How would you structure this inside Claude Code? •Best way to enforce consistent design across all generated slides? •Would you store a design prompt/template and reuse it for every image generation call? •Curious how others would architect this workflow or if there’s a better approach. submitted by /u/Sufficient_Hurry_363

Originally posted by u/Sufficient_Hurry_363 on r/ClaudeCode