Spaces:
Running
on
T4
Running
on
T4
templates = [ | |
{ | |
"title": "Marketing", | |
"template": [ | |
"Can you provide me with some ideas for blog posts about [topic of your choice]", | |
"Create a social media post that targets [the specific audience] and explains how our product [product name] can help them.", | |
"Write a list of 5 YouTube video ideas for [your product or company]", | |
"Suggest inexpensive ways I can promote my [company] with/without using [Media channel]" | |
], | |
}, | |
{ | |
"title": "Business", | |
"template": [ | |
"Analyze the current state of [industry] and its trends, challenges, and opportunities, including relevant data and statistics. Provide a list of key players and a short and long-term industry forecast, and explain any potential impact of current events or future developments.", | |
"Offer a detailed review of a [specific software or tool] for [describe your business].", | |
"I need to prepare a presentation for a potential investor on [presentation topic]. Can you give me some guidance on what to include?", | |
"I need to write an email to a client regarding a change in the project timeline. Can you give me some guidance on how to phrase it?" | |
] | |
}, | |
{ | |
"title": "Content Creation", | |
"template": [ | |
"Generate a creative social media content calendar for the next month for our [company or product] on [topic of choice]", | |
"Generate a list of 5 LinkedIn articles to write for a [profession or topic of your choice]", | |
"Create two Google Ads in an RSA format (using multiple headlines and descriptions) for an A/B test for [your company] Explain why the ads would make a good test.", | |
"Write an email to [person] with some facts about [Topic of your choice] with a [theme of your choice]" | |
] | |
}, | |
{ | |
"title": "Education", | |
"template": [ | |
"Create a magical system that emphasizes education and is based on [topic of your choice].", | |
"Teach me the [topic of your choice] and give me a quiz at the end, but don’t give me the answers and then tell me if I answered correctly.", | |
"Can you give me an example of how to solve a [Problem statement]?", | |
"Create a YAML template to detect the Magento version for the Nuclei vulnerability scanner." | |
] | |
}, | |
{ | |
"title": "Teachers", | |
"template": [ | |
"Create a list of 5 types of data that teachers can collect to monitor student learning and progress.", | |
"Create a quiz with 5 multiple choice questions that assess students' understanding of [concept being taught].", | |
"Generate a list of specific and actionable steps that a student can take to improve their performance in [subject/task]", | |
"Create a list of 5 teaching strategies that could be used to engage and challenge students of different ability levels in a lesson on [concept being taught]" | |
] | |
}, | |
{ | |
"title": "Web Development", | |
"template": [ | |
"Suggest inexpensive ways I can promote my [company] with/without using [Media channel]", | |
"I need to create a REST API endpoint for my web application. Can you provide an example of how to do that using Node.js and Express?", | |
"I’m making a website for a small business [Business description]. I need ideas on how to structure the website using WordPress.", | |
"Find the bug with this code: [post code below]" | |
] | |
}, | |
{ | |
"title": "Trravel and Tourism", | |
"template": [ | |
"How much money do I need as a tourist for [X] days in [Location]?", | |
"How much money do I need to survive a day in [location]?", | |
"I want to plan a three-week backpacking trip through Europe. I have a student’s budget, and I love finding local street food and open markets. Can you suggest an itinerary for me?", | |
"Pick [X] cities for a [Y]-day trip in [location]" | |
] | |
}, | |
{ | |
"title": "Music", | |
"template": [ | |
"Write a lyrical verse in the style of [artist] about [topic]", | |
"I want to make a music video, but I’m not sure what concept to use. Can you help me come up with a concept?", | |
"I want to write a midi file. Can you provide python3 code that writes a simple tune using a for loop to add each note?", | |
"Create a poem or song for [target audience] that explains <topic of your choice>. The song should have a distinct character and traits for each participant, as well as punctuation such as.,!?, and so on. Make it last as long as possible." | |
] | |
}, | |
{ | |
"title": "Fun", | |
"template": [ | |
"Tell me a joke about [topic of your choice]", | |
"Explain [topic of your choice] in a funny way", | |
"Write hilarious fan fiction about the Twilight saga.", | |
"Make Eminem-style jokes about Max Payne." | |
] | |
}, | |
{ | |
"title": "UX", | |
"template": [ | |
"Generate examples of UI design requirements for a [mobile app]", | |
"Generate a typography style guide for a [mobile application] in excel format.", | |
"What are the UI cases that need to be considered when designing a [burger menu]", | |
"How can I design a [law firm website] in a way that conveys [trust and authority]" | |
] | |
} | |
] |