An open API service indexing awesome lists of open source software.

https://github.com/kemal7-ai/custom-gpt-playbook

A curated guide to building, prompting, and integrating custom GPTs for creative and marketing professionals.
https://github.com/kemal7-ai/custom-gpt-playbook

List: custom-gpt-playbook

advertising-technology awesome-list custom-gpt generative-ai gpt gpt-4o marketing-automation mobile-application mobile-first playbook prompt-engineering

Last synced: about 21 hours ago
JSON representation

A curated guide to building, prompting, and integrating custom GPTs for creative and marketing professionals.

Awesome Lists containing this project

README

          

# Custom GPT Playbook for Creatives & Marketers 🚀

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

A curated guide and collection of resources for building, prompting, and integrating high-impact Custom GPTs, with a special focus on advertising, marketing, and creative workflows. As a Director of Creative Team working at the intersection of technology and advertising, I created this playbook to bridge the gap between AI's potential and practical, real-world creative application.

---

## Contents
- [🌟 Inspiring Custom GPTs](#-inspiring-custom-gpts)
- [🛠️ Prompt Engineering Techniques](#️-prompt-engineering-techniques)
- [🔌 Action & API Integration Guides](#-action--api-integration-guides)
- [🎯 GPT Strategies for Marketing & Advertising](#-gpt-strategies-for-marketing--advertising)
- [🔧 Tools & Helper Libraries](#-tools--helper-libraries)
- [📄 Must-Read Articles & Whitepapers](#-must-read-articles--whitepapers)
- [🤝 How to Contribute](#-how-to-contribute)
- [📜 License](#-license)

## 🌟 Inspiring Custom GPTs
*A collection of powerful and creative GPTs that showcase what's possible.*

- **[Educational Bedtime Stories](https://chatgpt.com/g/g-YbbPWAyOa-educational-bedtime-stories)** - **My Take:** A personal project I designed and developed to transform children's bedtime into an imaginative learning adventure. It's an exploration of how Generative AI can be used for positive, ethical, and creative storytelling for families.
- **[Unique History Explorer](https://chatgpt.com/g/g-nnAKedEfO-unique-history-explorer)** - **My Take:** Another personal project that combines historical storytelling with AI-driven visual creation. This GPT makes history accessible and engaging by sharing lesser-known facts accompanied by hyper-realistic images, showcasing the potential of AI in digital humanities and content creation.
- **[Image to Text Explainer](https://chatgpt.com/g/g-dsoafWXfV-image-to-text)** - **My Take:** I developed this 'Image to Text' GPT as a versatile utility for digital professionals. Its primary function is to create clear, objective descriptions for crucial tasks like generating SEO-friendly alt-text to improve web accessibility (a11y), or for analytically deconstructing visual content in creative projects. It's a practical demonstration of applying multi-modal AI to enhance both digital inclusivity and workflow efficiency.
- **My Agency's Internal GPT** - **My Take:** The core tool I developed to automate our creative briefing process, directly resulting in a 30% reduction in project turnaround time. A full case study is available within my evidence portfolio.

## 🛠️ Prompt Engineering Techniques
*Resources to master the art of talking to machines.*

- **[Awesome Prompting Techniques on GitHub](https://github.com/prompt-engineering/awesome-prompt-engineering)** - **My Take:** A concise reference of prompt patterns, including few-shot, chain-of-thought, and iterative prompting.
- **[Prompt Engineering Guide by OpenAI](https://platform.openai.com/docs/guides/prompt-engineering)** - **My Take:** Official best practices covering system messages, role separation, and context management.

## 🔌 Action & API Integration Guides
*Guides on connecting your GPTs to the outside world to perform real tasks.*

- **[Zapier + OpenAI Integration Guide](https://zapier.com/apps/openai/integrations)** - **My Take:** Step-by-step automation for sending GPT-generated outputs into Slack, Gmail, or other apps.
- **[Building Actions for Custom GPTs by OpenAI](https://platform.openai.com/docs/guides/gpts/actions)** - **My Take:** Detailed walkthrough on defining, hosting, and deploying custom actions.

## 🎯 GPT Strategies for Marketing & Advertising
*Actionable strategies and prompt templates tailored for the creative industry. This section is my special contribution.*

- **Strategy: Persona-Based Ad Copy Generation**
- **Description:** How to instruct a GPT to adopt different customer personas for targeted messaging.
- **Prompt Template:**
```
Act as a [Persona Name], a [demographic description]. Your goal is to react to the following product: [Product Description]. Write three pieces of ad copy that would convince you to click.
```
- **Strategy: A/B Creative Variant Generation**
- **Description:** Use a GPT to produce multiple ad design briefs and copy variations for systematic A/B testing.
- **Prompt Template:**
```
Given the campaign goal: [Goal], create 4 distinct ad concepts with a headline, body text, and visual mood description for each.
```

## 🔧 Tools & Helper Libraries
*Tools that make the GPT creation process easier.*

- **[LangChain](https://github.com/hwchase17/langchain)** - **My Take:** Simplifies building multi-step GPT workflows with chains, agents, and memory persistence.
- **[GPTCache](https://github.com/zilliztech/GPTCache)** - **My Take:** Local caching layer to reduce API calls and speed up repetitive queries.

## 📄 Must-Read Articles & Whitepapers
*Seminal texts and recent analyses on the state of Generative AI.*

- **[Attention Is All You Need (Google Research)](https://arxiv.org/abs/1706.03762)** - **My Take:** The foundational Transformer paper; understanding it is key to grasping GPT capabilities.
- **[The State of GPT-4 by OpenAI](https://openai.com/research/gpt-4)** - **My Take:** OpenAI's overview of GPT-4 strengths, limitations, and future directions.

## 🤝 How to Contribute
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first. Feel free to open issues or submit pull requests to add new GPT examples, resources, and best practices.

## 📜 License
This project is licensed under the [MIT License](LICENSE).