Free AI Resource

60 Free AI Prompts

Professional, copy-ready prompts for writing, coding, marketing, SEO, business, and creative work. Replace the placeholders, copy the prompt, and get a more useful first result.

  • ✓ 60 Tested Templates
  • ✓ One-Click Copy
  • ✓ No Sign-up
  • ✓ 100% Free
Prompt Collection

Find the right prompt for your next task

Search all 60 prompts or filter by category. Every template includes clear variables in square brackets for fast customization.

60Professional Prompts
6Practical Categories
100%Free to Use

Showing all 60 prompts

Tip: replace every [PLACEHOLDER] before using a prompt.
Writing

Long-Form Article Writer

Create a structured, useful article from a clear brief.

Best with ChatGPT / Claude / Gemini
View full prompt
Act as an expert content writer and create a complete article about [TOPIC] for [TARGET AUDIENCE]. Goal: [GOAL]. Use a [TONE] tone and approximately [WORD COUNT] words. Start with a strong, non-clickbait introduction, organize the body with descriptive H2 and H3 headings, include practical examples, address common objections, and finish with a concise conclusion and relevant call to action. Avoid filler, repetition, invented statistics, and unsupported claims. Before writing, list any critical information you need from me.
Writing

Blog Outline Architect

Build a detailed outline before writing the first draft.

Best with ChatGPT / Claude
View full prompt
Create a detailed blog post outline for [TOPIC]. The audience is [AUDIENCE], their knowledge level is [BEGINNER/INTERMEDIATE/ADVANCED], and the article goal is [GOAL]. Provide: 3 title options, the core search intent, a one-paragraph angle, an introduction hook, logically ordered H2 and H3 headings, key points under every section, examples or evidence to include, possible FAQs, and a conclusion with a natural next step. Remove overlapping sections and make the outline comprehensive without becoming repetitive.
Writing

Human-Sounding Rewriter

Improve clarity and flow while preserving the original meaning.

Best with ChatGPT / Claude
View full prompt
Rewrite the text below so it sounds natural, clear, and written by a thoughtful human. Preserve every important fact and the original meaning. Improve sentence variety, transitions, rhythm, and word choice. Remove repetition, clichés, vague language, and unnecessary adjectives. Do not add facts that are not in the source. Keep the tone [TONE] and reading level [LEVEL]. Return: 1) the improved version, and 2) a short list of the most important edits. Text: [PASTE TEXT]
Writing

Professional Email Writer

Draft concise emails with the right tone and next step.

Best with ChatGPT / Claude
View full prompt
Write a professional email to [RECIPIENT/ROLE] about [PURPOSE]. Context: [CONTEXT]. The desired outcome is [OUTCOME]. Use a [FRIENDLY/FORMAL/DIRECT] tone, keep it under [WORD LIMIT] words, and make the next action unmistakably clear. Include a useful subject line, a concise opening, the essential details in a logical order, and a polite closing. Avoid corporate jargon and exaggerated enthusiasm. If information is missing, use clearly labeled placeholders instead of inventing details.
Writing

Newsletter Issue Builder

Turn one topic into an engaging newsletter edition.

Best with ChatGPT / Claude
View full prompt
Create a newsletter issue for [NEWSLETTER NAME] about [TOPIC]. Audience: [AUDIENCE]. Voice: [BRAND VOICE]. Include: 5 subject line options, preview text, a short opening hook, the main insight explained with one practical example, 3 actionable takeaways, a brief recommended resource section, and one clear call to action. Keep the total length near [WORD COUNT] words. Make it valuable even for readers who do not click any links, and do not fabricate sources or results.
Writing

Executive Summary Generator

Condense a long document into decisions and action items.

Best with Claude / ChatGPT
View full prompt
Turn the material below into an executive summary for [READER/ROLE]. Preserve the most decision-relevant information and use plain language. Structure it as: purpose, current situation, key findings, important numbers, risks or constraints, recommended decision, and next actions with owners when available. Keep it under [WORD LIMIT] words. Clearly distinguish facts from assumptions and flag missing information. Do not introduce conclusions that the source does not support. Source material: [PASTE DOCUMENT OR NOTES]
Writing

Content Repurposing System

Transform one source into multiple platform-ready assets.

Best with ChatGPT / Claude
View full prompt
Repurpose the source content below without changing its core message. Create: 1 LinkedIn post, 1 short X thread, 3 concise social captions, 1 newsletter teaser, 5 quote-style takeaways, and 3 audience questions. Adapt the hook, length, and formatting to each platform instead of copying the same text. Audience: [AUDIENCE]. Brand voice: [VOICE]. Include no claims that are absent from the source. Source content: [PASTE CONTENT]
Writing

Product Description Writer

Convert product features into clear customer benefits.

Best with ChatGPT / Gemini
View full prompt
Write a persuasive but credible product description for [PRODUCT]. Customer: [TARGET CUSTOMER]. Primary problem solved: [PROBLEM]. Features: [FEATURES]. Differentiators: [DIFFERENTIATORS]. Create a short headline, a 2–3 sentence overview, benefit-led bullet points, a practical use-case paragraph, and a concise call to action. Use a [TONE] voice. Avoid hype, false urgency, unsupported superlatives, and claims that cannot be verified. Mention limitations or requirements when they materially affect the purchase decision.
Writing

Case Study Writer

Turn project notes into a credible customer success story.

Best with Claude / ChatGPT
View full prompt
Create a professional case study from the notes below. Use this structure: client context, challenge, constraints, approach, implementation, measurable results, lessons learned, and next step. Audience: [AUDIENCE]. Tone: credible and specific. Quote only statements explicitly supplied in the notes. Do not invent metrics, dates, testimonials, or client details; mark missing evidence as [NEEDS DATA]. Provide a short headline, a 50-word summary, and the full case study. Notes: [PASTE NOTES]
Writing

Proofreader & Style Editor

Polish grammar, consistency, and readability without rewriting unnecessarily.

Best with ChatGPT / Claude
View full prompt
Proofread and edit the text below using [US/UK] English. Correct grammar, spelling, punctuation, capitalization, and inconsistent terminology. Improve clarity and concision only where needed, while preserving the author's voice and formatting. Do not change facts, citations, names, or technical meaning. Return: 1) the clean edited text, 2) a compact change log grouped by grammar, clarity, and consistency, and 3) any sentences that require factual confirmation. Text: [PASTE TEXT]
Coding

Senior Code Review

Review code for correctness, maintainability, security, and performance.

Best with ChatGPT / Claude
View full prompt
Act as a senior [LANGUAGE/FRAMEWORK] engineer. Review the code below for correctness, edge cases, security risks, performance problems, maintainability, accessibility where relevant, and consistency with established conventions. Rank findings as critical, high, medium, or low. For each finding, cite the relevant function or snippet, explain the impact, and propose a minimal fix. Then provide a revised version only if the changes are reasonably scoped. Do not assume missing requirements; list your assumptions. Code: [PASTE CODE]
Coding

Root-Cause Debugger

Diagnose an error systematically before changing code.

Best with ChatGPT / Claude
View full prompt
Help me debug this [LANGUAGE/FRAMEWORK] problem. Expected behavior: [EXPECTED]. Actual behavior: [ACTUAL]. Error or logs: [ERROR/LOGS]. Relevant code: [CODE]. Environment and versions: [ENVIRONMENT]. First identify the most likely root causes and the evidence for each. Then give the smallest diagnostic checks in order, explain what each result would mean, and propose the minimal safe fix. Include a regression test. Do not rewrite unrelated code or claim certainty without evidence.
Coding

Safe Refactoring Plan

Improve code structure while protecting existing behavior.

Best with Claude / ChatGPT
View full prompt
Create a safe refactoring plan for the code below. The current behavior that must not change is [BEHAVIOR]. Constraints: [CONSTRAINTS]. Identify code smells, coupling, duplication, unclear responsibilities, and missing tests. Propose small reversible steps, with a test or verification checkpoint after each step. Show the target module or function structure and explain trade-offs. Only provide rewritten code for the first approved step. Codebase excerpt: [PASTE CODE]
Coding

Feature Implementation Planner

Convert a feature request into a practical engineering plan.

Best with ChatGPT / Claude
View full prompt
Turn this feature request into an implementation plan for a [TECH STACK] project: [FEATURE REQUEST]. Include user stories, assumptions, out-of-scope items, acceptance criteria, data model changes, API or component changes, validation rules, error states, security and privacy considerations, accessibility requirements, testing strategy, rollout plan, and a dependency-ordered task list. Flag decisions that require product input. Prefer the simplest architecture that satisfies the stated requirements.
Coding

Unit Test Generator

Design meaningful tests for happy paths, boundaries, and failures.

Best with ChatGPT / Claude
View full prompt
Generate a focused test plan and unit tests for this [LANGUAGE/FRAMEWORK] code using [TEST FRAMEWORK]. Cover normal behavior, boundary values, invalid input, error paths, and important regressions. Avoid testing implementation details unless necessary. Explain the purpose of each test and identify any dependencies that should or should not be mocked. Use the project's existing style if shown. Code and requirements: [PASTE CODE/REQUIREMENTS]
Coding

API Documentation Generator

Produce developer-friendly documentation from API code or specs.

Best with ChatGPT / Claude
View full prompt
Create clear API documentation for the endpoint or specification below. Include purpose, method and path, authentication, headers, path/query/body parameters with types and constraints, request example, success response, error responses, rate-limit or pagination behavior when known, and one complete usage example. Clearly mark anything not established by the source as [UNKNOWN]. If suitable, also provide an OpenAPI snippet that matches the documented behavior. Source: [PASTE CODE OR SPEC]
Coding

Application Security Review

Find common security weaknesses and prioritize remediation.

Best with Claude / ChatGPT
View full prompt
Perform a defensive security review of this [APPLICATION/COMPONENT]. Look for input validation failures, injection risks, broken authorization, insecure authentication, secret exposure, unsafe file handling, data leakage, dependency risks, and missing abuse controls. For each issue, describe the preconditions, potential impact, affected code, and a safe remediation. Rank by likelihood and impact. Include verification tests that do not exploit real systems or expose sensitive data. Code and architecture notes: [PASTE MATERIAL]
Coding

SQL Query Optimizer

Analyze slow SQL with schema and execution context.

Best with ChatGPT / Claude
View full prompt
Analyze this [DATABASE] query for correctness and performance. Query: [SQL]. Relevant schema, indexes, row counts, and EXPLAIN output: [DETAILS]. Identify expensive operations, unnecessary scans, join or filtering problems, and index opportunities. Propose an optimized query and explain why it should help. Discuss trade-offs and how to verify with execution plans and realistic data. Do not recommend indexes without considering write cost and selectivity.
Coding

Code Explainer for Onboarding

Explain unfamiliar code at the right technical level.

Best with ChatGPT / Claude
View full prompt
Explain the code below to a [BEGINNER/INTERMEDIATE/SENIOR] developer joining the project. Start with its purpose and where it fits in the system. Then walk through the data flow, important functions or classes, dependencies, state changes, error handling, and non-obvious design choices. Include a compact sequence of what happens at runtime, a glossary of project-specific terms, and 5 questions a reviewer should ask. Do not guess missing architecture; label assumptions. Code: [PASTE CODE]
Coding

Regex Builder & Tester

Create a readable regular expression from explicit examples.

Best with ChatGPT / Claude
View full prompt
Create a regular expression for [LANGUAGE/ENGINE] that matches [DESIRED INPUT] and rejects [UNDESIRED INPUT]. Valid examples: [VALID EXAMPLES]. Invalid examples: [INVALID EXAMPLES]. Explain each part of the pattern, mention engine-specific flags, and identify edge cases or ReDoS risks. Provide a small table of positive and negative test cases. If regex is not the safest or clearest solution, recommend a parser or validation approach instead.
Marketing

30-Day Social Content Calendar

Plan a balanced month of platform-specific content.

Best with ChatGPT / Gemini
View full prompt
Create a 30-day social media content calendar for [BRAND] on [PLATFORMS]. Audience: [AUDIENCE]. Goal: [GOAL]. Content pillars: [PILLARS]. For each day provide the platform, format, topic, hook, key message, call to action, and production note. Balance educational, trust-building, community, and promotional posts. Adapt ideas to each platform rather than duplicating captions. Respect these constraints: [CONSTRAINTS]. Finish with a weekly measurement plan using meaningful metrics.
Marketing

Evidence-Based Customer Persona

Build a usable persona while separating evidence from assumptions.

Best with Claude / ChatGPT
View full prompt
Create a practical customer persona for [PRODUCT/SERVICE] using the research below. Include context, jobs to be done, desired outcomes, frustrations, buying triggers, objections, decision criteria, trusted channels, and language customers use. Separate direct evidence from hypotheses and assign a confidence level to each assumption. Avoid stereotypes and invented demographic details. End with 5 questions that should be validated through customer interviews. Research: [PASTE SURVEYS, REVIEWS, OR NOTES]
Marketing

Positioning & Message Framework

Clarify who the product is for and why it is different.

Best with ChatGPT / Claude
View full prompt
Develop a positioning and messaging framework for [PRODUCT]. Target segment: [SEGMENT]. Main problem: [PROBLEM]. Alternatives: [ALTERNATIVES]. Proof: [EVIDENCE]. Produce a positioning statement, one-sentence value proposition, 3 benefit pillars with supporting proof, key objections and responses, homepage hero copy, and a short elevator pitch. Keep claims specific and defensible. Identify where the evidence is too weak to support a proposed message.
Marketing

Landing Page Copy Builder

Create conversion-focused copy around one clear offer.

Best with Claude / ChatGPT
View full prompt
Write landing page copy for [OFFER]. Audience: [AUDIENCE]. Traffic source: [SOURCE]. Desired action: [ACTION]. Include hero headline and subheading, problem framing, outcome-focused benefits, how it works, proof section using only [SUPPLIED PROOF], objection handling, FAQ, and repeated calls to action. Keep one primary conversion goal and ensure message continuity with the traffic source. Mark missing proof or details with placeholders rather than inventing them.
Marketing

Email Nurture Sequence

Create a useful sequence that moves readers toward a decision.

Best with ChatGPT / Claude
View full prompt
Create a [NUMBER]-email nurture sequence for people who [TRIGGER]. Product or next step: [OFFER]. Audience awareness level: [LEVEL]. For each email provide send timing, objective, subject options, preview text, body copy, and one call to action. Progress from immediate value to problem understanding, proof, objection handling, and invitation. Avoid repeating the same pitch. Use only the supplied facts and include an ethical unsubscribe-friendly tone.
Marketing

Product Launch Plan

Coordinate pre-launch, launch, and follow-up activities.

Best with ChatGPT / Claude
View full prompt
Create a practical launch plan for [PRODUCT] targeting [AUDIENCE] with a budget of [BUDGET] and launch date [DATE]. Define positioning, offer, launch phases, channel strategy, content assets, partner or community opportunities, email and social schedule, owner for each task, dependencies, risks, and success metrics. Prioritize actions by impact and effort. Include a minimum viable launch option if time or budget becomes limited.
Marketing

Competitor Message Analysis

Compare claims, audiences, proof, and messaging gaps.

Best with Claude / ChatGPT
View full prompt
Analyze the competitor messaging provided below. For each competitor identify target audience, promised outcome, core claims, proof mechanisms, tone, calls to action, and likely objections left unanswered. Then compare them in a table, identify crowded themes and credible whitespace, and propose 3 differentiated message directions for [OUR BRAND]. Do not infer product capabilities that are not visible in the supplied material. Competitor pages or notes: [PASTE CONTENT]
Marketing

Social Hook Generator

Create strong opening lines without empty clickbait.

Best with ChatGPT / Gemini
View full prompt
Generate 20 opening hooks for a [FORMAT] about [TOPIC] aimed at [AUDIENCE]. The goal is [GOAL]. Divide the hooks across curiosity, contrarian insight, specific outcome, relatable problem, story, and question. Keep each hook under [CHARACTER LIMIT] characters. Make the promise match the actual content and avoid vague clickbait, fake urgency, and exaggerated claims. Highlight the 5 strongest hooks and briefly explain why they fit the audience.
Marketing

A/B Test Roadmap

Prioritize measurable experiments around clear hypotheses.

Best with ChatGPT / Claude
View full prompt
Build an A/B testing roadmap for [PAGE/FUNNEL/CAMPAIGN]. Baseline performance: [METRICS]. Traffic and constraints: [DETAILS]. Propose tests with a clear problem, hypothesis, control, variant, primary metric, guardrail metrics, target segment, required tracking, and potential confounders. Rank tests using impact, confidence, and effort. Avoid testing several major variables at once. Include criteria for stopping, interpreting inconclusive results, and documenting learning.
SEO

SEO Topical Map

Organize a subject into pillars, clusters, and search journeys.

Best with ChatGPT / Claude
View full prompt
Create an SEO topical map for [NICHE/TOPIC] serving [AUDIENCE]. Organize it into pillar pages and supporting clusters across awareness, consideration, and action stages. For every proposed page provide a working title, primary intent, key questions, recommended format, and internal-link targets. Merge overlapping ideas and flag topics that require expert review. Do not invent search volume or keyword difficulty; label any prioritization as a strategic estimate unless real data is supplied.
SEO

Keyword Intent Clusterer

Group keyword data into pages without creating cannibalization.

Best with ChatGPT / Claude
View full prompt
Cluster the keyword list below by shared search intent rather than wording alone. For each cluster provide a recommended primary keyword, supporting terms, intent type, proposed page title, content format, and funnel stage. Identify ambiguous terms, likely cannibalization, and keywords that deserve separate pages. Use the supplied metrics when available, but do not invent volume, difficulty, or ranking data. Keyword list: [PASTE KEYWORDS AND OPTIONAL METRICS]
SEO

SEO Content Brief

Create a writer-ready brief aligned with user intent.

Best with Claude / ChatGPT
View full prompt
Create a writer-ready SEO content brief for [PRIMARY QUERY]. Audience: [AUDIENCE]. Business goal: [GOAL]. Include likely intent, reader questions, unique angle, recommended title and heading structure, important concepts or entities to explain, examples to include, internal-link opportunities, trustworthy evidence needed, FAQ ideas, and a quality checklist. If SERP or competitor notes are supplied, analyze them; otherwise do not pretend to know current rankings. Inputs: [KEYWORDS/NOTES/URLS]
SEO

Search-Intent Article Outline

Design an outline that answers the query efficiently.

Best with ChatGPT / Claude
View full prompt
Build a comprehensive but efficient article outline for the query [QUERY]. First identify the likely primary intent and possible secondary intents. Then propose a title, direct-answer introduction, ordered H2/H3 structure, examples or comparisons needed, trust signals, FAQs, and a conclusion that matches the reader's next step. Remove sections that do not help satisfy the query. Clearly label assumptions and avoid claiming current SERP knowledge unless I provide live search results.
SEO

SEO Titles & Meta Descriptions

Write accurate search snippets with varied angles.

Best with ChatGPT / Gemini
View full prompt
Create 10 title tag and meta description pairs for [PAGE TOPIC]. Primary query: [KEYWORD]. Audience: [AUDIENCE]. Value proposition: [VALUE]. Keep titles concise enough to reduce truncation risk and meta descriptions near 150–160 characters without forcing exact length. Use different credible angles, include the query naturally, and match the page content. Avoid repetition, keyword stuffing, unsupported superlatives, and promises the page does not fulfill.
SEO

On-Page SEO Audit

Audit a page using its actual HTML or content.

Best with Claude / ChatGPT
View full prompt
Audit the page content or HTML below for on-page SEO. Review title, meta description, canonical, headings, intent alignment, content completeness, duplicate sections, internal links, image alt text, structured data opportunities, and crawl or index signals visible in the source. Rank issues by impact and effort. For each recommendation, quote the exact affected element and propose replacement text or markup. Do not claim rankings or technical conditions that cannot be verified from the supplied source. Page: [PASTE HTML/CONTENT]
SEO

Internal Linking Plan

Connect related pages using useful, natural anchors.

Best with ChatGPT / Claude
View full prompt
Create an internal-linking plan using this page inventory: [PASTE URLS, TITLES, AND TOPICS]. Identify pillar and cluster relationships, orphan pages, pages competing for the same intent, and relevant contextual link opportunities. Return a table with source page, target page, suggested anchor text, placement context, and reason. Keep anchors descriptive and varied. Prioritize links that improve user navigation and topical structure rather than adding links solely for search engines.
SEO

Content Refresh Planner

Update aging content without discarding what still works.

Best with Claude / ChatGPT
View full prompt
Create a refresh plan for the article below. Identify outdated claims, missing subtopics, weak explanations, redundant sections, broken reader flow, evidence that needs verification, and opportunities for better examples or internal links. Separate quick edits from sections requiring a rewrite. Preserve valuable original material and do not change publication facts without evidence. Finish with a revised outline, update checklist, and suggested change to the title and meta description. Article: [PASTE CONTENT]
SEO

Structured Data Mapper

Choose appropriate schema types without adding misleading markup.

Best with ChatGPT / Claude
View full prompt
Review this page type and content, then recommend appropriate Schema.org structured data. Page: [DESCRIPTION OR HTML]. Identify the primary type, supported properties, required source content, and any FAQ, breadcrumb, article, product, software, or organization markup that is genuinely applicable. Explain what should not be marked up. Provide valid JSON-LD using only facts present in the supplied content and clearly mark missing values instead of inventing ratings, prices, authors, or dates.
SEO

Local SEO Action Plan

Create an ethical local visibility plan for a real business.

Best with ChatGPT / Gemini
View full prompt
Create a 90-day local SEO plan for [BUSINESS TYPE] serving [LOCATIONS]. Current assets: [WEBSITE/PROFILE/DIRECTORIES]. Include Google Business Profile improvements, service and location page priorities, review acquisition process, local content, citation consistency, internal links, tracking, and weekly actions. Avoid doorway pages, fake locations, review gating, and fabricated testimonials. Ask for missing name, address, phone, hours, service area, and category data before producing exact listings.
Business

One-Page Business Plan

Turn an idea into a concise operating hypothesis.

Best with ChatGPT / Claude
View full prompt
Create a one-page business plan for [BUSINESS IDEA]. Cover target customer, urgent problem, solution, unique value, alternatives, acquisition channels, revenue model, key costs, required capabilities, biggest assumptions, risks, and the next 3 validation experiments. Separate known facts from hypotheses. Keep the plan practical for [STAGE] and [BUDGET]. Do not invent market size or financial projections; show what data is needed to estimate them responsibly.
Business

Actionable SWOT Analysis

Convert SWOT observations into prioritized strategic actions.

Best with Claude / ChatGPT
View full prompt
Conduct a SWOT analysis for [COMPANY/PROJECT] using the evidence below. Distinguish internal strengths and weaknesses from external opportunities and threats. For each item, state the supporting evidence and confidence level. Then create SO, WO, ST, and WT strategies, rank them by impact and feasibility, and recommend the top 3 actions with owners, timing, and success measures. Do not fill gaps with generic assumptions. Evidence: [PASTE DATA/NOTES]
Business

Standard Operating Procedure

Convert an informal workflow into a repeatable SOP.

Best with ChatGPT / Claude
View full prompt
Turn the workflow notes below into a clear Standard Operating Procedure for [PROCESS]. Include purpose, scope, roles, prerequisites, inputs, numbered steps, decision points, quality checks, exception handling, security or privacy notes, records to keep, and completion criteria. Add a compact checklist and version-control section. Write for a new team member and use unambiguous action verbs. Flag missing ownership or approval rules as [DECISION NEEDED]. Notes: [PASTE WORKFLOW]
Business

Decision-Ready Meeting Agenda

Design a meeting around outcomes instead of discussion alone.

Best with ChatGPT / Claude
View full prompt
Create a [DURATION]-minute meeting agenda for [PURPOSE]. Attendees and roles: [ATTENDEES]. Desired decisions: [DECISIONS]. Include pre-read material, preparation required, time-boxed agenda items, facilitator prompts, decision method, parking lot, and a closing section for owners and deadlines. Remove topics that can be handled asynchronously. Provide a reusable notes template with decisions, actions, owner, due date, and unresolved questions.
Business

Decision Memo Writer

Present options, evidence, trade-offs, and a recommendation.

Best with Claude / ChatGPT
View full prompt
Write a concise decision memo about [DECISION]. Audience: [DECISION MAKERS]. Include context, decision required, objectives, constraints, evaluated options, evidence, costs, benefits, risks, reversibility, and a clear recommendation. State assumptions and unknowns separately. Include what would change the recommendation and the immediate next step. Use the supplied information only; do not invent financial, legal, or operational facts. Inputs: [PASTE DATA]
Business

KPI Dashboard Designer

Select a small set of metrics tied to real decisions.

Best with ChatGPT / Claude
View full prompt
Design a KPI dashboard for [TEAM/BUSINESS] whose objective is [OBJECTIVE]. For each proposed metric provide definition, formula, data source, owner, update frequency, target or baseline method, leading/lagging classification, and the decision it informs. Include guardrail metrics and data-quality checks. Limit the primary dashboard to the smallest useful set. Do not invent targets; explain how to establish them from historical data or benchmarks.
Business

Project Risk Register

Identify, score, assign, and monitor project risks.

Best with ChatGPT / Claude
View full prompt
Create a risk register for [PROJECT]. Context, scope, timeline, and dependencies: [DETAILS]. Identify strategic, operational, technical, financial, vendor, schedule, and people risks relevant to the supplied context. For each risk provide cause, event, impact, probability, severity, early warning indicator, preventive action, contingency, owner, and review date. Separate actual issues from future risks and highlight assumptions that need validation.
Business

Client Proposal Builder

Create a clear proposal with scope, value, and boundaries.

Best with Claude / ChatGPT
View full prompt
Create a professional proposal for [CLIENT] to deliver [SERVICE/PROJECT]. Use the discovery notes below. Include executive summary, current challenge, desired outcomes, proposed approach, scope and exclusions, deliverables, timeline, client responsibilities, assumptions, success measures, investment placeholders, payment terms placeholders, change process, and next step. Keep claims evidence-based and make boundaries clear to prevent scope confusion. Discovery notes: [PASTE NOTES]
Business

Customer Interview Synthesizer

Extract patterns from interviews without erasing disagreement.

Best with Claude / ChatGPT
View full prompt
Analyze the customer interview notes below. Identify recurring jobs, pains, desired outcomes, triggers, objections, workarounds, and exact phrases worth preserving. Separate frequent themes from isolated comments, note contradictory evidence, and avoid treating the sample as statistically representative. Produce: theme table with supporting quotes, opportunity statements, assumptions invalidated, open questions, and 5 recommended follow-up interviews. Notes: [PASTE INTERVIEWS]
Business

Pricing Strategy Workshop

Compare pricing models using value, costs, and constraints.

Best with ChatGPT / Claude
View full prompt
Facilitate a pricing strategy analysis for [PRODUCT/SERVICE]. Inputs: customer segments [SEGMENTS], value delivered [VALUE], current alternatives [ALTERNATIVES], costs [COSTS], and constraints [CONSTRAINTS]. Compare suitable pricing metrics and packaging options, explain advantages and risks, propose a good-better-best structure, and identify research needed before launch. Do not invent willingness-to-pay data. Include an ethical validation plan using interviews or experiments and guard against confusing price changes with unrelated variables.
Creative

Cinematic Image Prompt

Build a film-like visual prompt with controlled composition and light.

Best with ChatGPT Images / Midjourney / FLUX
View full prompt
Create a cinematic image of [SUBJECT] in [SETTING], performing [ACTION]. Composition: [SHOT TYPE AND CAMERA ANGLE]. Visual style: [STYLE/GENRE]. Lighting: [KEY LIGHT, TIME OF DAY, ATMOSPHERE]. Color palette: [COLORS]. Camera character: [LENS/DEPTH OF FIELD]. Emphasize [IMPORTANT DETAILS] and preserve [IDENTITY/PRODUCT FEATURES]. Mood: [MOOD]. Aspect ratio: [RATIO]. Avoid [UNWANTED ELEMENTS]. Keep one clear focal point, believable materials, coherent perspective, and intentional background detail.
Creative

Commercial Product Photo Prompt

Generate a polished product visual without losing key details.

Best with ChatGPT Images / Midjourney / Firefly
View full prompt
Create a premium commercial product photograph of [PRODUCT], accurately preserving [SHAPE, LOGO, COLORS, MATERIALS]. Place it on [SURFACE/SET] with [BACKGROUND]. Use [LIGHTING SETUP], [CAMERA ANGLE], and a [LENS] look. Show realistic texture, reflections, contact shadows, and scale. Composition should leave [NEGATIVE SPACE LOCATION] for optional copy. Brand mood: [MOOD]. Aspect ratio: [RATIO]. Avoid distorted packaging, altered logos, extra objects, unreadable text, floating shadows, and excessive visual clutter.
Creative

Logo Concept Prompt

Explore distinctive logo directions with practical constraints.

Best with Ideogram / ChatGPT Images / Firefly
View full prompt
Design a distinctive logo concept for [BRAND], a [BUSINESS TYPE] serving [AUDIENCE]. Brand attributes: [3–5 ATTRIBUTES]. Explore a visual idea based on [CONCEPT/SYMBOL] using [GEOMETRIC/ORGANIC] forms and a [COLOR LIMIT] palette. The mark must remain recognizable at small size and work in one color. Present it flat on a plain background, not on a mockup. Avoid generic AI brains, copied brand styles, gradients unless essential, tiny details, random letters, and decorative text.
Creative

YouTube Thumbnail Prompt

Create a clear thumbnail designed for small-screen recognition.

Best with ChatGPT Images / Midjourney / Ideogram
View full prompt
Create a high-impact YouTube thumbnail for a video about [TOPIC]. Feature [MAIN SUBJECT] with [EXPRESSION/ACTION] as the dominant focal point. Use a simple [BACKGROUND], bold contrast, dramatic but believable lighting, and clean separation between foreground and background. Reserve negative space on the [LEFT/RIGHT] for the short headline “[EXACT TEXT]”. Keep the text large and readable, use no more than [NUMBER] visual elements, and compose in 16:9. Avoid clutter, tiny text, duplicated objects, and misleading imagery.
Creative

Original Story Concept Generator

Generate story premises with character, conflict, and consequence.

Best with ChatGPT / Claude
View full prompt
Generate 5 distinct story concepts in the [GENRE] genre for [AUDIENCE]. Each concept must include a one-sentence premise, protagonist with a specific desire and flaw, setting, inciting incident, central conflict, stakes, antagonist or opposing force, a meaningful twist, and the emotional question at the heart of the story. Avoid familiar plots unless you deliberately transform them. Afterward, compare the concepts for originality, emotional potential, and production complexity.
Creative

Visual Storyboard Builder

Turn a scene or short video into a shot-by-shot plan.

Best with ChatGPT / Claude
View full prompt
Create a storyboard for a [DURATION] [VIDEO/SCENE] about [CONCEPT]. Audience and platform: [AUDIENCE/PLATFORM]. Break it into numbered shots with duration, shot size, camera angle or movement, visible action, composition, dialogue or voice-over, on-screen text, sound, transition, and production notes. Maintain continuity of characters, props, screen direction, lighting, and location. End with a total runtime check and a simplified version for a limited budget.
Creative

Brand Voice Guide

Define a consistent voice that writers can actually apply.

Best with Claude / ChatGPT
View full prompt
Create a practical brand voice guide for [BRAND]. Audience: [AUDIENCE]. Purpose: [PURPOSE]. Desired traits: [TRAITS]. Include voice principles, how the tone changes by situation, vocabulary to use and avoid, sentence and formatting preferences, accessibility and inclusivity notes, and before/after examples for a homepage, support reply, social post, and announcement. Make each rule observable and specific. Avoid generic traits unless you explain exactly how they appear in writing.
Creative

Brand Name Generator

Generate names from strategic criteria rather than random words.

Best with ChatGPT / Claude
View full prompt
Generate 30 brand name candidates for [BUSINESS/PRODUCT]. Audience: [AUDIENCE]. Positioning: [POSITIONING]. Desired associations: [ASSOCIATIONS]. Constraints: [LENGTH, LANGUAGE, WORDS TO AVOID]. Group names by strategy: descriptive, suggestive, metaphorical, invented, and compound. For each name explain the rationale, pronunciation risk, spelling risk, and possible negative associations. Do not claim trademark or domain availability; provide a verification checklist for the shortlisted names.
Creative

Short-Form Video Script

Write a tight script with visual direction and retention beats.

Best with ChatGPT / Claude
View full prompt
Write a [DURATION]-second vertical video script about [TOPIC] for [AUDIENCE]. Goal: [GOAL]. Start with a truthful hook in the first 2 seconds, establish the problem, deliver 2–3 useful points with pattern changes, and end with one relevant call to action. Format as a table with time, spoken line, on-screen text, visual or B-roll, and sound cue. Keep spoken language natural and make the script understandable without audio through captions. Avoid fake urgency and unsupported claims.
Creative

Creative Campaign Concepts

Develop campaign ideas that connect one message across channels.

Best with ChatGPT / Claude
View full prompt
Develop 5 creative campaign concepts for [BRAND/OFFER]. Audience: [AUDIENCE]. Objective: [OBJECTIVE]. Single-minded message: [MESSAGE]. Proof: [PROOF]. Channels: [CHANNELS]. For each concept provide the central idea, human insight, headline, visual system, channel executions, participation mechanism, and key risk. Ensure each concept can be recognized consistently across formats without repeating identical assets. Rank the ideas by strategic fit, originality, feasibility, and evidence required.
Better Results

How to use these AI prompts

A good template becomes much stronger when you give the model real context and review its output.

01

Replace the placeholders

Change every item inside square brackets. Add your audience, goal, source material, tone, constraints, and examples.

02

Provide trustworthy context

Paste the relevant notes, data, code, or research. Tell the model when it must not guess or invent missing information.

03

Review and iterate

Verify important facts and ask for one focused improvement at a time instead of repeatedly generating from scratch.

Creative Tool

Need a custom image prompt?

Use the free builder to control the model, style, composition, lighting, color palette, camera, mood, and aspect ratio. For tool selection and a complete creation workflow, visit the AI Image Creation Hub. You can also test your prompting skills with the free AI Prompt Challenge.

Open Image Prompt Builder
FAQ

AI Prompt Library questions

Yes. You can copy, customize, and use every prompt for personal or commercial workflows without creating an account.

Most text prompts work with ChatGPT, Claude, Gemini, and similar assistants. Creative cards also recommend suitable image generators.

Replace each bracketed variable with specific information from your task. Remove any optional instruction that does not apply.

No. They improve direction and structure, but important facts, calculations, code, and decisions still require human review.

No. Search and copy actions happen inside your browser, and this page does not require an account.

Prompt copied