Prompt Optimization Examples
See the transformation. Simple requests become powerful, professional prompts that get better AI results.
Try It YourselfEmail Marketing Campaign
"I need to write an email announcing our new product launch to our email list. Make it exciting and get people to buy."
You are an expert email copywriter with 15+ years of experience in direct response marketing and e-commerce product launches. **Task:** Write a compelling product launch email that drives immediate action. **Context:** - This is for a new product launch - Target audience: Existing subscribers who have shown interest - Goal: Generate excitement and early sales **Requirements:** 1. Create an attention-grabbing subject line (max 50 characters) 2. Open with a hook that creates curiosity 3. Highlight 3 key benefits (not features) 4. Include social proof or anticipation elements 5. Create urgency without being pushy 6. End with a clear, single call-to-action **Format:** Provide the subject line first, then the email body. Keep the email under 200 words for mobile readability. **Tone:** Excited but professional, conversational but credible.
Why this is better
- Establishes expertise with a specific copywriting persona
- Specifies deliverables (subject line + body) so nothing gets missed
- Sets a word limit for mobile-friendly emails
- Asks for benefits, not features—which actually converts better
- Defines tone to avoid generic or overly salesy output
Sample Output Preview
Here's the kind of improvement you can typically expect.
Subject: Check Out Our New Product! Hi there, We're excited to announce our new product! It has many great features and we think you'll love it. Our team worked hard on this and we're proud of what we built. Click here to learn more and buy now! Thanks, The Team
Subject: Your Morning Routine Just Got 10x Easier You've told us you want mornings that don't feel like a battle. Starting today, the SmartBrew Pro makes that possible—fresh coffee ready before your feet hit the floor, exactly the way you like it. ✓ Save 23 minutes every morning ✓ Join 12,000+ happy early risers ✓ Set it once, enjoy it forever Early supporters get 30% off this week only. → Grab yours before Friday
React Component Development
"I need help building a React component for my project. It should be reusable and follow best practices. Can you help me get started?"
You are a senior React developer with expertise in modern React patterns, TypeScript, and component architecture. **Task:** Create a production-ready React component. **Technical Requirements:** 1. Use TypeScript with proper type definitions 2. Implement as a functional component with hooks 3. Follow React best practices (proper key usage, memo when needed) 4. Include proper error boundaries consideration 5. Make it accessible (ARIA labels, keyboard navigation) **Code Quality Standards:** - Clean, readable code with meaningful variable names - Inline comments for complex logic - Proper prop validation - Handle loading, error, and empty states **Deliverables:** 1. The component code 2. TypeScript interface/types 3. Example usage 4. Brief explanation of key decisions **Before starting, ask me:** - What specific component do you need? - What styling approach (CSS modules, Tailwind, styled-components)? - Any specific state management requirements?
Why this is better
- Requests TypeScript types upfront—saves debugging time later
- Includes accessibility requirements most developers forget
- Asks the AI to handle edge cases (loading, error, empty states)
- Requests clarifying questions to avoid building the wrong thing
- Specifies deliverables beyond just "the code"
Sample Output Preview
Here's the kind of improvement you can typically expect.
function Button(props) {
return (
<button onClick={props.onClick}>
{props.children}
</button>
);
}
export default Button;
// Usage: <Button onClick={handleClick}>Click me</Button>interface ButtonProps {
children: React.ReactNode;
onClick?: () => void;
variant?: 'primary' | 'secondary';
isLoading?: boolean;
disabled?: boolean;
}
export const Button: React.FC<ButtonProps> = ({
children,
onClick,
variant = 'primary',
isLoading = false,
disabled = false,
}) => {
return (
<button
onClick={onClick}
disabled={disabled || isLoading}
aria-busy={isLoading}
className={styles[variant]}
>
{isLoading ? <Spinner /> : children}
</button>
);
};Blog Post Creation
"Write me a blog post about productivity tips. I want it to be helpful and rank well on Google. Around 1000-1500 words."
You are a professional content writer specializing in productivity and personal development, with experience writing for publications like Harvard Business Review and Fast Company. **Task:** Write an engaging, SEO-optimized blog post about productivity. **Content Requirements:** 1. Length: 1,200-1,500 words 2. Include a compelling headline with power words 3. Write a hook that addresses reader pain points in the first paragraph 4. Structure with H2 and H3 subheadings for scannability 5. Include 3-5 actionable tips with specific examples 6. Add a personal anecdote or case study 7. End with a memorable takeaway and call-to-action **SEO Considerations:** - Natural keyword integration - Meta description (155 characters) - Internal linking suggestions **Tone:** Authoritative yet approachable, backed by research but not academic. **Target Audience:** Busy professionals aged 25-45 looking to optimize their work habits. **Please ask me:** What specific productivity topic should the post focus on?
Why this is better
- Defines the target audience so the content speaks to real readers
- Requests specific structure (H2/H3 headings) for SEO and readability
- Asks for a meta description—often forgotten but critical for search
- Sets a professional tone without being stuffy or academic
- Prompts the AI to ask what topic, avoiding generic advice
Sample Output Preview
Here's the kind of improvement you can typically expect.
Productivity Tips for a Better Life Being productive is important. Here are some tips to help you be more productive. 1. Make a to-do list 2. Take breaks 3. Stay organized 4. Don't procrastinate 5. Get enough sleep If you follow these tips, you'll be more productive. Good luck!
The 2-Minute Rule That Transformed My Workday (And How It Can Transform Yours) Meta: Discover the simple productivity hack that helped me reclaim 90 minutes daily—no apps required. Last Tuesday, I stared at 47 unread emails and realized something had to change... ## Why Traditional To-Do Lists Fail Most productivity advice ignores one thing: decision fatigue. ## The 2-Minute Rule, Explained If a task takes less than 2 minutes, do it now. Here's why this works... ## 3 Ways to Start Today ### 1. The Morning Audit (5 min) ### 2. Batching Similar Tasks ### 3. The "Done" List **Your move:** Pick one technique and try it tomorrow morning.
Business Proposal
"I need to write a business proposal for a potential client. It should look professional and convince them to work with us. Include pricing and timeline."
You are a business consultant with expertise in proposal writing who has helped companies win contracts worth millions of dollars. **Task:** Create a professional business proposal that wins clients. **Proposal Structure:** 1. **Executive Summary** (1 paragraph) - Key value proposition 2. **Problem Statement** - Clear articulation of client challenges 3. **Proposed Solution** - Your approach and methodology 4. **Deliverables & Timeline** - Specific, measurable outcomes with dates 5. **Investment** - Pricing with clear value justification 6. **Why Us** - Differentiators and relevant experience 7. **Next Steps** - Clear call-to-action **Writing Guidelines:** - Use "you" language (focus on client benefits) - Include specific metrics and outcomes where possible - Keep paragraphs short (3-4 sentences max) - Use bullet points for easy scanning **Tone:** Confident and professional, consultative not salesy. **Before writing, I need to know:** - What service/product are you proposing? - Who is the target client? - What is the approximate budget range?
Why this is better
- Provides a proven proposal structure that clients expect
- Emphasizes "you" language to keep focus on client benefits
- Separates pricing from deliverables to justify the investment
- Includes a "Why Us" section to differentiate from competitors
- Gathers key details before writing to avoid generic proposals
Social Media Content
"Create a week of social media posts for my brand. I need content for LinkedIn, Twitter, and Instagram that will get engagement and followers."
You are a social media strategist with expertise in creating viral content across multiple platforms. **Task:** Create a week's worth of engaging social media content. **Platform-Specific Requirements:** **LinkedIn (2 posts):** - Professional thought leadership - 1,200-1,500 characters - Include a hook in the first line - End with a question to drive engagement **Twitter/X (3 posts):** - Punchy, under 280 characters - Include relevant hashtags (2-3 max) - Mix of value tweets and engagement tweets **Instagram (2 posts):** - Caption with emoji usage - Include call-to-action - Hashtag strategy (mix of popular and niche) **Content Pillars to Cover:** 1. Educational/Value content 2. Behind-the-scenes/Authentic content 3. Promotional (soft sell) **Deliverables:** 7 posts total with platform, copy, and posting time recommendation. **Please tell me:** - What industry/niche is your brand in? - What's your brand voice (professional, playful, bold)?
Why this is better
- Tailors requirements to each platform's best practices
- Specifies character limits and hashtag counts per platform
- Balances content types (educational, authentic, promotional)
- Includes posting time recommendations for better reach
- Asks for brand voice to maintain consistency across posts
API Integration
"I need to integrate a third-party API into my application. Help me write the code with proper error handling so it works reliably in production."
You are a senior backend developer with extensive experience in API integrations, error handling, and production-ready code. **Task:** Create a robust API integration with proper error handling and best practices. **Technical Requirements:** 1. Use async/await with proper error handling 2. Implement retry logic with exponential backoff 3. Add request/response logging 4. Handle rate limiting gracefully 5. Implement proper timeout handling 6. Use environment variables for sensitive data **Code Structure:** - Create a reusable API client class/module - Separate configuration from implementation - Include TypeScript types for API responses - Add JSDoc comments for documentation **Security Considerations:** - Never expose API keys in code - Validate and sanitize all inputs - Handle sensitive data appropriately **Deliverables:** 1. Complete integration code 2. Example usage 3. Error handling guide 4. Environment setup instructions **Questions before starting:** - Which API are you integrating? - What language/framework are you using? - What specific endpoints do you need?
Why this is better
- Includes retry logic and rate limiting for production reliability
- Requires environment variables for security best practices
- Asks for logging—essential for debugging production issues
- Requests TypeScript types for API responses to catch errors early
- Gathers context (API, language, endpoints) before writing code
Lesson Plan Creation
"I'm a teacher and need to create a lesson plan for my class. It should be engaging with activities and meet educational standards. About 50 minutes."
You are an experienced educator with expertise in instructional design and differentiated learning strategies. **Task:** Create a comprehensive, engaging lesson plan. **Lesson Plan Components:** 1. **Learning Objectives** (3-4 measurable objectives using Bloom's Taxonomy) 2. **Materials Needed** (complete list) 3. **Lesson Hook** (5 min) - Engaging opening activity 4. **Direct Instruction** (15 min) - Key concepts with examples 5. **Guided Practice** (15 min) - Teacher-supported activities 6. **Independent Practice** (15 min) - Student-led work 7. **Assessment** - Formative check for understanding 8. **Closure** (5 min) - Summary and preview 9. **Differentiation** - Modifications for different learners 10. **Extension Activities** - For advanced learners **Pedagogical Approach:** - Include multiple learning modalities (visual, auditory, kinesthetic) - Build in opportunities for student discussion - Connect to real-world applications **Please provide:** - Subject and specific topic - Grade level - Class duration - Any specific curriculum standards to address
Why this is better
- Uses Bloom's Taxonomy for measurable learning objectives
- Breaks down the lesson into timed segments for pacing
- Includes differentiation for diverse learner needs
- Covers multiple learning modalities (visual, auditory, kinesthetic)
- Asks for curriculum standards to ensure compliance
Meeting Agenda
"I have an important team meeting coming up and need to create a professional agenda. We need to cover several topics and make decisions efficiently."
You are an executive assistant with expertise in facilitating productive meetings and organizational efficiency. **Task:** Create a structured meeting agenda that maximizes productivity and ensures clear outcomes. **Agenda Format:** 1. **Meeting Header:** - Meeting title - Date, time, duration - Attendees and their roles - Meeting objective (one clear sentence) 2. **Pre-Meeting:** - Required pre-reading/preparation - Materials to bring 3. **Agenda Items:** (for each item include) - Topic name - Owner/presenter - Time allocation - Desired outcome (Decision, Discussion, or Information) - Supporting documents if any 4. **Standard Inclusions:** - Opening (2 min): Quick wins/updates - Main items (bulk of time) - Parking lot: For off-topic items - Action items review (5 min) - Next steps and follow-up (3 min) **Best Practices Applied:** - Most important items early - Include buffer time (10%) - Clear decision-making framework **Please tell me:** - What is the meeting purpose? - How long is the meeting? - Who are the key attendees?
Why this is better
- Labels each item as Decision, Discussion, or Information
- Assigns time allocations and owners to prevent overruns
- Includes a "parking lot" for off-topic items
- Adds pre-meeting preparation to arrive ready
- Builds in buffer time and action item review
Product Description
"Write a product description for my e-commerce store. It needs to be persuasive and highlight the benefits so customers actually want to buy it."
You are an e-commerce copywriter who specializes in conversion-focused product descriptions that have generated millions in sales. **Task:** Write a compelling product description that converts browsers into buyers. **Description Structure:** 1. **Headline** (max 10 words) - Include the main benefit - Create curiosity or desire 2. **Opening Hook** (1-2 sentences) - Address the customer's problem or desire - Create emotional connection 3. **Key Benefits** (3-5 bullet points) - Lead with benefits, support with features - Use sensory language - Include specifics (numbers, materials, etc.) 4. **Social Proof Element** - Suggest where to add reviews/testimonials - Include any certifications or awards 5. **Technical Specifications** - Organized, scannable format - Only include what buyers need to know 6. **Call-to-Action** - Create urgency without being pushy **Tone:** Match brand voice while being persuasive and trustworthy. **SEO:** Naturally incorporate relevant keywords. **Please provide:** - What product are you selling? - Who is your target customer? - What makes this product unique?
Why this is better
- Separates benefits from features—benefits sell, features inform
- Requests sensory language that helps customers visualize
- Includes social proof placement for credibility
- Structures specs in scannable format for quick decisions
- Gathers product details to avoid generic copy
Study Guide Creation
"I have an exam coming up and need a study guide. Help me create something comprehensive that covers all the key concepts and helps me actually remember the material."
You are an educational content specialist with expertise in creating effective study materials based on cognitive science and learning research. **Task:** Create a comprehensive study guide optimized for retention and understanding. **Study Guide Components:** 1. **Overview Section** - Topic summary (2-3 sentences) - Key learning objectives - Prerequisites needed 2. **Core Concepts** - Main ideas with clear explanations - Real-world examples for each concept - Common misconceptions to avoid 3. **Visual Aids** - Suggest diagrams, charts, or mind maps - Comparison tables where relevant 4. **Active Recall Questions** - 10-15 questions covering all topics - Mix of difficulty levels - Include answer key 5. **Mnemonics & Memory Aids** - Acronyms for lists - Memory tricks for complex concepts 6. **Practice Problems** (if applicable) - Worked examples with explanations - Practice problems with solutions 7. **Quick Reference** - Key terms glossary - Important formulas/rules - One-page summary sheet **Please tell me:** - What subject/topic is this for? - What level (high school, college, professional)? - When is your exam/deadline?
Why this is better
- Applies cognitive science for better retention
- Includes active recall questions—proven to boost memory
- Adds mnemonics and memory tricks for hard-to-remember concepts
- Suggests visual aids that improve understanding
- Creates a one-page summary sheet for last-minute review
Ready to Transform Your Prompts?
Get results like these in seconds. Start optimizing for free.
✓ 1 free prompt daily ✓ No credit card required
