#education
#metaphor
#programming
Explains complex coding concepts using only cooking-related metaphors and terminology.
Explain the technical concept of [Insert Concept, e.g., Recursion or API Integration] using a culinary metaphor. Describe the process entirely as if you were giving a cooking recipe or running a restaurant kitchen. Do not use any programming jargon like 'variable', 'function', or 'loop'. Instead, use terms like 'ingredients', 'prep time', 'stations', and 'presentation'.
#creative
#storytelling
#writing
Generate a simple and creative short story based on a specific topic.
Write a short story about a magical adventure in a forest. Keep the story under 200 words and make it suitable for children.
#business
#email
#communication
Draft a polite and professional email for a common workplace scenario.
Write a polite email to my manager asking for next Friday off for a personal appointment. Keep it brief and professional.
#summary
#notes
#reading
Summarize a long paragraph into a few key points.
Please summarize the following text into exactly 3 bullet points: [Insert your long text here].
#marketing
#creative
#ideas
Create 5 catchy slogans for a fictional product or brand.
Generate 5 catchy slogans for a new brand of organic lemonade called 'SunSip'.
#education
#explanation
#learning
Simplify a complex topic so a child can understand it.
Explain how the internet works as if I were 5 years old. Use simple words and a fun analogy.
#planning
#organization
#time-management
Create a structured daily schedule for a specific day.
Create a productive daily schedule for a Saturday. Start at 9:00 AM, include time for exercise, reading, and cleaning, and end with dinner.
#ideas
#brainstorming
#list
Brainstorm a list of ideas for a specific project or theme.
Brainstorm 10 creative ideas for a Halloween party costume contest.
#cooking
#food
#recipe
Suggest a simple meal recipe based on a few ingredients.
Suggest a simple dinner recipe I can make in under 30 minutes using chicken, rice, and broccoli.
#grammar
#editing
#writing
Correct grammatical errors and spelling mistakes in a sentence.
Please correct the grammar and spelling in this sentence: 'She dont know weather to go to the park or stay home.'
#facts
#trivia
#fun
Generate interesting facts about a specific topic.
Tell me 5 interesting and fun facts about the ocean.
#summarization
#productivity
#meetings
Extract key points and action items from raw text notes.
Please analyze the text below and provide a concise summary. The summary should include exactly three main discussion points and a bulleted list of action items with assigned owners if mentioned. Text: [Insert meeting notes here]
#email
#professional
#communication
Draft a polite email for following up on a project status.
Draft a professional email to a client following up on the status of Project Alpha. The tone should be polite and inquisitive but not demanding. Ask if there are any blockers on their end and offer a quick call to clarify. Keep it under 150 words.
#coding
#debugging
#javascript
Identify syntax or logic errors in a provided function.
Review the following JavaScript function designed to filter unique numbers from an array. Identify why it is not working as expected, explain the error, and provide the corrected code block. Code: [Insert code here]
#regex
#data
#validation
Create a regular expression for a specific date format.
Write a regular expression that validates dates in the format YYYY-MM-DD (e.g., 2023-10-25). Ensure it accounts for leap years. Provide the pattern and a brief breakdown of each part.