mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 06:23:54 +07:00
2024 chatgpt update
This commit is contained in:
+92
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22w4UlIMvJ3d0iZ69p9OWDC%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Task Extractor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22w4UlIMvJ3d0iZ69p9OWDC%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Provided with the user story, the AI will perform the analysis and extract all the tasks. It's a highly efficient AI system that will help you in understanding the requested tasks within the user story
|
||||
|
||||
@@ -11,6 +11,97 @@ You will be provided with the user story and your job is to extract all the task
|
||||
{{ user story }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
{
|
||||
|
||||
"user_story": "As a freelancer, I want my invoice/payment platform to provide me with weekly content on complex accounting processes (such as budgeting, cash flow, payment safety, and more), so I can learn to better manage my billing over time",
|
||||
|
||||
"tasks": [
|
||||
|
||||
{
|
||||
|
||||
"task_id": 1,
|
||||
|
||||
"description": "Research on complex accounting processes such as budgeting, cash flow, payment safety, and more",
|
||||
|
||||
"status": "To Do"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 2,
|
||||
|
||||
"description": "Develop a content plan for weekly content delivery",
|
||||
|
||||
"status": "To Do"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 3,
|
||||
|
||||
"description": "Write quality articles on complex accounting processes and their relevance to freelancers",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 4,
|
||||
|
||||
"description": "Collaborate with subject matter experts to ensure the accuracy and relevance of the content",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 5,
|
||||
|
||||
"description": "Proofread and edit written content for clarity, grammar, and style consistency",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 6,
|
||||
|
||||
"description": "Publish weekly content on the invoice/payment platform",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 7,
|
||||
|
||||
"description": "Track engagement metrics and adjust content strategy as needed",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"task_id": 8,
|
||||
|
||||
"description": "Respond to user feedback and questions related to the weekly content",
|
||||
|
||||
"status": "In Progress"
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
@@ -103,4 +194,3 @@ You will be provided with the user story and your job is to extract all the task
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user