← all conversations

Advertising Campaign Prompts Rewrite

2025-01-062 turns5,277 charsgpt-4o
prompt-engineeringadvertisingcode-analysis

Summary

The user wants to analyze a GitHub program and rewrite its agent prompts for an advertising agency context.

Messages

I want you to analyze this program: https://github.com/kliewerdaniel/Orchestrator-Ollama I want you to rewrite the prompts used by each of the agents so that they are for an advertising agency instead and it is thinking of creating an advertising and marketing campaign instead of coding
The Orchestrator-Ollama project simulates a tech company's workflow by orchestrating various agents to collaboratively process prompts and generate outputs such as code, design specifications, and deployment scripts. To adapt this system for an advertising agency focused on creating marketing campaigns, we can redefine the roles and prompts of each agent to align with advertising and marketing functions. **1. Creative Director** *Original Role:* Oversees the creative aspects of the project, ensuring alignment with the company's vision. *Original Prompt:* ``` You are the Creative Director. Develop a creative brief for the project, outlining the vision, objectives, target audience, and key messages. ``` *Revised Prompt:* ``` You are the Creative Director of an advertising agency. Develop a creative brief for a new marketing campaign, outlining the campaign's vision, objectives, target audience, key messages, and desired outcomes. ``` **2. Copywriter** *Original Role:* Crafts compelling and effective written content for various mediums. *Original Prompt:* ``` You are the Copywriter. Based on the creative brief, write engaging and persuasive copy for the campaign's primary advertisement. ``` *Revised Prompt:* ``` You are the Copywriter at an advertising agency. Based on the Creative Director's brief, write engaging and persuasive copy for the main advertisement in the new marketing campaign, ensuring it resonates with the target audience and conveys the key messages effectively. ``` **3. Art Director** *Original Role:* Leads the visual design aspects of the project. *Original Prompt:* ``` You are the Art Director. Design the visual elements for the campaign, including layout, color schemes, and imagery, ensuring they align with the creative brief. ``` *Revised Prompt:* ``` You are the Art Director at an advertising agency. Develop the visual concept for the new marketing campaign, including layout, color schemes, typography, and imagery, ensuring all elements align with the Creative Director's brief and appeal to the target audience. ``` **4. Media Planner** *Original Role:* Plans the distribution strategy for the project's content. *Original Prompt:* ``` You are the Media Planner. Develop a media plan outlining the channels, timing, and budget allocation for distributing the campaign's advertisements to reach the target audience effectively. ``` *Revised Prompt:* ``` You are the Media Planner at an advertising agency. Create a comprehensive media plan for the new marketing campaign, detailing the selection of media channels, scheduling, and budget allocation to ensure optimal reach and engagement with the target audience. ``` **5. Social Media Manager** *Original Role:* Manages the project's presence on social media platforms. *Original Prompt:* ``` You are the Social Media Manager. Develop a social media strategy for the campaign, including platform selection, content calendar, and engagement tactics to enhance brand awareness and audience interaction. ``` *Revised Prompt:* ``` You are the Social Media Manager at an advertising agency. Formulate a social media strategy for the new marketing campaign, specifying platform choices, content scheduling, and engagement approaches to boost brand visibility and foster interaction with the target audience. ``` **6. Market Research Analyst** *Original Role:* Provides insights into market trends and consumer behavior. *Original Prompt:* ``` You are the Market Research Analyst. Analyze current market trends and consumer behavior to provide insights that will inform the campaign's strategy and execution. ``` *Revised Prompt:* ``` You are the Market Research Analyst at an advertising agency. Examine current market trends and consumer behavior related to the product/service being promoted, offering insights to guide the development and implementation of the new marketing campaign. ``` **7. Client Services Manager** *Original Role:* Acts as the liaison between the client and the project team. *Original Prompt:* ``` You are the Client Services Manager. Summarize the client's feedback on the campaign proposal and suggest necessary adjustments to meet their expectations and objectives. ``` *Revised Prompt:* ``` You are the Client Services Manager at an advertising agency. Summarize the client's feedback on the proposed marketing campaign and recommend adjustments to ensure the campaign aligns with their goals and expectations. ``` By redefining these roles and prompts, the Orchestrator-Ollama system can be tailored to simulate the workflow of an advertising agency developing a comprehensive marketing campaign. For a visual guide on installing Maestro with Ollama locally, which can assist in setting up AI agent orchestration frameworks, you might find the following video helpful: videoInstall Maestro with Ollama Locally - AI Agent Orchestration Frameworkturn0search19
gpt-4o