JoePro's Prompt Library
165+ Ready-to-Copy Prompts
Battle-tested prompts from JoePro (JoeProAI). Copy, customize, and use immediately. Updated regularly with new prompts that actually work.
Business & Marketing
Product Launch Email
Write a compelling product launch email for [PRODUCT]. Include: attention-grabbing subject line, key benefits (not features), social proof, urgency element, and clear CTA. Target audience: [AUDIENCE]. Tone: excited but professional.
Competitor Analysis
Analyze [COMPETITOR] as if you're a business strategist. Cover: their value proposition, target market, pricing strategy, marketing channels, strengths, weaknesses, and opportunities we can exploit. Be specific and actionable.
Sales Objection Handler
I sell [PRODUCT/SERVICE]. The prospect said: "[OBJECTION]". Give me 3 ways to handle this objection that acknowledge their concern, reframe the issue, and move toward a close. Include specific language I can use.
Value Proposition Canvas
Create a value proposition canvas for [PRODUCT]. Include: customer jobs (functional, social, emotional), pains, gains, and how our product addresses each. Format as a structured document I can share with my team.
Cold Email Sequence
Write a 3-email cold outreach sequence for [PRODUCT/SERVICE] targeting [ROLE] at [COMPANY TYPE]. Email 1: pattern interrupt + value. Email 2: case study + social proof. Email 3: breakup email. Keep each under 100 words.
Brand Voice Guide
Create a brand voice guide for [COMPANY]. Include: personality traits (3-5), tone attributes, words to use, words to avoid, example phrases for different scenarios (welcome, error, success, support). Make it actionable for any team member.
Customer Persona
Create a detailed customer persona for [PRODUCT]. Include: demographics, psychographics, goals, frustrations, buying behavior, objections, preferred channels, and a day-in-the-life narrative. Name the persona and make them feel real.
Pricing Strategy
Help me develop a pricing strategy for [PRODUCT]. Current situation: [CONTEXT]. Analyze: value-based pricing, competitive positioning, psychological pricing tactics, tier structure, and recommended price points with reasoning.
Social Proof Request
Write a testimonial request email to send to happy customers of [PRODUCT]. Make it easy to respond, suggest specific questions they can answer, and include a template they can fill in. Tone: appreciative, not desperate.
Affiliate Program Pitch
Write a pitch to recruit affiliates for [PRODUCT]. Include: commission structure, why they should promote us, support we provide, success stories, and application process. Target: [INFLUENCER TYPE].
Quarterly Business Review
Create a framework for a Quarterly Business Review presentation. Include: executive summary template, KPI sections, wins/challenges format, next quarter priorities, and resource requests. Make it boardroom-ready.
Partnership Proposal
Write a partnership proposal email to [COMPANY] for [TYPE OF PARTNERSHIP]. Include: why them specifically, mutual benefits, proposed structure, next steps. Be concise but compelling.
Crisis Communication
Our company is facing [CRISIS]. Write a communication plan including: internal memo to employees, external statement to customers, social media response template, and FAQ for support team.
Product Positioning Statement
Create a positioning statement for [PRODUCT]: For [TARGET], who [NEED/OPPORTUNITY], [PRODUCT] is a [CATEGORY] that [KEY BENEFIT]. Unlike [ALTERNATIVE], we [DIFFERENTIATOR]. Make it memorable and defensible.
Meeting Agenda Template
Create an effective meeting agenda template for [MEETING TYPE]. Include: pre-meeting prep, time allocations, discussion topics, decision points, action items capture, and follow-up process. Optimize for outcomes, not duration.
Content Writing
Blog Post Outline
Create a detailed outline for a blog post about [TOPIC]. Include: SEO-optimized title (with keyword), meta description, H2/H3 structure, key points per section, internal linking opportunities, and CTA. Target length: [WORDS].
LinkedIn Post Hook
Write 10 hook variations for a LinkedIn post about [TOPIC]. Each hook should: stop the scroll, create curiosity, and be under 15 words. Mix formats: questions, contrarian takes, stories, data points.
X Thread
Write a viral X thread about [TOPIC]. Structure: hook tweet, 8-10 value tweets, callback to hook, CTA. Each tweet should stand alone but flow together. Include engagement prompts.
Newsletter Introduction
Write 5 newsletter intro variations for a piece about [TOPIC]. Each should: hook immediately, establish relevance, and transition to main content. Tone: [TONE]. Keep under 50 words each.
YouTube Script
Write a YouTube video script about [TOPIC]. Include: hook (first 30 seconds), pattern interrupts every 2 minutes, clear sections, b-roll suggestions, and end screen CTA. Target length: [MINUTES] minutes.
Podcast Episode Outline
Create a podcast episode outline for [TOPIC]. Include: cold open hook, intro, 3-4 main segments with talking points, listener engagement moment, sponsor read placement, and outro with CTA.
Case Study Framework
Write a case study about [CLIENT/PROJECT]. Structure: Challenge (with metrics), Solution (our approach), Results (specific numbers), Testimonial placeholder, Key learnings. Make it skimmable but detailed.
Landing Page Copy
Write landing page copy for [PRODUCT/OFFER]. Include: headline, subheadline, 3 benefit blocks, social proof section, objection handlers, FAQ, and 3 CTA variations. Focus on conversion, not cleverness.
Email Subject Lines
Generate 20 email subject lines for [EMAIL PURPOSE]. Mix: curiosity, urgency, personalization, questions, numbers. Include preview text suggestions. A/B test ready.
Product Description
Write a compelling product description for [PRODUCT]. Include: headline, key features as benefits, use cases, specifications, and emotional close. Optimize for both SEO and conversion.
Press Release
Write a press release for [ANNOUNCEMENT]. Include: headline, dateline, lead paragraph (who/what/when/where/why), quotes, boilerplate, contact info. AP style, newsworthy angle.
Testimonial Questions
Create 10 questions to ask customers to get great testimonials for [PRODUCT]. Questions should elicit: specific results, emotional transformation, and recommendation. Easy to answer but produce quotable content.
Content Repurposing
I have a [CONTENT TYPE] about [TOPIC]. Give me 15 ways to repurpose this into other content formats. Include: platform, format, angle, and estimated time to create each.
SEO Content Brief
Create an SEO content brief for [KEYWORD]. Include: search intent analysis, competitor content gaps, recommended word count, headings to include, questions to answer, and internal/external linking strategy.
About Page Copy
Write an About page for [COMPANY/PERSON]. Include: origin story, mission, values, team highlights, and CTA. Make it human, not corporate. Show personality while building trust.
Coding & Development
Code Review
Review this code for: bugs, security issues, performance problems, readability, and best practices. Explain each issue, why it matters, and show the fix. Code: [CODE]
Refactor Request
Refactor this code to be more [GOAL: maintainable/performant/readable/testable]. Explain your changes and the principles behind them. Preserve functionality. Code: [CODE]
Debug This Error
I'm getting this error: [ERROR]. Here's my code: [CODE]. And context: [CONTEXT]. Explain: what's causing it, why, and how to fix it. Include the corrected code.
Write Tests
Write comprehensive tests for this function/component: [CODE]. Include: unit tests, edge cases, error scenarios, and integration test suggestions. Use [TESTING FRAMEWORK].
API Design
Design a REST API for [FEATURE]. Include: endpoints, HTTP methods, request/response schemas, authentication, error handling, and rate limiting strategy. Follow best practices.
Database Schema
Design a database schema for [APPLICATION]. Include: tables, columns with types, relationships, indexes, and explain your normalization decisions. Consider: [REQUIREMENTS].
Architecture Decision
I need to decide between [OPTION A] and [OPTION B] for [SYSTEM]. Analyze: pros/cons, scalability, maintainability, cost, and team expertise requirements. Give a recommendation with reasoning.
Code Documentation
Write documentation for this code: [CODE]. Include: JSDoc/docstrings, README section, usage examples, and common pitfalls. Make it helpful for developers of all levels.
Convert Code
Convert this [SOURCE LANGUAGE] code to [TARGET LANGUAGE]. Maintain functionality, use idiomatic patterns for the target language, and note any behavioral differences. Code: [CODE]
Regex Builder
Create a regex pattern to [GOAL]. Include: the pattern, explanation of each part, test cases (matches and non-matches), and common edge cases to consider.
SQL Query
Write a SQL query to [GOAL]. Tables: [SCHEMA]. Include: the query, explanation, optimization notes, and how to modify for common variations. Consider performance.
Git Workflow
My team uses [CURRENT WORKFLOW]. We're having issues with [PROBLEMS]. Suggest an improved Git workflow with: branch naming, commit conventions, PR process, and merge strategy.
Performance Optimization
Analyze this code for performance issues: [CODE]. Identify bottlenecks, explain why they're slow, and provide optimized versions with before/after complexity analysis.
Security Audit
Perform a security audit on this code: [CODE]. Check for: injection vulnerabilities, authentication issues, data exposure, and other OWASP Top 10 concerns. Severity rate each finding.
CLI Tool Design
Design a CLI tool for [PURPOSE]. Include: command structure, flags/options, help text, error messages, and example usage. Follow POSIX conventions where applicable.
Creative & Design
Logo Concept Brief
Create a creative brief for a logo design. Brand: [BRAND]. Include: brand personality, target audience, competitors to differentiate from, must-haves, avoid list, and 3 conceptual directions to explore.
Color Palette
Generate a color palette for [PROJECT/BRAND]. Include: primary, secondary, accent colors with hex codes, usage guidelines, accessibility notes (contrast ratios), and mood/emotion each color evokes.
UI Copy Audit
Audit this UI copy for [SCREEN/FLOW]: [COPY]. Check for: clarity, consistency, tone, error handling, empty states, and accessibility. Provide specific rewrites.
Illustration Brief
Write a brief for an illustration depicting [CONCEPT]. Include: style reference, composition, focal point, color mood, emotional tone, and technical specs needed.
UX Microcopy
Write microcopy for these UI elements in [APP/WEBSITE]: buttons, error messages, empty states, loading states, success messages, tooltips. Match tone: [TONE]. Be helpful and human.
Brand Naming
Generate 20 brand name ideas for [BUSINESS TYPE]. Include: domain availability format, meaning/etymology, pros/cons of each, and how they'd look as a logo. Mix: invented, compound, real words.
Mood Board Brief
Create a mood board brief for [PROJECT]. Include: themes to explore, visual references to find, textures/patterns, typography direction, and overall feeling we're going for.
Photo Direction
Write photo direction for [SHOOT PURPOSE]. Include: shot list, styling notes, model direction, lighting mood, composition guidelines, and post-processing style.
Motion Design Script
Write a motion graphics script for [PURPOSE]. Include: scene-by-scene breakdown, timing, transitions, text animations, sound design notes, and delivery specs.
Icon Set Spec
Specify an icon set for [APP/BRAND]. Include: style (line/fill/duotone), grid size, stroke weight, corner radius, metaphors for each icon needed, and consistency rules.
Email Template Design
Specify an email template design for [PURPOSE]. Include: layout structure, mobile considerations, image guidelines, CTA styling, and dark mode compatibility notes.
Presentation Theme
Design a presentation theme for [PURPOSE/BRAND]. Include: slide master types, typography system, color usage, image treatment, chart styling, and animation guidelines.
Social Media Templates
Design a social media template system for [BRAND] across [PLATFORMS]. Include: post types, stories format, grid strategy, visual consistency elements, and content buckets.
Packaging Copy
Write packaging copy for [PRODUCT]. Include: front panel, side panels, back panel (story, ingredients/specs, instructions), and any required legal text placement notes.
Store/Office Design Brief
Write a design brief for [SPACE TYPE] for [BRAND]. Include: customer journey, key moments, brand expression opportunities, functional requirements, and mood reference.
Data & Analysis
Data Analysis Plan
Create a data analysis plan for [QUESTION/HYPOTHESIS]. Include: data sources needed, cleaning steps, analysis methods, visualizations to create, and how to present findings.
Dashboard Design
Design a dashboard for [USER TYPE] to track [METRICS]. Include: KPI hierarchy, chart types for each metric, filter options, drill-down paths, and alert thresholds.
A/B Test Design
Design an A/B test for [HYPOTHESIS]. Include: control/variant description, sample size calculation, success metrics, guardrail metrics, test duration, and analysis plan.
Survey Design
Create a survey to measure [OBJECTIVE]. Include: screener questions, core questions (mix of types), demographic questions, and analysis plan. Optimize for completion rate and data quality.
Funnel Analysis
Analyze this funnel data: [DATA]. Identify: drop-off points, potential causes, segment differences, and prioritized recommendations to improve conversion. Show your calculations.
Cohort Analysis
Perform a cohort analysis on [METRIC] using this data: [DATA]. Include: cohort definition, retention curves, insights about user behavior over time, and actionable recommendations.
Metric Definition
Define a metric framework for [PRODUCT/TEAM]. Include: North Star metric, supporting metrics, health metrics, and for each: definition, calculation, data source, owner, and target.
Data Cleaning Script
Write a data cleaning script for [DATASET DESCRIPTION]. Handle: missing values, duplicates, outliers, type conversions, and validation. Include: logging and error handling. Use [LANGUAGE].
Statistical Test Selection
I want to test if [HYPOTHESIS] using [DATA DESCRIPTION]. Recommend the appropriate statistical test, explain why, show the implementation, and how to interpret results.
Report Automation
Design an automated reporting system for [REPORT TYPE]. Include: data sources, transformation logic, scheduling, delivery method, and error handling. Document for handoff.
Segmentation Analysis
Perform customer segmentation on [DATA]. Use [METHOD: RFM/clustering/etc]. Include: segment definitions, size, characteristics, and recommended actions for each segment.
Forecasting Model
Build a forecasting model for [METRIC]. Data: [DESCRIPTION]. Include: method selection rationale, implementation, validation approach, confidence intervals, and limitations.
Data Quality Audit
Audit data quality for [DATASET]. Check: completeness, accuracy, consistency, timeliness, and validity. Report findings with severity and remediation recommendations.
Visualization Critique
Critique this data visualization: [DESCRIPTION/IMAGE]. Assess: clarity, accuracy, design, accessibility, and storytelling. Provide specific improvement suggestions with examples.
ML Model Evaluation
Evaluate this ML model for [TASK]. Include: appropriate metrics, confusion matrix analysis, bias assessment, feature importance, and production monitoring recommendations.
Productivity & Learning
Learning Roadmap
Create a 30-day learning roadmap for [SKILL]. Include: daily time commitment, resources (free priority), projects to build, milestones, and how to verify progress. Assume I'm starting from [LEVEL].
Book Summary Request
Summarize [BOOK] as if I need to implement its ideas immediately. Include: core thesis, key frameworks, actionable takeaways, and how it connects to [MY GOAL]. Skip the fluff.
Weekly Review Template
Create a weekly review template for [ROLE/GOAL]. Include: reflection questions, metrics to track, planning prompts, and improvement identification. Make it completable in 20 minutes.
Habit Design
Design a habit system to achieve [GOAL]. Include: keystone habit, habit stacking opportunities, environment design, tracking method, and failure recovery protocol. Use behavioral science.
Decision Framework
I need to decide [DECISION] by [DEADLINE]. Help me create a decision framework including: criteria, weights, options analysis, risks, and recommendation. Make it rigorous but practical.
Time Audit
Help me audit how I spend my time. Create: a tracking template for one week, categories to track, analysis questions to ask after, and optimization suggestions based on common patterns.
Meeting Reduction
I have [X] hours of meetings per week. Help me: identify which to eliminate/async, create a meeting audit checklist, and write polite decline templates for unnecessary meetings.
Focus Protocol
Design a deep work protocol for [TYPE OF WORK]. Include: pre-work ritual, environment setup, time blocking structure, break protocol, and end-of-session review. Account for [CONSTRAINTS].
Goal Setting Framework
Help me set goals for [TIMEFRAME] in [AREA]. Use a proven framework (OKRs, SMART, etc). Include: vision, measurable targets, key actions, and tracking system. Make them ambitious but achievable.
Skill Gap Analysis
I want to become [ROLE/GOAL]. Analyze the skill gap between my current state: [CURRENT SKILLS] and requirements. Prioritize what to learn first based on impact and build order.
Morning Routine Design
Design a morning routine for [GOAL: energy/productivity/creativity]. Include: timeline, activities, why each matters, flexibility options, and troubleshooting common problems.
Delegation Framework
Help me delegate [TASK TYPE] effectively. Include: what to delegate vs keep, how to brief someone, checkpoints, quality criteria, and feedback template. Current team: [CONTEXT].
Energy Management
Create an energy management plan for [MY SCHEDULE]. Include: identifying high/low energy periods, task-energy matching, recovery activities, and early warning signs of burnout.
Career Planning
Help me create a 5-year career plan. Current: [CURRENT ROLE]. Goal: [TARGET]. Include: skills to develop, experiences to seek, relationships to build, and quarterly milestones.
Knowledge Management
Design a personal knowledge management system for [TYPE OF INFORMATION]. Include: capture methods, organization structure, review cadence, and retrieval process. Tool-agnostic approach.
AI & Prompting
Prompt Improvement
Improve this prompt: [PROMPT]. Make it: more specific, better structured, include examples, add constraints, and optimize for [MODEL]. Explain each improvement.
System Prompt Design
Design a system prompt for an AI assistant that [ROLE/PURPOSE]. Include: persona, capabilities, limitations, tone, formatting preferences, and edge case handling.
Chain of Thought
Solve [PROBLEM] using chain-of-thought reasoning. Show your thinking step by step, consider alternatives, identify assumptions, and arrive at a well-reasoned conclusion.
Few-Shot Examples
I need the AI to [TASK]. Create 3-5 few-shot examples that demonstrate the exact input/output format I want. Vary the examples to cover edge cases.
Prompt Template
Create a reusable prompt template for [REPEATED TASK]. Include: variable placeholders with descriptions, example filled-in version, and tips for best results.
Evaluation Criteria
Create evaluation criteria for AI outputs on [TASK]. Include: quality dimensions, scoring rubric, example good/bad outputs, and inter-rater reliability guidance.
Prompt Debugging
My prompt isn't working well: [PROMPT]. The AI outputs [PROBLEM]. Diagnose why and fix it. Show before/after prompts with explanations.
Output Format Design
Design an output format for [USE CASE]. Consider: parseability, readability, completeness, and flexibility. Include: format spec, example output, and validation rules.
Persona Creation
Create a detailed AI persona for [PURPOSE]. Include: name, background, expertise, communication style, quirks, limitations, and example interactions.
Multi-Turn Conversation
Design a multi-turn conversation flow for AI [PURPOSE]. Include: opening, key decision points, handling tangents, graceful failures, and successful conclusion paths.
Context Window Optimization
I have [AMOUNT] of context to provide but limited tokens. Help me: prioritize what to include, summarize efficiently, and structure for maximum AI comprehension.
AI Tool Comparison
Compare [AI TOOL A] vs [AI TOOL B] for [USE CASE]. Include: strengths, weaknesses, pricing, integration, and recommendation based on [MY REQUIREMENTS].
Prompt Library Design
Design a prompt library structure for [TEAM/USE CASE]. Include: categorization system, metadata fields, version control approach, and quality maintenance process.
Fine-Tuning Data
I want to fine-tune a model for [TASK]. Help me: define data requirements, create example format, identify data sources, and quality criteria.
AI Workflow Design
Design an AI-powered workflow for [PROCESS]. Include: which steps to automate, human checkpoints, tool selection, error handling, and continuous improvement mechanism.
Communication
Difficult Conversation
Help me prepare for a difficult conversation about [TOPIC] with [PERSON/ROLE]. Include: opening statement, key points, anticipated objections with responses, and desired outcome. Keep it professional and constructive.
Feedback Delivery
Help me give feedback to [PERSON] about [BEHAVIOR/OUTCOME]. Use the SBI model or similar. Make it specific, actionable, and balanced. Include both written and verbal versions.
Salary Negotiation
Help me negotiate salary for [ROLE]. Current offer: [AMOUNT]. Market rate: [RATE]. Include: research talking points, anchoring strategy, and responses to pushback. Confident but not arrogant.
Apology Email
Write an apology email for [SITUATION]. Include: acknowledgment of mistake, impact understanding, explanation (not excuse), remediation steps, and prevention plan. Sincere and professional.
Networking Message
Write a networking message to [PERSON] who [CONTEXT]. Goal: [GOAL]. Include: personalized hook, clear ask, value offer, and easy call-to-action. Keep under 100 words.
Status Update
Write a status update for [PROJECT] to [AUDIENCE]. Include: progress summary, key metrics, blockers, decisions needed, and next steps. Executive-friendly but substantive.
Rejection Response
Write a response to being rejected for [OPPORTUNITY]. Ask for: feedback, future consideration, and alternative paths. Maintain relationship while showing continued interest.
Introduction Request
Write an email asking [PERSON] to introduce me to [TARGET]. Include: why I want to connect, what I offer, and make it easy to forward. Minimize friction.
Reference Request
Write a reference request to [PERSON] for [OPPORTUNITY]. Include: context refresh, specific qualities to highlight, and any prep materials I can provide. Respectful of their time.
Late Reply
Write a reply to an email I should have responded to [TIME] ago about [TOPIC]. Acknowledge the delay without over-apologizing, address their points, and move forward constructively.
Boundary Setting
Help me communicate a boundary about [SITUATION] to [PERSON]. Include: clear statement of the boundary, reasoning, and what I need from them. Firm but kind.
Persuasion Email
Write an email to persuade [PERSON] to [ACTION]. Use: Cialdini's principles where appropriate, address likely objections, and include clear next steps. Professional but compelling.
Bad News Delivery
Write a communication delivering bad news: [NEWS] to [AUDIENCE]. Include: clear statement, context, impact mitigation, next steps, and support available. Direct but compassionate.
Recommendation Letter
Write a recommendation letter for [PERSON] applying to [OPPORTUNITY]. Include: relationship context, specific achievements with impact, character qualities, and strong endorsement.
Follow-Up Sequence
Create a 4-email follow-up sequence for [SITUATION] where I haven't heard back. Each email should: add value, not just ask, and have increasing directness. Include timing.
Startup & Product
Pitch Deck Outline
Create a pitch deck outline for [STARTUP]. Include: 10-12 slides with purpose of each, key points, and common VC questions per slide. Stage: [STAGE]. Asking: [AMOUNT].
User Interview Script
Create a user interview script to validate [HYPOTHESIS]. Include: warm-up, problem exploration, solution testing, and closing. Use Jobs-to-be-Done framework. 30 minutes max.
Feature Prioritization
Help prioritize these features: [LIST]. Use RICE or similar framework. Consider: user impact, effort, strategic value, and dependencies. Provide ranked list with reasoning.
Product Requirements
Write a PRD for [FEATURE]. Include: problem statement, success metrics, user stories, requirements (must/should/could), edge cases, and launch criteria. Technical enough but accessible.
Go-to-Market Plan
Create a GTM plan for [PRODUCT] launching to [MARKET]. Include: positioning, channels, timeline, budget allocation, launch checklist, and success metrics.
Competitive Moat
Analyze potential competitive moats for [STARTUP]. Consider: network effects, switching costs, data advantages, brand, scale, and technology. Prioritize what to build.
Pivot Analysis
We're considering pivoting from [CURRENT] to [NEW]. Analyze: market opportunity, resource requirements, team fit, risks, and decision criteria. Recommend: pivot or persevere.
Unit Economics
Help me calculate unit economics for [BUSINESS MODEL]. Include: CAC, LTV, payback period, margins, and sensitivity analysis. Identify key levers and benchmarks.
MVP Definition
Define an MVP for [PRODUCT IDEA]. Include: core hypothesis to test, minimum features, excluded features (and why), build vs buy decisions, and success criteria.
Investor Update
Write an investor update for [MONTH]. Include: highlights, lowlights, key metrics, burn rate, runway, asks, and upcoming milestones. Transparent but narrative-driven.
Beta Launch Plan
Create a beta launch plan for [PRODUCT]. Include: beta user criteria, recruitment strategy, feedback collection, bug tracking, success metrics, and graduation criteria.
Pricing Experiment
Design a pricing experiment for [PRODUCT]. Include: hypothesis, test design, segment selection, metrics to track, and decision criteria. Minimize revenue risk.
Customer Development
Create a customer development plan for [STAGE] startup. Include: who to talk to, how many conversations, question themes, synthesis approach, and decision triggers.
Burn Rate Reduction
Our burn rate is [AMOUNT] and we have [RUNWAY]. Help identify: cost reduction opportunities, impact on growth, and prioritized recommendations. Preserve core capabilities.
Product Launch Checklist
Create a comprehensive product launch checklist for [PRODUCT]. Include: pre-launch (2 weeks), launch day, and post-launch (2 weeks) tasks across all functions.
Teaching & Explaining
Explain Like I'm 5
Explain [COMPLEX TOPIC] like I'm 5 years old. Use: simple analogies, everyday examples, no jargon. Then level up the explanation for: high school, undergrad, and expert levels.
Tutorial Outline
Create a tutorial outline for teaching [SKILL] to [AUDIENCE]. Include: learning objectives, prerequisites, modules, hands-on exercises, and assessment. Duration: [TIME].
Analogy Creation
Create 5 analogies to explain [CONCEPT]. Vary the domains (sports, cooking, everyday life, etc). For each, explain why it works and where it breaks down.
FAQ Generator
Generate a comprehensive FAQ for [TOPIC/PRODUCT]. Include: beginner questions, intermediate questions, edge cases, and troubleshooting. Answer each concisely but completely.
Workshop Design
Design a workshop on [TOPIC] for [AUDIENCE]. Include: learning outcomes, agenda, activities, materials needed, facilitation notes, and follow-up resources. Duration: [TIME].
Concept Comparison
Compare and contrast [CONCEPT A] vs [CONCEPT B]. Include: similarities, differences, when to use each, common misconceptions, and a summary table.
Mental Model
Explain the [MENTAL MODEL] and how to apply it to [CONTEXT]. Include: origin, core principle, examples, limitations, and when not to use it.
Cheat Sheet
Create a one-page cheat sheet for [TOPIC]. Include: key concepts, formulas/frameworks, common mistakes, pro tips, and quick reference table. Optimized for scanning.
Learning Path
Design a learning path for [SKILL] from beginner to advanced. Include: stages, resources for each (free preferred), projects to build, and time estimates. Consider different learning styles.
Misconception Clarification
What are the top 10 misconceptions about [TOPIC]? For each: state the misconception, explain the truth, why the misconception exists, and how to remember the correct understanding.
Curriculum Design
Design a curriculum for [COURSE TOPIC]. Include: course description, learning outcomes, weekly breakdown, assignments, readings, and grading rubric. Duration: [WEEKS].
Study Guide
Create a study guide for [TOPIC/EXAM]. Include: key topics, important facts, practice questions, memory aids, and study schedule recommendation.
Onboarding Doc
Create an onboarding document for new [ROLE] joining [TEAM/COMPANY]. Include: first week checklist, key resources, who to meet, common questions, and 30-60-90 day expectations.
Technical to Non-Technical
Translate this technical explanation: [TECHNICAL CONTENT] for a non-technical [AUDIENCE]. Preserve accuracy while making it accessible. Include analogies and examples.
Quiz Generator
Generate a quiz on [TOPIC] with 15 questions. Mix: multiple choice, true/false, and short answer. Include: questions, answers, and explanations for wrong answers. Vary difficulty.
Strategy & Planning
SWOT Analysis
Conduct a SWOT analysis for [COMPANY/PRODUCT]. Be specific and actionable. Include: prioritized items in each quadrant, SO/WO/ST/WT strategies, and recommended focus areas.
OKR Setting
Help me set OKRs for [TEAM/INDIVIDUAL] for [PERIOD]. Include: 3-5 objectives with 3-4 key results each, make them ambitious but achievable, and explain the thinking.
Strategic Planning
Facilitate strategic planning for [ORGANIZATION]. Include: vision clarification, current state assessment, strategic options, evaluation criteria, and implementation roadmap. Time horizon: [YEARS].
Risk Assessment
Conduct a risk assessment for [PROJECT/INITIATIVE]. Include: risk identification, likelihood/impact scoring, mitigation strategies, contingency plans, and risk monitoring approach.
Resource Allocation
Help allocate [RESOURCE: budget/headcount/time] across [OPTIONS]. Consider: strategic priorities, expected returns, dependencies, and flexibility needs. Provide recommendation with reasoning.
Stakeholder Analysis
Create a stakeholder analysis for [INITIATIVE]. Include: stakeholder map, influence/interest matrix, communication strategy for each, and potential blockers to address.
Scenario Planning
Develop scenarios for [UNCERTAINTY]. Create 3-4 distinct scenarios with: narrative, indicators, implications, and strategic responses. Help us prepare for multiple futures.
Change Management
Create a change management plan for [CHANGE]. Include: stakeholder impact, communication plan, training needs, resistance handling, and success metrics.
Post-Mortem Template
Create a post-mortem template for [PROJECT TYPE]. Include: timeline reconstruction, what went well, what didn't, root cause analysis, and action items. Blame-free format.
Roadmap Planning
Help create a roadmap for [PRODUCT/TEAM] for [TIMEFRAME]. Include: themes, initiatives, dependencies, milestones, and resource requirements. Balance ambition with realism.
Buy vs Build
Analyze buy vs build for [CAPABILITY]. Include: total cost of ownership, time to value, strategic fit, risks, and recommendation with decision criteria.
Market Entry
Develop a market entry strategy for [PRODUCT] in [MARKET]. Include: market analysis, entry mode options, localization needs, partnerships, and go-to-market timeline.
Exit Strategy
Outline exit strategy options for [COMPANY/INVESTMENT]. Include: potential exit types, timing considerations, value maximization tactics, and preparation requirements.
Capacity Planning
Help with capacity planning for [TEAM/SYSTEM]. Include: current capacity, demand forecast, gap analysis, and scaling options with tradeoffs.
Portfolio Review
Facilitate a portfolio review for [PROJECTS/PRODUCTS]. Include: evaluation criteria, performance assessment, recommendation (invest/hold/divest) for each, and resource reallocation.
Want More Prompts?
Follow JoePro on X for daily prompt tips and AI strategies.
Follow @JoePro