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

Running Tesla Model 3 Computer on Desk with Salvaged Parts
A researcher successfully booted a Tesla Model 3's computer on a desk using parts from crashed cars, requiring a 12V power supply, touchscreen, and custom cabling. The setup revealed an internal network with SSH and web servers accessible at specific IP addresses.

Using Claude to Root a Trifo Lucy Vacuum and Build a Local Network Server
A developer used Claude to gain root access to a Trifo Lucy robot vacuum after manufacturer servers went down, involving soldering header pins and precise boot timing. Claude then helped create a server to provide basic control for unrooted devices on local networks.

OpenClaw Implementation for Logistics Company: Email Parsing and Status Updates
A developer configured OpenClaw for a small logistics company to automate email parsing, spreadsheet cross-referencing, and status updates, saving the owner 2-3 hours daily with minimal code.

Building a Discord Cat Monitoring Bot with ESP32-S3, MiniClaw, and Multimodal AI
A developer built a Discord bot using an ESP32-S3 Sense with MiniClaw that captures images or audio of their cat, sends them to Zhipu AI's VLM-4V model, and returns natural language descriptions instead of generic motion alerts.