Salary negotiation is nerve-wracking without preparation. AI coaches you with specific talking points. The Prompt: Help me prepare for salary negotiation: My role: [Job title] My experience: [X years] Current salary: [$X or N/A if new job] Target salary: [$X] Their offer: [$X if applicable] Location: [City/Remote] Company type: [Startup/Corp/etc] My strengths: [Key skills/achievements] Prepare: […]
Category: AI
AI Prompt: Explain Your Medical Test Results in Plain Language
Blood test results full of confusing numbers and abbreviations? AI explains what they mean. The Prompt: Explain these medical test results in plain English: [Paste or type your results] For each value: 1. What does this measure? 2. Is my value normal, high, or low? 3. What does abnormal mean for health? 4. What lifestyle […]
AI Prompt: Create Personalized Workout Plan Based on Equipment and Goals
Generic workout plans don’t fit your equipment or schedule. AI creates perfectly tailored plan. The Prompt: Create personalized workout plan: My equipment: [gym / home / dumbbells only / no equipment] Goal: [lose weight / build muscle / improve endurance / stay active] Current level: [beginner / intermediate / advanced] Days per week: [3/4/5/6] Time […]
AI Prompt: Review Code for Security Vulnerabilities
Manual security reviews miss issues. AI scans code for common vulnerabilities comprehensively. The Prompt: Review this code for security vulnerabilities: [Paste code] Check for: 1. SQL Injection 2. XSS (Cross-Site Scripting) 3. CSRF vulnerabilities 4. Authentication issues 5. Authorization flaws 6. Input validation problems 7. Sensitive data exposure 8. Insecure dependencies 9. API security issues […]
AI Prompt: Generate Database Schema from Description
Designing database schema takes hours. AI creates normalized schema with relationships instantly. The Prompt: Design database schema for: [Describe your application] Requirements: 1. Normalized (3NF minimum) 2. Include primary keys, foreign keys 3. Add indexes for common queries 4. Specify data types (be specific) 5. Add constraints (NOT NULL, UNIQUE, etc.) 6. Show relationships (1:1, […]
AI Prompt: Convert Requirements Document to User Stories
Writing user stories from requirements is tedious. AI converts them automatically in proper format. The Prompt: Convert these requirements to user stories: [Paste requirements document] Format each as: – As a [role] – I want [feature] – So that [benefit] Also include: – Acceptance criteria (Given/When/Then) – Story points estimate (1-13 scale) – Priority (High/Medium/Low) […]
AI Prompt: Create API Documentation from Code
Writing API docs is boring. AI generates beautiful documentation from your endpoints. The Prompt: Create API documentation for these endpoints: [Paste controller/routes code] Format as: 1. Endpoint overview table 2. For each endpoint: – HTTP method and path – Description – Request parameters (query, path, body) – Request example (curl + code) – Response format […]
AI Prompt: Refactor Legacy Code to Modern Patterns
Cleaning up old code manually takes days. AI refactors to modern patterns while preserving logic. The Prompt: Refactor this legacy code to modern best practices: [Paste old code] Target language version: [e.g., C# 11, ES2023] Apply: 1. Modern syntax (async/await, arrow functions, etc.) 2. Design patterns where appropriate 3. Better naming conventions 4. Remove code […]
AI Prompt: Generate Unit Tests from Existing Code
Writing tests is tedious but necessary. AI generates comprehensive test cases automatically. The Prompt: Generate unit tests for this code: [Paste your function/class] Requirements: 1. Use [testing framework – e.g., Jest, xUnit, pytest] 2. Test happy path 3. Test edge cases (null, empty, invalid input) 4. Test error handling 5. Include setup/teardown if needed 6. […]
AI Prompt: Create Comprehensive README for GitHub Project
README writing is tedious. AI creates professional documentation from your code. The Prompt: Create README.md for this project: Project description: [Brief description] Main files: [List key files] Tech stack: [Languages/frameworks] Purpose: [What it does] Include: – Project title with badges – Description – Features list – Installation steps – Usage examples – Configuration options – […]
AI Prompt: Summarize YouTube Video from Transcript
Long video but need quick summary? AI extracts key points from transcript. Get Transcript: Use YouTube transcript feature or browser extension The Prompt: Summarize this video transcript: [Paste transcript] Provide: 1. 3-sentence summary 2. Key points (bullet list) 3. Main takeaways 4. Timestamps for important sections (if mentioned) 5. Action items (if tutorial/how-to) Format for […]
AI Prompt: Brainstorm Creative Solutions to Business Problems
Stuck on business challenge? AI generates creative approaches you might not consider. The Prompt: I’m facing this business challenge: [Describe problem in detail] Our constraints: – Budget: [amount] – Timeline: [timeframe] – Team size: [number] – Must avoid: [limitations] Generate 10 creative solutions: 1. Include unconventional approaches 2. Mix of low-cost and premium options 3. […]
AI Prompt: Create Excel Formulas from Description of What You Want to Calculate
Excel formulas syntax confusing? Describe what you want in plain English, get working formula. The Prompt: Create Excel formula for: I have: – Column A: Product names – Column B: Prices – Column C: Quantities sold I want in Column D: Total revenue (price × quantity), but only for products starting with “Pro-” If quantity […]
AI Prompt: Generate SQL Queries from Plain English Descriptions
Know what data you need but struggling with SQL syntax? AI writes the query for you. The Prompt: Write SQL query for this: Database: Ecommerce Tables: Users (id, name, email), Orders (id, user_id, total, created_at) I need: Top 10 customers by total order value in last 30 days Also explain what each part does. AI […]
AI Prompt: Generate Regex Patterns with Explanation and Test Cases
Struggling with regex syntax? AI writes the pattern and explains how it works. The Prompt: Create a regex pattern that matches: – US phone numbers in formats: (555) 123-4567, 555-123-4567, 5551234567 Provide: 1. The regex pattern 2. Explanation of each part 3. 5 test cases (3 valid, 2 invalid) 4. Code example in JavaScript AI […]
AI Prompt: Convert Handwritten Notes Photo to Formatted Markdown
Took handwritten meeting notes on paper? AI transcribes and formats them into clean digital text. The Prompt: Transcribe this handwritten note image into clean Markdown format: [Upload photo of handwritten notes] Requirements: – Fix any unclear words (best guess) – Organize into bullet points or numbered lists – Use headers for main topics – Bold […]
AI Prompt: Analyze Email Thread and Summarize Action Items by Person
Long email chains with scattered tasks? AI extracts who needs to do what. The Prompt: Analyze this email thread and create action items organized by person: [Paste entire email thread] Format: **John:** – [ ] Task 1 (due: date if mentioned) – [ ] Task 2 **Sarah:** – [ ] Task 3 **No owner assigned:** […]
AI Prompt: Generate Realistic Test Data for Development
Need 100 fake users for testing? AI generates realistic test data instantly. The Prompt: Generate 50 realistic user records as JSON with: – First name, last name – Email (use fake domains) – Phone number (US format) – Address (real US cities, fake street addresses) – Birthday (ages 18-80) – Account balance (random $0-$10,000) Make […]
AI Prompt: Simplify Legal Documents into Plain English
Can’t understand your rental agreement or terms of service? AI translates legalese into normal language. The Prompt: Explain this legal text in simple terms a 10-year-old would understand: [Paste legal paragraph] Highlight any: – Important obligations I’m agreeing to – Risks or penalties – Red flags I should know about Example: Legal: “Party A hereby […]
AI Prompt: Turn Meeting Notes into Actionable Task Lists
Meeting notes scattered everywhere? AI organizes them into clear action items. The Prompt: Extract action items from these meeting notes: [Paste your meeting notes] For each action item provide: 1. Task description 2. Owner (who’s responsible) 3. Due date (if mentioned) 4. Priority (High/Medium/Low) Format as checklist I can copy to project management tool. Example […]
AI Coding Assistant: ChatGPT Prompts That Generate Production-Ready Code
Tired of AI giving you buggy code snippets? These structured prompts extract perfect, tested code from ChatGPT and Copilot. The Structure for Perfect Code Generation: ROLE: Senior [Language] Developer with 10 years experience TASK: Create [specific feature] CONSTRAINTS: [technical limitations] REQUIREMENTS: [must-have features] OUTPUT FORMAT: [code structure] TEST: [validation criteria] Example: ROLE: Senior C#/.NET Developer […]
AI Prompt Engineering: How to Get Perfect Images Every Time with Midjourney
Struggling with AI image generators giving you weird results? These precise prompt templates transform random outputs into masterpiece-quality images. The Anatomy of a Perfect AI Image Prompt: [Subject] + [Detailed Description] + [Art Style] + [Artist Reference] + [Technical Parameters] BAD: “A dog in a park” GOOD: “Golden retriever puppy playing with red ball in […]
AI Prompt: Analyze Contracts and Legal Documents to Find Hidden Fees and Unfair Terms
Signing a lease, employment contract, or service agreement? AI can highlight hidden fees, unfair clauses, and red flags you might miss. The Contract Analysis Prompt: I need help analyzing a legal contract before signing. **Document Type:** [e.g., Apartment Lease, Employment Contract, Service Agreement, Phone Plan] **Full Contract Text:** [Paste entire contract here] **What I Need:** […]
AI Prompt: Transform Any Recipe to Match Your Dietary Restrictions and Available Ingredients
Found the perfect recipe but you’re vegan, gluten-free, or missing half the ingredients? AI can adapt any recipe to your needs while keeping it delicious. The Recipe Adaptation Prompt: I need help adapting a recipe to my dietary needs and available ingredients. **Original Recipe:** [Paste entire recipe here – ingredients and instructions] **Dietary Restrictions:** [e.g., […]
AI Prompt: Diagnose Home Repair Issues with Photos and Get Step-by-Step Fix Instructions
Strange noise from your HVAC? Leak under the sink? Use AI to diagnose and get repair instructions without calling an expensive technician. The Diagnostic Prompt Template: I need help diagnosing and fixing a home repair issue. **The Problem:** [Describe what’s wrong: noise, leak, not working, etc.] **Location:** [Where: kitchen sink, basement furnace, bedroom ceiling, etc.] […]
AI Prompt: Plan the Perfect Road Trip with Hidden Gems and Time Optimization
Skip generic tourist traps and discover authentic local experiences with this comprehensive road trip planning prompt. The Ultimate Road Trip Planner Prompt: You are a travel planning expert with deep knowledge of hidden gems and local culture. Create a detailed road trip itinerary. **Trip Details:** – Start: [City/Location] – End: [City/Location] – Duration: [Number of […]
AI Prompt: Debug Production Errors by Analyzing Stack Traces and Logs
Stop spending hours deciphering cryptic error messages. This prompt turns stack traces into actionable debugging steps. The Master Debugging Prompt: You are a senior software engineer debugging a production issue. Analyze the following error and provide a step-by-step debugging plan. **Error Context:** Application: [e.g., ASP.NET Core Web API] Environment: [Production/Staging] Frequency: [How often does this […]
AI Prompt: Generate Production-Ready API Documentation from Code Comments
Turn scattered code comments into beautiful, structured API docs in seconds with this prompt template. The Prompt Template: You are a technical documentation expert. Analyze the following code and generate comprehensive API documentation. **Input Code:** [PASTE YOUR CODE HERE] **Output Requirements:** 1. Extract all public methods/endpoints 2. For each endpoint, document: – HTTP method and […]
Plan a Real-Life Skill Upgrade in 30 Days
Not productivity porn. Real execution. Prompt Create a 30-day plan to learn [SKILL].Constraints: max 45 minutes per day no paid resources weekly measurable outcome final real-world deliverableAvoid motivational language. Be practical. Why it works AI shines at structured planning, not motivation.


























