Skip to main content

AI Prompt Library

50+ optimized prompts for ChatGPT, Claude, and Gemini. Copy, customize, and get better AI results instantly.

✓ Copy & paste ready✓ Works with any AI✓ Free to use

Showing 50 of 50 prompts

marketingBeginner

Product Launch Email

Create compelling launch emails that drive conversions.

ChatGPTClaude
You are an expert email copywriter specializing in product launches.

**Task:** Write a product launch email.

**Requirements:**
1. Subject line (max 50 characters)
2. Opening hook that creates curiosity
3. 3 key benefits (not features)
4. Social proof element
5. Clear call-to-action

**Tone:** Excited but professional
**Length:** Under 200 words

**Product details:** [DESCRIBE YOUR PRODUCT]
Optimize
marketingAdvanced

Facebook Ad Copy Generator

Generate high-converting Facebook ad copy with hooks.

ChatGPTGPT-4
You are a Facebook ads specialist with expertise in direct response copywriting.

**Task:** Write 3 variations of Facebook ad copy.

**For each variation include:**
1. Attention-grabbing hook (first line)
2. Problem agitation
3. Solution presentation
4. Social proof hint
5. Clear CTA

**Constraints:**
- Primary text: 125 characters max
- Headline: 40 characters max
- Description: 30 characters max

**Product/Service:** [YOUR OFFER]
**Target audience:** [DESCRIBE AUDIENCE]
Optimize
marketingAdvanced

Landing Page Copy Framework

Structure persuasive landing page copy that converts visitors.

ClaudeGPT-4
You are a conversion copywriter who has written landing pages for 7-figure launches.

**Task:** Write landing page copy using the PAS framework.

**Sections needed:**
1. Headline (benefit-driven, under 10 words)
2. Subheadline (clarify the offer)
3. Problem section (3 pain points)
4. Agitation (make the problem feel urgent)
5. Solution (your offer as the answer)
6. Benefits (5 bullet points)
7. Social proof section
8. FAQ (3 common objections)
9. CTA section

**Product:** [DESCRIBE]
**Target customer:** [DESCRIBE]
Optimize
marketingAdvanced

Welcome Email Sequence

Create a 5-email welcome sequence for new subscribers.

ChatGPTClaude
You are an email marketing strategist.

**Task:** Create a 5-email welcome sequence.

**Email 1 (Day 0):** Welcome + deliver lead magnet
**Email 2 (Day 1):** Share your story/mission
**Email 3 (Day 3):** Provide value (tip/resource)
**Email 4 (Day 5):** Case study or testimonial
**Email 5 (Day 7):** Soft pitch your offer

**For each email provide:**
- Subject line
- Preview text
- Email body (150-200 words)
- CTA

**Business:** [YOUR BUSINESS]
**Lead magnet:** [WHAT THEY SIGNED UP FOR]
Optimize
marketingBeginner

Brand Voice Guidelines

Define your brand voice for consistent messaging.

ClaudeChatGPT
You are a brand strategist.

**Task:** Create comprehensive brand voice guidelines.

**Include:**
1. **Voice attributes** (3-4 adjectives that describe tone)
2. **Do's** (5 communication practices)
3. **Don'ts** (5 things to avoid)
4. **Example phrases** (10 on-brand expressions)
5. **Messaging pillars** (3 core themes)
6. **Audience adaptation** (how voice shifts for different segments)

**Brand name:** [NAME]
**Industry:** [INDUSTRY]
**Target audience:** [DESCRIBE]
**Brand personality:** [DESCRIBE IN 2-3 SENTENCES]
Optimize
marketingAdvanced

Competitor Analysis Framework

Analyze competitors and find market opportunities.

GPT-4Claude
You are a market research analyst.

**Task:** Create a competitor analysis framework.

**For each competitor, analyze:**
1. **Positioning** - How they describe themselves
2. **Messaging** - Key phrases and value props
3. **Pricing** - Structure and tiers
4. **Strengths** - What they do well
5. **Weaknesses** - Gaps and complaints
6. **Audience** - Who they target

**Then provide:**
- Market gap opportunities
- Differentiation strategies
- Messaging angles to test

**Your business:** [DESCRIBE]
**Competitors:** [LIST 3-5 COMPETITORS]
Optimize
marketingBeginner

Press Release Template

Write newsworthy press releases that get picked up.

ChatGPTClaude
You are a PR specialist.

**Task:** Write a press release.

**Structure:**
1. **Headline** (newsworthy, under 100 characters)
2. **Subheadline** (supporting detail)
3. **Dateline** (city, date)
4. **Lead paragraph** (who, what, when, where, why)
5. **Body paragraphs** (2-3 with quotes)
6. **Boilerplate** (about the company)
7. **Contact information**

**Announcement:** [WHAT'S THE NEWS]
**Company:** [NAME AND BRIEF DESCRIPTION]
**Quote from:** [SPOKESPERSON NAME AND TITLE]
Optimize
programmingAdvanced

React Component with TypeScript

Generate production-ready React components.

ClaudeGPT-4
You are a senior React developer.

**Task:** Create a production-ready React component.

**Requirements:**
1. TypeScript with proper type definitions
2. Functional component with hooks
3. Proper prop validation
4. Handle loading, error, and empty states
5. Include ARIA labels for accessibility

**Deliverables:**
1. Component code
2. TypeScript interfaces
3. Example usage
4. Brief explanation of decisions

**Component needed:** [DESCRIBE THE COMPONENT]
**Styling approach:** [Tailwind/CSS Modules/Styled-components]
Optimize
programmingAdvanced

API Integration with Error Handling

Build robust API integrations with retry logic.

ClaudeGPT-4
You are a senior backend developer.

**Task:** Create a robust API integration.

**Requirements:**
1. Async/await with proper error handling
2. Retry logic with exponential backoff
3. Request/response logging
4. Rate limiting handling
5. Timeout handling
6. Environment variables for secrets

**Deliverables:**
1. Complete integration code
2. TypeScript types
3. Example usage
4. Error handling guide

**API:** [WHICH API]
**Language:** [JS/TS/Python]
**Endpoints needed:** [LIST ENDPOINTS]
Optimize
programmingBeginner

Complex SQL Query Builder

Generate optimized SQL queries with explanations.

ChatGPTClaude
You are a database expert.

**Task:** Write an optimized SQL query.

**Provide:**
1. The complete SQL query
2. Explanation of each part
3. Performance considerations
4. Index recommendations
5. Alternative approaches if applicable

**Database:** [PostgreSQL/MySQL/SQLite]
**Tables:** [DESCRIBE YOUR SCHEMA]
**Query goal:** [WHAT DATA DO YOU NEED]
Optimize
programmingBeginner

Code Review Assistant

Get thorough code reviews with actionable feedback.

ClaudeGPT-4
You are a senior engineer conducting a code review.

**Task:** Review the provided code thoroughly.

**Check for:**
1. **Bugs** - Logic errors, edge cases
2. **Security** - Vulnerabilities, injection risks
3. **Performance** - Inefficiencies, memory leaks
4. **Readability** - Naming, structure, comments
5. **Best practices** - Design patterns, DRY, SOLID

**Format your response as:**
- 🔴 Critical issues
- 🟡 Suggestions
- 🟢 What's done well
- Refactored code (if needed)

**Code to review:**
```
[PASTE YOUR CODE]
```
Optimize
programmingBeginner

Regex Pattern Generator

Generate and explain regex patterns for any use case.

ChatGPTClaude
You are a regex expert.

**Task:** Create a regex pattern.

**Provide:**
1. The regex pattern
2. Step-by-step explanation of each part
3. Test cases (5 matching, 3 non-matching)
4. Common edge cases to consider
5. Variations for different regex flavors if needed

**Language/Environment:** [JavaScript/Python/etc.]
**What to match:** [DESCRIBE PATTERN]
**Examples of valid input:** [PROVIDE EXAMPLES]
Optimize
programmingAdvanced

Unit Test Generator

Generate comprehensive unit tests for your code.

ClaudeGPT-4
You are a testing specialist.

**Task:** Write comprehensive unit tests.

**Include:**
1. Happy path tests
2. Edge case tests
3. Error handling tests
4. Boundary condition tests
5. Mock setup where needed

**Format:**
- Clear test descriptions
- Arrange-Act-Assert structure
- Comments explaining test reasoning

**Testing framework:** [Jest/Pytest/etc.]
**Code to test:**
```
[PASTE YOUR CODE]
```
Optimize
programmingBeginner

Python Automation Script

Create Python scripts for task automation.

ChatGPTClaude
You are a Python automation expert.

**Task:** Create an automation script.

**Requirements:**
1. Clean, documented code
2. Error handling with logging
3. Configuration via environment variables
4. Progress indicators for long operations
5. Graceful shutdown handling

**Deliverables:**
1. Complete script
2. requirements.txt
3. Usage instructions
4. Example .env file

**Automation goal:** [WHAT TO AUTOMATE]
**Input/Output:** [DESCRIBE DATA FLOW]
Optimize
bloggingBeginner

SEO-Optimized Blog Post

Write blog posts that rank and engage readers.

ChatGPTClaude
You are a content writer for top publications.

**Task:** Write an SEO-optimized blog post.

**Requirements:**
1. Length: 1,200-1,500 words
2. Compelling headline with power words
3. Hook addressing pain points in paragraph 1
4. H2/H3 subheadings for scannability
5. 3-5 actionable tips with examples
6. Personal anecdote or case study
7. Memorable takeaway and CTA

**SEO:**
- Meta description (155 chars)
- Natural keyword integration
- Internal linking suggestions

**Topic:** [YOUR TOPIC]
**Target keyword:** [MAIN KEYWORD]
**Audience:** [DESCRIBE]
Optimize
bloggingBeginner

Blog Post Outline Generator

Create detailed outlines before writing.

ChatGPTClaude
You are a content strategist.

**Task:** Create a detailed blog post outline.

**Include:**
1. **Working title** (3 options)
2. **Hook/Introduction** (2-3 sentences)
3. **Main sections** (4-6 H2 headings)
   - Key points for each
   - Supporting data/examples needed
4. **Conclusion** summary points
5. **CTA** suggestion
6. **Internal link** opportunities
7. **Keyword** placement notes

**Topic:** [YOUR TOPIC]
**Target audience:** [DESCRIBE]
**Goal:** [Inform/Persuade/Entertain]
Optimize
bloggingBeginner

Engaging Listicle Format

Write listicles that keep readers scrolling.

ChatGPTGemini
You are a viral content writer.

**Task:** Write an engaging listicle.

**Structure:**
1. **Headline** with number and benefit
2. **Intro** (50-75 words) with promise
3. **List items** (each with):
   - Bold subheading
   - 50-100 word explanation
   - Practical example
   - Pro tip where relevant
4. **Conclusion** with key takeaway

**Topic:** [YOUR TOPIC]
**Number of items:** [5-15]
**Audience:** [DESCRIBE]
Optimize
bloggingBeginner

Step-by-Step How-To Guide

Create comprehensive tutorial content.

ClaudeChatGPT
You are a technical writer.

**Task:** Write a step-by-step how-to guide.

**Structure:**
1. **Title** (How to + Result)
2. **Overview** - What readers will achieve
3. **Prerequisites** - What they need before starting
4. **Time estimate**
5. **Steps** (each with):
   - Clear action heading
   - Detailed instructions
   - Screenshot/visual suggestions
   - Common mistakes to avoid
6. **Troubleshooting** section
7. **Next steps** recommendations

**Topic:** [WHAT TO TEACH]
**Skill level:** [Beginner/Intermediate/Advanced]
Optimize
bloggingAdvanced

Case Study Blog Post

Turn results into compelling case study content.

ClaudeGPT-4
You are a business writer.

**Task:** Write a case study blog post.

**Structure:**
1. **Headline** with specific result
2. **The Challenge** - What problem existed
3. **The Solution** - What was implemented
4. **The Process** - How it was done
5. **The Results** - Specific metrics
6. **Key Takeaways** - Lessons learned
7. **CTA** - How readers can get similar results

**Include:**
- Direct quotes (you can fabricate realistic ones)
- Before/after comparisons
- Timeline of events

**Subject:** [COMPANY/PROJECT]
**Results:** [KEY METRICS]
Optimize
bloggingAdvanced

Content Repurposing Framework

Turn one piece of content into multiple formats.

ChatGPTClaude
You are a content strategist.

**Task:** Repurpose content into multiple formats.

**From the source content, create:**
1. **Twitter thread** (8-10 tweets)
2. **LinkedIn post** (1,200 characters)
3. **Email newsletter** snippet (200 words)
4. **Instagram carousel** outline (8-10 slides)
5. **YouTube script** outline (key points for 5-min video)
6. **Podcast talking points**

**Source content:**
[PASTE YOUR BLOG POST OR ARTICLE]
Optimize
social mediaBeginner

LinkedIn Thought Leadership

Write LinkedIn posts that build authority.

ChatGPTClaude
You are a LinkedIn content creator with 100K+ followers.

**Task:** Write a thought leadership post.

**Structure:**
1. **Hook** (first line that stops the scroll)
2. **Story/Insight** (personal experience or observation)
3. **Lesson** (key takeaway)
4. **Actionable advice** (what readers can do)
5. **Engagement question** (end with a question)

**Format:**
- Short paragraphs (1-2 sentences)
- Line breaks for readability
- 1,200-1,500 characters
- 3-5 relevant hashtags

**Topic:** [YOUR TOPIC]
**Your perspective:** [WHAT'S YOUR TAKE]
Optimize
social mediaBeginner

Viral Twitter Thread

Create threads that get engagement and followers.

ChatGPTGemini
You are a Twitter growth expert.

**Task:** Write a viral Twitter thread.

**Structure:**
1. **Tweet 1 (Hook):** Bold claim or promise
2. **Tweets 2-9:** Deliver value with:
   - One idea per tweet
   - Examples and specifics
   - Mix of text-only and visual suggestions
3. **Tweet 10:** Summary + CTA

**Rules:**
- Each tweet under 280 characters
- Use "↓" or thread emoji for continuity
- Include 2-3 hashtags only on first and last tweet

**Topic:** [YOUR TOPIC]
**Target audience:** [DESCRIBE]
Optimize
social mediaBeginner

Instagram Caption with Hook

Write captions that boost engagement.

ChatGPTClaude
You are an Instagram content creator.

**Task:** Write an engaging Instagram caption.

**Structure:**
1. **Hook** (first line visible before "more")
2. **Value/Story** (2-3 short paragraphs)
3. **CTA** (encourage specific action)
4. **Hashtags** (mix of popular and niche, 15-20)

**Tone options:** [Professional/Playful/Inspirational/Educational]
**Include:** Relevant emojis naturally placed

**Post topic:** [WHAT'S THE POST ABOUT]
**Account niche:** [YOUR NICHE]
Optimize
social mediaAdvanced

Social Media Content Calendar

Plan a month of strategic social content.

ClaudeGPT-4
You are a social media strategist.

**Task:** Create a 4-week content calendar.

**For each week provide:**
- 5 post ideas across platforms
- Content type (carousel, video, text, story)
- Best posting day/time
- Hashtag sets
- Engagement hook

**Content pillars to cover:**
1. Educational (40%)
2. Entertaining (20%)
3. Inspirational (20%)
4. Promotional (20%)

**Platforms:** [LIST PLATFORMS]
**Industry:** [YOUR INDUSTRY]
**Goals:** [Awareness/Engagement/Sales]
Optimize
social mediaAdvanced

YouTube Video Script

Write scripts that retain viewers.

ChatGPTClaude
You are a YouTube scriptwriter.

**Task:** Write a YouTube video script.

**Structure:**
1. **Hook** (0-15 sec): Pattern interrupt
2. **Intro** (15-30 sec): What they'll learn
3. **Content sections** with timestamps
4. **B-roll suggestions** in [brackets]
5. **Engagement prompts** (like, subscribe, comment)
6. **Outro** with CTA

**Include:**
- Conversational tone
- Retention hooks every 2-3 minutes
- Visual/graphic suggestions

**Video topic:** [YOUR TOPIC]
**Target length:** [X MINUTES]
Optimize
social mediaBeginner

TikTok Video Hook Ideas

Generate scroll-stopping TikTok hooks.

ChatGPTGemini
You are a TikTok content strategist.

**Task:** Generate 10 TikTok video hooks.

**For each hook provide:**
1. Opening line (first 3 seconds)
2. Visual suggestion
3. Full video concept (15-60 sec)
4. Trending sound suggestion
5. Hashtags (5 per video)

**Hook styles to include:**
- Controversial take
- "Wait for it" tease
- Tutorial format
- Storytelling
- Duet/stitch opportunity

**Niche:** [YOUR NICHE]
**Goal:** [Awareness/Followers/Sales]
Optimize
businessAdvanced

Winning Business Proposal

Write proposals that close deals.

ClaudeGPT-4
You are a business consultant.

**Task:** Write a business proposal.

**Structure:**
1. **Executive Summary** (1 paragraph)
2. **Problem Statement** (client challenges)
3. **Proposed Solution** (your approach)
4. **Deliverables & Timeline** (specific milestones)
5. **Investment** (pricing with justification)
6. **Why Us** (differentiators)
7. **Next Steps** (clear CTA)

**Guidelines:**
- Use "you" language
- Include specific metrics
- Short paragraphs (3-4 sentences)

**Service:** [YOUR SERVICE]
**Client:** [DESCRIBE CLIENT]
Optimize
businessBeginner

Productive Meeting Agenda

Structure meetings that achieve outcomes.

ChatGPTGemini
You are an executive assistant.

**Task:** Create a meeting agenda.

**Include:**
1. **Meeting header** (title, date, attendees, objective)
2. **Pre-meeting** requirements
3. **Agenda items** with:
   - Topic name
   - Owner/presenter
   - Time allocation
   - Desired outcome (Decision/Discussion/Information)
4. **Action items** review section
5. **Next steps**

**Best practices:**
- Important items first
- Include 10% buffer time

**Meeting purpose:** [DESCRIBE]
**Duration:** [X MINUTES]
Optimize
businessAdvanced

SWOT Analysis Framework

Conduct strategic SWOT analysis.

ClaudeGPT-4
You are a business strategist.

**Task:** Conduct a SWOT analysis.

**For each quadrant, provide:**
- 5-7 specific points
- Brief explanation for each
- Priority ranking (High/Medium/Low)

**Then provide:**
1. **Key strategic insights**
2. **Recommended actions** for each quadrant
3. **Risk mitigation** strategies
4. **Opportunity prioritization** matrix

**Business:** [DESCRIBE YOUR BUSINESS]
**Industry:** [YOUR INDUSTRY]
**Current goals:** [WHAT YOU'RE TRYING TO ACHIEVE]
Optimize
businessBeginner

Compelling Job Description

Write job posts that attract top talent.

ChatGPTClaude
You are an HR specialist and employer branding expert.

**Task:** Write a job description that attracts A-players.

**Structure:**
1. **Headline** (role + exciting element)
2. **About Us** (company culture in 2-3 sentences)
3. **The Opportunity** (why this role matters)
4. **What You'll Do** (5-7 responsibilities)
5. **What You Bring** (must-haves vs nice-to-haves)
6. **What We Offer** (benefits, growth)
7. **How to Apply**

**Role:** [JOB TITLE]
**Company:** [BRIEF DESCRIPTION]
**Key requirements:** [LIST 3-5]
Optimize
businessBeginner

Performance Review Template

Write constructive performance feedback.

ClaudeChatGPT
You are an HR consultant.

**Task:** Write a performance review.

**Sections:**
1. **Summary** (overall assessment)
2. **Key achievements** (specific accomplishments)
3. **Strengths** (what they excel at)
4. **Areas for growth** (constructive feedback)
5. **Goals for next period** (SMART goals)
6. **Development recommendations**
7. **Overall rating** with justification

**Tone:** Constructive, specific, balanced

**Employee role:** [TITLE]
**Review period:** [TIMEFRAME]
**Key observations:** [NOTES]
Optimize
businessAdvanced

Investor Pitch Deck Outline

Structure compelling investor presentations.

GPT-4Claude
You are a startup advisor.

**Task:** Create a pitch deck outline with talking points.

**Slides:**
1. **Title** (company + tagline)
2. **Problem** (pain point with data)
3. **Solution** (your approach)
4. **Market** (TAM/SAM/SOM)
5. **Product** (how it works)
6. **Traction** (metrics, milestones)
7. **Business model** (how you make money)
8. **Competition** (positioning)
9. **Team** (why you'll win)
10. **The Ask** (funding + use of funds)

**Company:** [DESCRIBE]
**Stage:** [Pre-seed/Seed/Series A]
Optimize
productivityBeginner

Weekly Planning Template

Plan productive weeks with clear priorities.

ChatGPTClaude
You are a productivity coach.

**Task:** Create a weekly planning framework.

**Include:**
1. **Weekly review** (last week's wins and lessons)
2. **Top 3 priorities** for the week
3. **Daily focus areas** (Mon-Fri)
4. **Time blocks** for deep work
5. **Meetings and commitments**
6. **Self-care activities** scheduled
7. **Weekly theme** or intention

**Provide:**
- Template structure
- Example filled out
- Tips for staying on track

**My role:** [YOUR JOB/SITUATION]
**Key responsibilities:** [LIST MAIN AREAS]
Optimize
productivityBeginner

SMART Goal Framework

Set and track achievable goals.

ChatGPTClaude
You are a goal-setting expert.

**Task:** Help me create SMART goals.

**For each goal, provide:**
1. **Specific** - Exactly what to achieve
2. **Measurable** - How to track progress
3. **Achievable** - Required resources/steps
4. **Relevant** - Why this matters
5. **Time-bound** - Deadline and milestones

**Also include:**
- Potential obstacles
- Accountability measures
- Weekly action items
- Success metrics

**Goal area:** [DESCRIBE]
**Timeframe:** [3 months/6 months/1 year]
**Current situation:** [WHERE YOU ARE NOW]
Optimize
productivityAdvanced

Decision-Making Matrix

Make better decisions with structured analysis.

ClaudeGPT-4
You are a decision-making consultant.

**Task:** Create a decision matrix.

**Steps:**
1. **Define criteria** (5-7 factors that matter)
2. **Weight criteria** (importance 1-10)
3. **Score options** against each criterion
4. **Calculate weighted scores**
5. **Sensitivity analysis** (what if weights change)

**Output:**
- Completed matrix table
- Clear recommendation
- Risk assessment for top choice
- Implementation next steps

**Decision to make:** [DESCRIBE]
**Options being considered:** [LIST OPTIONS]
**Key constraints:** [TIME/BUDGET/OTHER]
Optimize
productivityBeginner

Habit Building System

Design habits that stick using behavioral science.

ChatGPTClaude
You are a behavioral psychologist specializing in habit formation.

**Task:** Create a habit-building plan.

**Include:**
1. **Habit stacking** - Link to existing habits
2. **Cue design** - Environmental triggers
3. **2-minute version** - Smallest starting point
4. **Reward system** - Immediate reinforcement
5. **Tracking method** - Simple measurement
6. **Failure protocol** - How to recover
7. **Escalation plan** - How to level up

**Habit to build:** [DESCRIBE]
**Current routine:** [DAILY SCHEDULE]
**Past attempts:** [WHAT HASN'T WORKED]
Optimize
productivityAdvanced

Time Audit Analysis

Analyze how you spend time and optimize.

ClaudeChatGPT
You are a time management consultant.

**Task:** Conduct a time audit analysis.

**Analyze:**
1. **Time categories** (work, meetings, admin, etc.)
2. **Energy patterns** (high/low energy times)
3. **Time wasters** identified
4. **ROI activities** (highest value tasks)
5. **Delegation candidates**

**Provide:**
- Ideal schedule template
- Time blocking recommendations
- Meeting optimization tips
- Automation opportunities

**Current schedule:** [DESCRIBE TYPICAL DAY]
**Pain points:** [WHAT'S NOT WORKING]
**Goals:** [WHAT YOU WANT MORE TIME FOR]
Optimize
productivityBeginner

Professional Email Templates

Write emails faster with proven templates.

ChatGPTClaude
You are a business communication expert.

**Task:** Create 5 professional email templates.

**Templates needed:**
1. **Follow-up** after meeting
2. **Request** for information
3. **Decline** politely
4. **Introduction** to new contact
5. **Thank you** for opportunity

**For each template include:**
- Subject line options
- Email body
- [PLACEHOLDER] for customization
- Professional sign-off

**Tone:** [Professional/Friendly/Formal]
**Industry:** [YOUR INDUSTRY]
Optimize
educationBeginner

Engaging Lesson Plan

Create lesson plans with multiple learning modalities.

ChatGPTClaude
You are an instructional designer.

**Task:** Create an engaging lesson plan.

**Components:**
1. **Learning objectives** (Bloom's Taxonomy)
2. **Materials needed**
3. **Lesson hook** (5 min)
4. **Direct instruction** (15 min)
5. **Guided practice** (15 min)
6. **Independent practice** (15 min)
7. **Assessment** method
8. **Differentiation** strategies
9. **Extension activities**

**Subject:** [TOPIC]
**Grade level:** [GRADE]
**Duration:** [X MINUTES]
**Standards:** [IF APPLICABLE]
Optimize
educationBeginner

Comprehensive Study Guide

Create study materials optimized for retention.

ClaudeChatGPT
You are an educational content specialist.

**Task:** Create a study guide.

**Include:**
1. **Overview** (topic summary)
2. **Core concepts** with examples
3. **Visual aids** suggestions
4. **Active recall questions** (10-15)
5. **Mnemonics** for key facts
6. **Practice problems** with solutions
7. **Quick reference** sheet
8. **Common misconceptions**

**Subject:** [TOPIC]
**Level:** [High school/College/Professional]
**Exam date:** [IF APPLICABLE]
Optimize
educationBeginner

Explain Like I'm 5

Break down complex concepts simply.

ChatGPTClaude
You are an expert teacher known for simple explanations.

**Task:** Explain a complex concept simply.

**Structure:**
1. **One-sentence summary** (5-year-old level)
2. **Analogy** (real-world comparison)
3. **Step-by-step breakdown**
4. **Visual description** (how to illustrate it)
5. **Why it matters** (practical relevance)
6. **Common confusions** clarified
7. **Next concepts** to learn

**Concept:** [WHAT TO EXPLAIN]
**Audience level:** [Complete beginner/Some background/Technical]
Optimize
educationBeginner

Quiz Question Generator

Create varied quiz questions for any topic.

ChatGPTClaude
You are an assessment specialist.

**Task:** Generate quiz questions.

**Create:**
1. **Multiple choice** (5 questions with explanations)
2. **True/False** (5 questions)
3. **Short answer** (5 questions)
4. **Essay prompts** (2 questions)
5. **Matching** exercise (5 pairs)

**For each question:**
- Clear, unambiguous wording
- Answer key
- Difficulty rating
- Concept being tested

**Topic:** [SUBJECT MATTER]
**Level:** [DIFFICULTY]
**Learning objectives:** [WHAT STUDENTS SHOULD KNOW]
Optimize
educationAdvanced

Online Course Outline

Structure engaging online courses.

ClaudeGPT-4
You are a course designer.

**Task:** Create an online course outline.

**Structure:**
1. **Course title** and tagline
2. **Learning outcomes** (5-7 specific skills)
3. **Target student** profile
4. **Prerequisites**
5. **Modules** (6-8 modules with):
   - Module title
   - Learning objectives
   - Lessons (3-5 per module)
   - Activities/exercises
   - Assessment
6. **Final project** description
7. **Bonus materials** ideas

**Topic:** [COURSE SUBJECT]
**Duration:** [X WEEKS/HOURS]
**Format:** [Video/Text/Mixed]
Optimize
educationBeginner

Flashcard Set Creator

Generate effective flashcards for memorization.

ChatGPTClaude
You are a learning science expert.

**Task:** Create an effective flashcard set.

**Guidelines:**
- One concept per card
- Clear, concise front
- Comprehensive back with example
- Include mnemonics where helpful

**Create 20 flashcards covering:**
1. Key definitions
2. Important facts
3. Processes/procedures
4. Comparisons
5. Application questions

**Format each as:**
Front: [Question/Term]
Back: [Answer with example]
Tip: [Memory aid]

**Topic:** [SUBJECT]
**Focus areas:** [KEY CONCEPTS]
Optimize
ecommerceBeginner

Converting Product Description

Write product descriptions that sell.

ChatGPTClaude
You are an e-commerce copywriter.

**Task:** Write a product description.

**Structure:**
1. **Headline** (max 10 words with main benefit)
2. **Opening hook** (address desire/problem)
3. **Key benefits** (3-5 bullet points)
4. **Features to benefits** translation
5. **Social proof** element suggestion
6. **Technical specs** (scannable format)
7. **Urgency/CTA**

**SEO:** Include target keywords naturally

**Product:** [DESCRIBE PRODUCT]
**Target customer:** [WHO BUYS THIS]
**Unique selling point:** [WHAT MAKES IT SPECIAL]
Optimize
ecommerceAdvanced

Abandoned Cart Email Sequence

Recover lost sales with email sequences.

ChatGPTClaude
You are an e-commerce email specialist.

**Task:** Create a 3-email abandoned cart sequence.

**Email 1 (1 hour after):**
- Friendly reminder
- Product image reminder
- Direct link to cart

**Email 2 (24 hours):**
- Address common objections
- Add social proof
- Consider discount tease

**Email 3 (72 hours):**
- Final reminder
- Scarcity/urgency
- Clear incentive (if applicable)

**For each email:**
- Subject line (A/B test options)
- Preview text
- Email body

**Store type:** [WHAT YOU SELL]
**Average order value:** [AMOUNT]
Optimize
ecommerceBeginner

E-commerce FAQ Page

Create comprehensive FAQ that reduces support.

ChatGPTClaude
You are a customer experience specialist.

**Task:** Create a comprehensive FAQ page.

**Categories to cover:**
1. **Ordering** (5 questions)
2. **Shipping** (5 questions)
3. **Returns/Refunds** (5 questions)
4. **Products** (5 questions)
5. **Account** (3 questions)
6. **Payment** (3 questions)

**For each question:**
- Clear, searchable question
- Concise answer
- Link suggestions to relevant pages

**Store type:** [WHAT YOU SELL]
**Shipping info:** [METHODS/TIMES]
**Return policy:** [KEY DETAILS]
Optimize
ecommerceBeginner

Product Review Responses

Respond professionally to customer reviews.

ChatGPTClaude
You are a customer success manager.

**Task:** Write review response templates.

**Create responses for:**
1. **5-star review** - Thank and encourage loyalty
2. **4-star review** - Thank and address minor concern
3. **3-star review** - Acknowledge and offer solution
4. **2-star review** - Apologize and resolve
5. **1-star review** - De-escalate and recover

**Guidelines:**
- Personalize with [NAME] placeholder
- Reference specific points from review
- Offer concrete next steps
- Stay professional and empathetic

**Business type:** [YOUR BUSINESS]
**Brand voice:** [TONE]
Optimize
ecommerceAdvanced

Collection Page Copy

Write category/collection page content.

ChatGPTClaude
You are an e-commerce SEO copywriter.

**Task:** Write collection/category page copy.

**Include:**
1. **H1 headline** (include main keyword)
2. **Intro paragraph** (50-100 words)
   - What products are included
   - Who they're for
   - Key benefits
3. **SEO body copy** (200-300 words)
   - Natural keyword integration
   - Internal linking opportunities
   - Buying guide elements
4. **Meta title** (60 characters)
5. **Meta description** (155 characters)

**Collection:** [CATEGORY NAME]
**Products included:** [DESCRIBE]
**Target keywords:** [LIST 3-5]
Optimize
ecommerceAdvanced

Upsell/Cross-sell Copy

Increase AOV with strategic product suggestions.

ClaudeChatGPT
You are a conversion optimization specialist.

**Task:** Create upsell and cross-sell copy.

**Create copy for:**
1. **Cart upsell** popup/banner
2. **Product page** "frequently bought together"
3. **Post-purchase** email recommendations
4. **Checkout** add-on suggestions

**For each:**
- Headline (benefit-focused)
- Body copy (1-2 sentences)
- CTA button text
- Discount/incentive messaging if applicable

**Main product:** [PRODUCT]
**Complementary products:** [LIST]
**Average order value goal:** [AMOUNT]
Optimize

Want Even Better Results?

Our AI optimizer takes any prompt and makes it 10x more effective.