Skip to content
FlowHubFluxonLab
A
AI Automationfree

Creative Design Agency Simulation with OpenAI O3 and GPT-4.1-mini Multi-Agent

by Yaron Beenadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentAI Agent ToolAI Agent ToolOpenAI Chat ModelOpenAI Chat ModelThink ToolThink Tool
Share Post Share
ChWhen chat message receivedWhen chat messa…AgCreative Director AgentCreative Direct…TTThinkATGraphic DesignerATUI/UX DesignerATBrand StrategistATMotion Graphics DesignerMotion Graphics…ATWeb DesignerATCreative CopywriterCreative Copywr…OpenAI Chat Model DirectorOpenAI Chat Mod…OpenAI Chat Model1OpenAI Chat Mod…OpenAI Chat Model2OpenAI Chat Mod…OpenAI Chat Model3OpenAI Chat Mod…OpenAI Chat Model4OpenAI Chat Mod…OpenAI Chat Model5OpenAI Chat Mod…OpenAI Chat Model6OpenAI Chat Mod…123456789101112131415
1/5
STEPS · 15
Starts from a chat message

Creative Design Agency Simulation with OpenAI O3 and GPT-4.1-mini Multi-Agent Team This n8n workflow simulates a full-service creative agency powered by AI. At the center is a Creative Director Agent (O3 model) who takes client requests, plans the creative direction, and delegates work to a specialized design team. Each specialist runs on GPT-4.1-mini, keeping execution fast and cost-efficient. 🟢 Section 1 – Entry & Strategic Leadership Nodes: 💬 When chat message received → Entry point, listens for design briefs. 🎨 Creative Director Agent (O3) → The “agency head” who interprets requirements and decides which specialists to involve. 💡 Think Tool → Helps the Director brainstorm, evaluate alternatives, and refine direction. 🧠 OpenAI Chat Model Director (O3) → Strategic reasoning engine for the Director. ✅ Benefit for beginners: Think of this as the project manager’s desk — you submit a design request, and the Director figures out how to make it happen. ✍️ Section 2 – Core Creative Specialists Nodes: 🖼️ Graphic Designer → Logos, visual identity, print, packaging. 📱 UI/UX Designer → Wireframes, prototypes, interaction design.

Tags

n8nreference-onlyagentagent-toollm-chat-open-aitool-think
Connects
AAI AgentaiagenttoolAI Agent ToolopenaichatmodelOpenAI Chat ModelthinktoolThink Tool
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes16
AddedAug 2, 2025

Related workflows

See all AI Automation
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
ACWopenaichatmodel
free

Manage Google and Trustpilot reviews with OpenAI and Slack

Quick overview This workflow runs hourly to fetch new Google Business Profile and Trustpilot reviews, deduplicates them, uses OpenAI via a LangChain agent to draft sentiment-aware replies, escalates negative reviews in Slack, and routes positive replies to Slack for approval before posting the reply back to Trustpilot. How it works Runs every hour on a schedule. Fetches the latest reviews from the Google Business Profile API and the Trustpilot API and combines the results. Deduplicates reviews by tracking previously seen review IDs in workflow static data and stops if there are no new reviews. Processes each new review and uses OpenAI (via a LangChain agent) to generate structured JSON containing sentiment, a draft reply, and an optional suggested resolution. Sends negative reviews to a Slack channel for the owner along with the suggested resolution. Sends positive draft replies to Slack for one-tap approval (with a 24-hour timeout) and, if approved, publishes the reply to the Trustpilot API. Sends a Slack alert to the ops channel if the workflow errors. Setup Configure authentication and replace placeholders for the Google Business Profile reviews endpoint (account and location) i

by Redowan Ahmed Farhan