Discover
Prompt Discovery
Explore public prompts with filtering by media type, category, model, and visibility.
Write a daily standup update summarizing my work yesterday
textWrite a concise and informative daily standup update summarizing the tasks I worked on yesterday, including any accomplishments, challenges, and plans for today, in a format suitable for a team meeting, assuming I am a software developer working on multiple projects with deadlines and dependencies.
Write a unit test for a function that calculates compound interest
textWrite a Python unit test for a function named calculate_compound_interest that takes principal amount, annual interest rate, time in years, and number of times interest is compounded per year as input, and returns the calculated compound interest, using the unittest framework to verify the function's correctness with sample test cases, including test_calculate_compound_interest_valid_input, test_calculate_compound_interest_zero_principal, test_calculate_compound_interest_zero_interest_rate, and test_calculate_compound_interest_negative_input.
Draft a meeting agenda for a quarterly business review
textCreate a comprehensive meeting agenda for a quarterly business review, including the following key sections and topics: I. Introduction and Objectives, II. Review of Quarterly Performance, with subtopics such as sales and revenue, customer acquisition and retention, and key performance indicators, III. Progress Updates on Ongoing Projects, IV. Discussion of Challenges and Areas for Improvement, V. Goal Setting and Strategic Planning for the Next Quarter, and VI. Conclusion and Action Items, ensuring all relevant stakeholders are informed and aligned on the company's current status and future direction.
Create a LinkedIn post announcing a job promotion
textI'm thrilled to share that I've been promoted to a new role, taking on new challenges and opportunities to drive growth and innovation in my organization, and I'm excited to leverage my skills and experience to make a meaningful impact, if you're interested in learning more about my journey or exploring potential collaborations, let's connect and start a conversation. #careeradvancement #newrole #leadership #growthmindset #innovation #collaboration #networking #careergoals
Write a customer support reply for a refund request
textDear valued customer, I am writing to acknowledge receipt of your refund request, and I apologize for any inconvenience you have experienced with your purchase. To facilitate the refund process, could you please provide your order number, the reason for the refund request, and confirm the original payment method so we can expedite the refund to the correct account. Additionally, if there is anything we can do to resolve the issue or improve our products and services, please do not hesitate to let us know, as your satisfaction is our top priority, and we appreciate your feedback in helping us to better serve you in the future.
Generate a data analysis plan for a customer churn dataset
textDesign a comprehensive data analysis plan for a customer churn dataset, including data preprocessing, exploratory data analysis, feature engineering, model selection, and evaluation metrics, to identify key factors contributing to customer churn and provide actionable insights for business stakeholders, assuming the dataset contains demographic, transactional, and behavioral data for a telecommunications company with 10,000 customers, and the goal is to predict the likelihood of a customer churning within the next 6 months, using a combination of statistical and machine learning techniques, such as logistic regression, decision trees, random forests, and clustering analysis, and provide a written report with visualizations, recommendations, and limitations of the analysis.
Draft a product launch email for a new SaaS feature
textCreate a product launch email for a new SaaS feature that helps businesses streamline their project management workflow, including a brief introduction to the feature, its key benefits, a call-to-action to try it out, and a special promotion for early adopters, all within a tone that is both professional and engaging, targeting the email to the company's existing customer base and ensuring the content is optimized for maximum readability and conversion.
Create a thoughtful code review comment for a junior engineer
textWrite a constructive and detailed code review comment for a junior engineer, including specific examples from the code, suggestions for improvement, and explanations of best practices, while also offering encouragement and resources for further learning and growth.