LogoDeepGen
Hero Image
Back

Create a to-do list for a project

Related Prompts

Turn ChatGPT into your intern
Turn ChatGPT into your intern
I am creating a report about [insert topic]. Research and create an in-depth report with a step-by-step guide that will help readers understand how to [insert outcome].
Personalized Learning Plan
Personalized Learning Plan
Create a detailed learning plan for me to become an expert in [specific subject or skill] within [desired timeframe]. Include daily study schedules, recommended resources, and milestones.
Use The Eisenhower Matrix
Use The Eisenhower Matrix
Help me organize my tasks using the Eisenhower Matrix for [Today/This Week] to maximize output
Cultivate Healthy Stress Management Strategies
Cultivate Healthy Stress Management Strategies
I want you to act as a life coach. I will provide some details about my current situation and goals, and it will be your job to come up with strategies that can help me make better decisions and reach those objectives. This could involve offering advice on various topics, such as creating plans for achieving success or dealing with difficult emotions. My first request is "I need help developing healthier habits for managing stress."
Prioritize Your Tasks
Prioritize Your Tasks
I have to do four things: I have to refresh the budget (needs engineering input), meet with the engineering team to understand their dev timeline, meet with the executives, and deliver an updated schedule to everyone. Please tell me what order I should do these in. Let me know how much time each task will take.
Optimize Your Keyword Strategy
Optimize Your Keyword Strategy
Find top-performing keywords for a to do list app
Add A Todo Item
Add A Todo Item
Here is the definition of an API for TODO list management. ``` openapi: 3.0.1 info: title: TODO Plugin description: A plugin that allows the user to create and manage a TODO list using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username "global". version: 'v1' servers: - url: http://localhost:5003 paths: /todos/{username}: get: operationId: getTodos summary: Get the list of todos parameters: - in: path name: username schema: type: string required: true description: The name of the user. responses: "200": description: OK content: application/json: schema: $ref: '#/components/schemas/getTodosResponse' post: operationId: addTodo summary: Add a todo to the list parameters: - in: path name: username schema: type: string required: true description: The name of the user. requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/addTodoRequest' responses: "200": description: OK delete: operationId: deleteTodo summary: Delete a todo from the list parameters: - in: path name: username schema: type: string required: true description: The name of the user. requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/deleteTodoRequest' responses: "200": description: OK components: schemas: getTodosResponse: type: object properties: todos: type: array items: type: string description: The list of todos. addTodoRequest: type: object required: - todo properties: todo: type: string description: The todo to add to the list. required: true deleteTodoRequest: type: object required: - todo_idx properties: todo_idx: type: integer description: The index of the todo to delete. required: true ``` I want to add a todo with description "Buy the milk" using this API. What is the body of the request I should send ?
Start a brainstorming session
Start a brainstorming session
Let's start a brainstorming session about [topic]! Write down your ideas and I'll help you organize them.
Organize Your Tasks Using The Eisenhower Matrix
Organize Your Tasks Using The Eisenhower Matrix
ChatGPT, help me organize my tasks using the Eisenhower Matrix for [Today/This Week] to maximize output.
LogoDeepGen

Cross Platform Generative AI


© 2024 Deepiks. All rights reserved.