PromptMaster
LibraryOptimizePricingMy Prompts
Sign InGet Started Free
PromptMaster
The AI prompt library and optimizer for every profession.
AboutContactSite IndexPrivacyTerms
Prompt library

Find a prompt that fits the job.

271 prompts found. Search and filters query the persistent database.

MarketingChatGPT

Social Media Content Calendar

Create a week-long social media content calendar with post copy, hashtags, and timing.

Create a {{days}}-day social media content calendar for {{brand}} on {{platform}}. Brand voice: {{brand_voice}} Goal: {{goal}} Content pillars: {{content_pillars}} For each day, provide: 1. Post type (text, image, video, carousel, story) 2. Full post copy with emojis where appropriate 3. 5-10 relevant hashtags 4. Best posting time 5. Engagement hook (question or CTA) Mix content pillars evenly. Avoid back-to-back promotional posts.
New
0 copies
MarketingChatGPT

Email Marketing Campaign Writer

Create a complete launch email sequence with subject lines, body copy, CTAs, and audience-specific positioning.

Act as a senior email marketing strategist. Create a {{email_count}}-email launch sequence for {{product}} targeting {{audience}}. The product promise is: {{value_proposition}}. For each email include: 1. Subject line with a clear angle 2. Preview text under 90 characters 3. Main body copy 4. Primary CTA 5. One personalization idea Tone: {{tone}}. Avoid generic hype. Make each email build on the previous one.
New0 copies
Product ManagerChatGPT

Customer Interview Synthesizer

Extract themes, pains, quotes, opportunities, and product implications from interview notes.

You are a user research lead. Analyze these customer interview notes: {{interview_notes}} Product area: {{product_area}} Research question: {{research_question}} Return: 1. Top themes with evidence 2. Pain points and frequency signals 3. Memorable direct quotes 4. Jobs-to-be-done statements 5. Product opportunities 6. Risks or contradictions in the evidence 7. Recommended next research questions Do not overstate weak evidence.
New0 copies
MarketingChatGPT

LinkedIn Thought Leadership Post

Turn a professional insight into a concise LinkedIn post with hook, evidence, and discussion prompt.

Act as a B2B content strategist. Write a LinkedIn thought leadership post about {{insight}}. Audience: {{audience}} Point of view: {{point_of_view}} Evidence or example: {{evidence}} Structure: 1. Strong first line hook 2. Short context 3. Clear argument 4. Practical takeaway 5. Conversation-starting final question Keep it under {{max_words}} words. Avoid cringe, jargon, and fake vulnerability.
New0 copies
EducatorChatGPT

Parent-Teacher Conference Note Writer

Generate structured, professional parent-teacher conference notes that capture key discussion points, student strengths, areas for growth, and agreed-upon action steps.

You are an experienced educator preparing notes from a parent-teacher conference. Write a concise, professional summary that captures the tone of a constructive, partnership-oriented meeting. Begin with the student's name and date, then organize notes into three sections: Strengths & Celebrations (2-3 specific observations about what the student does well), Areas for Growth (1-2 concerns phrased constructively with specific examples), and Action Steps (what the teacher, parent, and student each ...
New0 copies
MarketingMidjourney

Midjourney Brand Identity Generator

Create consistent Midjourney prompts for logo, color palette, product scene, and social visuals.

/imagine prompt: Brand identity system for {{brand_name}}, a {{industry}} brand serving {{audience}}. Visual direction: {{visual_direction}}. Include a clean logo mark, color palette inspired by {{color_reference}}, typography mood, product scene, and social media key visual. High-end brand system presentation, consistent art direction, crisp details, white space, professional design board --v 6 --style raw --ar {{aspect_ratio}}
New0 copies
DeveloperChatGPT

Technical Documentation Translator

Translate technical documentation while preserving terminology consistency, code examples, and technical accuracy across languages.

You are a senior technical translator specializing in software documentation, API references, and developer guides. Your task is to translate technical documentation while maintaining terminological precision, preserving code blocks verbatim, and ensuring the translated docs are usable by developers in the target language. For each section, provide: 1. **Translated Text** — Accurate translation with natural technical writing style in the target language. 2. **Terminology Decisions** — A glossary...
New0 copies
MarketingChatGPT

Brand Voice Guide Generator

Create a comprehensive brand voice and tone guide with examples for all channels.

Create a brand voice guide for {{brand}} in the {{industry}} industry. Brand personality: {{personality}} Target audience: {{audience}} Core values: {{values}} Include: 1. Voice attributes (3-4 traits with descriptions) 2. Tone spectrum (how voice adapts across contexts: social, email, error messages, formal) 3. Do's and Don'ts (5 each with before/after examples) 4. Vocabulary guide (words to use, words to avoid) 5. Sample copy for: homepage hero, social bio, error message, thank-you email
New0 copies
EducatorChatGPT

Standards-Aligned Rubric Creator

Build a detailed analytic rubric aligned to specific standards, with clear performance descriptors at each level and point values.

You are an assessment specialist designing a standards-aligned analytic rubric. Create a rubric with exactly 4 performance levels (Exceeds, Meets, Approaching, Beginning) across 3-5 criteria. Each criterion must directly reference the stated standard or learning objective. For each cell, write a 1-2 sentence descriptor that distinguishes it clearly from adjacent levels — avoid vague words like 'good' or 'adequate' without context. Assign point values (4/3/2/1) and include a total score range wit...
New0 copies
MarketingChatGPT

Marketing Funnel Audit

Analyze and optimize each stage of your marketing funnel with actionable recommendations.

Audit the marketing funnel for {{company}} selling {{product}} to {{audience}}. Current funnel stages and metrics: {{funnel_data}} For each stage (Awareness → Interest → Consideration → Conversion → Retention): 1. Diagnose the biggest bottleneck 2. Benchmark against industry averages 3. Recommend 3 specific optimizations 4. Suggest a metric to track improvement Prioritize recommendations by impact and ease of implementation. Format as an executive summary with a clear action plan.
New0 copies
MarketingChatGPT

Translation Localization Reviewer

Review translated product copy for accuracy, tone, cultural fit, and UI constraints.

Act as a bilingual localization editor for {{locale}}. Source copy: {{source_copy}} Translated copy: {{translated_copy}} Product context: {{product_context}} Review for: 1. Meaning accuracy 2. Tone and brand consistency 3. Cultural fit 4. UI length issues 5. Ambiguous terms Return a table with issue, severity, suggested rewrite, and rationale. Then provide a polished final version.
New0 copies
WriterChatGPT

UI Microcopy Translator

Translate UI microcopy strings while respecting character limits, platform conventions, and maintaining a consistent brand voice across languages.

You are a UX writer and localization specialist fluent in both the source and target languages. Your task is to translate UI microcopy (buttons, labels, tooltips, error messages, empty states, onboarding text) while respecting strict character limits and maintaining usability. For each string, provide: 1. **Translated Text** — The localized version that fits within the character limit. 2. **Character Count** — Confirm the character count stays within the specified limit. 3. **Tone Consistency No...
New0 copies
DeveloperChatGPT

Code Review Checklist

Get a thorough code review with security, performance, and style feedback.

Review the following {{language}} code for a {{project_type}} project: ```{{language}} {{code}} ``` Review criteria: 1. **Correctness** — Logic errors, edge cases, off-by-one 2. **Security** — Injection, auth, data exposure, OWASP top 10 3. **Performance** — Time/space complexity, N+1 queries, unnecessary allocations 4. **Readability** — Naming, structure, comments where needed 5. **Best practices** — Idiomatic {{language}}, design patterns For each issue found: - Severity (critical/warning/sugg...
New0 copies
Product ManagerChatGPT

Onboarding Checklist Builder

Create comprehensive employee onboarding checklists with tasks organized by timeframe, role-specific items, and accountability assignments for new hire success.

You are an HR operations specialist and onboarding program designer. Your task is to create a thorough, time-phased onboarding checklist that ensures new hires are set up for success from day one through their first 90 days. Generate an onboarding checklist with: 1. **Pre-Boarding (Before Day 1)** — Tasks to complete before the new hire arrives: equipment, accounts, workspace, welcome package, team notification. 2. **Day 1 Checklist** — Hour-by-hour agenda for the first day: introductions, setup...
New0 copies
EducatorChatGPT

Student Survey Data Analyzer

Analyze student survey or feedback data to identify patterns, surface actionable insights, and recommend instructional adjustments.

You are an education data analyst reviewing student survey or feedback data for a teacher. Analyze the provided data and produce a structured report with these sections: (1) Overall Sentiment Summary — a 2-3 sentence overview of how students feel. (2) Top 3 Strengths — the most frequently positive themes, with approximate percentages if quantitative data is provided. (3) Top 3 Concerns — the most common areas of frustration or difficulty, with specific student quotes if available. (4) Equity Che...
New0 copies
MarketingChatGPT

Support Macro Improver

Rewrite customer support macros to be clearer, empathetic, and action-oriented.

Act as a customer support quality lead. Improve this support macro: {{macro}} Situation: {{situation}} Customer emotion: {{customer_emotion}} Policy constraints: {{policy_constraints}} Return: 1. Problems in the original macro 2. Improved macro 3. Why the new version works 4. Optional shorter version The macro must be accurate, empathetic, and avoid overpromising.
New0 copies
Product ManagerChatGPT

Competitive Analysis Synthesizer

Synthesize competitive analysis from feature comparisons to identify market positioning and strategic opportunities for your product.

You are a senior product strategist specializing in competitive analysis and market positioning. Analyze the competitive landscape for {{product_name}} against the following competitors: {{competitors}}. Produce a structured competitive analysis report with the following sections: 1. **Market Overview**: Summarize the market category, total addressable market size, and key trends shaping the landscape. 2. **Competitor Profiles**: For each competitor, provide: - Company overview and market positi...
New0 copies
DeveloperChatGPT

Git Commit Message Writer

Generate clear, conventional commit messages from diff descriptions.

Write a git commit message for these changes: {{changes_description}} Rules: - Use Conventional Commits format (type(scope): description) - Subject line under 72 characters - Add body if changes are complex - Types: feat, fix, refactor, docs, test, chore, perf Provide: 1. The commit message 2. A PR title (if applicable) 3. A brief PR description summarizing the changes
New0 copies
DeveloperChatGPT

Database Schema Designer

Design a normalized database schema from business requirements.

Design a {{database}} schema for {{application}}. Requirements: {{requirements}} Provide: 1. Entity-relationship description 2. CREATE TABLE statements with proper types, constraints, and indexes 3. Foreign key relationships with ON DELETE behavior 4. Indexes for expected query patterns 5. Migration script 6. Seed data example Use best practices: UUIDs for IDs, created_at/updated_at timestamps, soft deletes where appropriate.
New0 copies
EducatorMidjourney

Bilingual Classroom Signage Generator

Create Midjourney prompts for bilingual classroom signs, labels, and visual aids that support diverse learners in a multilingual classroom.

Create a Midjourney prompt for bilingual classroom signage that clearly displays text in two languages. The design should be clean, legible, and suitable for a school environment. Use a friendly, approachable illustration style with icons that reinforce the text meaning. The sign should work at bulletin board size (18x24 inches). Include clear typography hierarchy with the primary language larger and the secondary language directly below. The color scheme should be bright enough to attract atten...
New0 copies
MarketingChatGPT

Marketing Copy Localizer

Localize marketing campaigns for cultural adaptation, ensuring messaging resonates with target audiences while preserving brand positioning and campaign objectives.

You are a senior marketing localization strategist with expertise in cross-cultural communication and international campaign adaptation. Your task is to localize marketing copy so it resonates authentically with the target market while preserving the campaign's strategic intent. For each piece of copy, provide: 1. **Localized Copy** — The culturally adapted version that reads as if written by a native marketer. 2. **Cultural Adaptation Rationale** — Explain what you changed and why, referencing ...
New0 copies
Product ManagerChatGPT

Meeting Agenda Builder

Create structured, time-boxed meeting agendas with clear objectives, discussion topics, and action item templates to keep meetings focused and productive.

You are an experienced project manager and meeting facilitator. Your task is to create a well-structured meeting agenda that ensures the meeting stays focused, covers all necessary topics, and results in clear outcomes. Generate a meeting agenda with: 1. **Meeting Header** — Title, date, time, duration, location/platform, and organizer. 2. **Meeting Objective** — A clear one-sentence statement of what this meeting aims to achieve. 3. **Attendees and Roles** — List of attendees with their role in...
New0 copies
DeveloperChatGPT

API Documentation Translator

Translate API documentation while preserving technical accuracy and code examples.

Translate this API documentation from {{source_language}} to {{target_language}}: {{documentation}} Rules: 1. Keep all code examples in their original language (don't translate code) 2. Translate descriptions, parameter explanations, and notes 3. Preserve technical terms that are standard in the target language 4. Keep formatting (headers, code blocks, tables) intact 5. Adapt date/number formats to the target locale 6. Note any terms that don't have a direct translation Target audience: {{audien...
New0 copies
DesignerChatGPT

UX Writing Microcopy

Write clear, helpful microcopy for UI elements, error states, and empty states.

Write UX microcopy for {{product}} — a {{product_description}}. Feature/context: {{feature}} Tone: {{tone}} Provide copy for: 1. Empty state (no data yet) 2. Error state (something went wrong) 3. Success confirmation 4. Loading state message 5. Tooltip/help text 6. CTA button text (primary + secondary) 7. Confirmation dialog Rules: - Be specific, not generic - Use active voice - Keep under 10 words for UI elements - Include a helpful action where possible - Match the {{tone}} tone
New0 copies