Using Claude as a Creative Director in a Sticker Generation Pipeline

A developer on r/ClaudeAI shared a practical implementation using Claude as the creative brain in a sticker generation pipeline. The system creates personalized cartoon sticker packs from user-uploaded photos.
How Claude Functions in the Pipeline
When users upload photos (like pictures of their dog), Claude performs three specific tasks:
- Analyzes the photo content: identifies breed, distinctive features, and expressions
- Generates nine different sticker concepts (happy, sleeping, excited, etc.)
- Writes detailed prompts for each sticker that an image model can follow
Essentially, Claude acts as a creative director that examines reference photos and determines what would make good stickers.
Why This Approach Works
The developer tried skipping Claude and going straight to image generation with basic prompts like "cartoon dog sticker happy," but the results were generic. With Claude in the pipeline, the system picks up on specific details like "golden retriever with one ear that flops differently" and incorporates these unique characteristics into the prompts. The generated stickers actually resemble the user's specific dog rather than producing generic cartoon dogs.
Example Prompts Claude Generates
Claude writes surprisingly specific prompts such as:
"cartoon sticker of a golden retriever with asymmetrical floppy ears, excited expression, tongue out, white outline, transparent background, kawaii style"Limitations Encountered
The developer noted that sometimes Claude gets too creative and writes prompts that the image model cannot actually follow. This required adding some guardrails to the system.
The developer asked the community about other use cases where people are using Claude as a prompt-writer for other models.
📖 Read the full source: r/ClaudeAI
👀 See Also

Non-Coder Builds Multiplayer Game on Steam Using Claude AI — 60k Lines, 5 Factions, 87 Abilities
A Reddit user with zero coding experience built a full multiplayer game (60k lines, 5 factions, 87 abilities) using Claude AI and got it approved on Steam. Early Access June 1.

Siri Integrated with Claude Code via Telegram Bot for Personal AI Assistant
A developer built a personal AI assistant called Snoopy that connects Siri to Claude Code via a Telegram bot, enabling voice commands with persistent memory and integrations to Mac, Spotify, WhatsApp, iMessage, Calendar, browser, and files.

Wildlife Rescuer Uses Claude AI for Baby Squirrel Care Book and Interactive Chat Bot
A wildlife rescuer with 38 years of experience is using Claude AI to refine a 300-page book on baby squirrel care and has coded an interactive chat bot named Hazel to assist other rescuers. The rescuer is now testing Claude's capabilities by having it track and journal the progress of a baby squirrel named Nova.

Claude Time Travel Game Evolves from Prompt to Full Deployed System
A Reddit user describes evolving a time travel RPG prompt in Claude into a complex system over 40 days, adding YAML state files, 50+ NPCs, event triggers, and eventually deploying it on Fly with a database and custom MCP server for cross-platform access.