Spaces:
Runtime error
Runtime error
Upload Workflows.json
Browse files
Helper_Scripts/Workflows/Workflows.json
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "5 Whys Analysis",
|
| 4 |
+
"prompts": [
|
| 5 |
+
"Why did this happen?",
|
| 6 |
+
"Why did that happen?",
|
| 7 |
+
"Why did this subsequent event happen?",
|
| 8 |
+
"Why did this further event happen?",
|
| 9 |
+
"Why did this final event happen?"
|
| 10 |
+
]
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"name": "Summarization",
|
| 14 |
+
"prompts": [
|
| 15 |
+
"Summarize the following text:",
|
| 16 |
+
"Refine the summary to be more concise:"
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"name": "Question Answering",
|
| 21 |
+
"prompts": [
|
| 22 |
+
"Answer the following question based on the context:",
|
| 23 |
+
"Provide a more detailed answer:"
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"name": "Brainstorming",
|
| 28 |
+
"prompts": [
|
| 29 |
+
"Generate initial ideas based on the following topic:",
|
| 30 |
+
"Expand on the generated ideas:",
|
| 31 |
+
"Refine and prioritize the ideas:",
|
| 32 |
+
"Summarize the final set of ideas:"
|
| 33 |
+
]
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"name": "Code Review",
|
| 37 |
+
"prompts": [
|
| 38 |
+
"Review the following code for potential issues:",
|
| 39 |
+
"Suggest improvements or optimizations:",
|
| 40 |
+
"Explain how the suggested changes will improve the code:"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"name": "Product Description",
|
| 45 |
+
"prompts": [
|
| 46 |
+
"Write an initial product description based on the provided details:",
|
| 47 |
+
"Enhance the description with key features and benefits:",
|
| 48 |
+
"Simplify and make the description more engaging:",
|
| 49 |
+
"Optimize the description for SEO:"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"name": "SWOT Analysis",
|
| 54 |
+
"prompts": [
|
| 55 |
+
"Identify the strengths of the subject:",
|
| 56 |
+
"Identify the weaknesses of the subject:",
|
| 57 |
+
"Identify potential opportunities for the subject:",
|
| 58 |
+
"Identify potential threats to the subject:",
|
| 59 |
+
"Summarize the SWOT analysis:"
|
| 60 |
+
]
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"name": "User Story Creation",
|
| 64 |
+
"prompts": [
|
| 65 |
+
"Draft an initial user story for the feature:",
|
| 66 |
+
"Clarify the user needs and expected outcomes:",
|
| 67 |
+
"Refine the user story to ensure clarity and completeness:",
|
| 68 |
+
"Review and prioritize the user story for development:"
|
| 69 |
+
]
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"name": "Content Outline Creation",
|
| 73 |
+
"prompts": [
|
| 74 |
+
"Identify the main topic and subtopics to be covered:",
|
| 75 |
+
"Detail the key points under each subtopic:",
|
| 76 |
+
"Refine and organize the outline for logical flow:",
|
| 77 |
+
"Expand on any areas that need more detail:"
|
| 78 |
+
]
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"name": "Risk Assessment",
|
| 82 |
+
"prompts": [
|
| 83 |
+
"Identify potential risks associated with the project/decision:",
|
| 84 |
+
"Analyze the impact and likelihood of each risk:",
|
| 85 |
+
"Suggest mitigation strategies for high-priority risks:",
|
| 86 |
+
"Summarize the risk assessment and proposed actions:"
|
| 87 |
+
]
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"name": "Customer Feedback Analysis",
|
| 91 |
+
"prompts": [
|
| 92 |
+
"Summarize the main themes from the customer feedback:",
|
| 93 |
+
"Identify positive aspects and strengths based on feedback:",
|
| 94 |
+
"Highlight areas of concern or dissatisfaction:",
|
| 95 |
+
"Recommend actions based on the feedback analysis:"
|
| 96 |
+
]
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "Decision-Making",
|
| 100 |
+
"prompts": [
|
| 101 |
+
"List the available options for the decision:",
|
| 102 |
+
"Evaluate the pros and cons of each option:",
|
| 103 |
+
"Consider the potential outcomes and impact of each option:",
|
| 104 |
+
"Make a recommendation based on the evaluation:"
|
| 105 |
+
]
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"name": "Goal Setting and Action Planning",
|
| 109 |
+
"prompts": [
|
| 110 |
+
"Define the main goal you want to achieve:",
|
| 111 |
+
"Break down the goal into smaller, actionable steps:",
|
| 112 |
+
"Set timelines and milestones for each step:",
|
| 113 |
+
"Identify resources and support needed to achieve the goal:",
|
| 114 |
+
"Review and adjust the plan as necessary:"
|
| 115 |
+
]
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"name": "User Experience (UX) Design",
|
| 119 |
+
"prompts": [
|
| 120 |
+
"Describe the user needs and pain points:",
|
| 121 |
+
"Brainstorm potential design solutions to address these needs:",
|
| 122 |
+
"Evaluate the feasibility and impact of each design solution:",
|
| 123 |
+
"Create a prototype or mockup based on the selected design:",
|
| 124 |
+
"Plan for user testing and feedback collection:"
|
| 125 |
+
]
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"name": "Root Cause Analysis",
|
| 129 |
+
"prompts": [
|
| 130 |
+
"Describe the problem or issue in detail:",
|
| 131 |
+
"Identify possible causes of the problem:",
|
| 132 |
+
"Use the '5 Whys' technique to drill down to the root cause:",
|
| 133 |
+
"Propose potential solutions to address the root cause:",
|
| 134 |
+
"Develop an action plan to implement the solution and monitor its effectiveness:"
|
| 135 |
+
]
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"name": "Literature Review",
|
| 139 |
+
"prompts": [
|
| 140 |
+
"Summarize the key findings from the following research paper:",
|
| 141 |
+
"Identify gaps or unresolved questions in the literature:",
|
| 142 |
+
"Compare and contrast the methodologies used in different studies:",
|
| 143 |
+
"Synthesize the findings into a cohesive narrative:"
|
| 144 |
+
]
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"name": "Creative Writing",
|
| 148 |
+
"prompts": [
|
| 149 |
+
"Generate ideas for a story or poem based on the following theme:",
|
| 150 |
+
"Outline the main plot or structure of the story:",
|
| 151 |
+
"Write the first draft of the opening scene or stanza:",
|
| 152 |
+
"Refine the draft by focusing on character development or imagery:",
|
| 153 |
+
"Edit and polish the final version for clarity and impact:"
|
| 154 |
+
]
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"name": "Marketing Campaign Planning",
|
| 158 |
+
"prompts": [
|
| 159 |
+
"Define the target audience and campaign goals:",
|
| 160 |
+
"Brainstorm creative ideas for campaign messages and visuals:",
|
| 161 |
+
"Outline the channels and tactics to be used in the campaign:",
|
| 162 |
+
"Set a timeline and assign responsibilities:",
|
| 163 |
+
"Evaluate the campaign's performance and suggest improvements:"
|
| 164 |
+
]
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"name": "Event Planning",
|
| 168 |
+
"prompts": [
|
| 169 |
+
"Outline the purpose and goals of the event:",
|
| 170 |
+
"List the key activities and sessions for the event:",
|
| 171 |
+
"Plan the logistics, including venue, catering, and AV setup:",
|
| 172 |
+
"Develop a promotional strategy to attract attendees:",
|
| 173 |
+
"Create a contingency plan for potential issues:"
|
| 174 |
+
]
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"name": "Job Interview Preparation",
|
| 178 |
+
"prompts": [
|
| 179 |
+
"Research the company and summarize key information:",
|
| 180 |
+
"Identify the most common interview questions for this role:",
|
| 181 |
+
"Prepare answers to behavioral and situational questions:",
|
| 182 |
+
"Review your resume and highlight relevant experiences:",
|
| 183 |
+
"Develop questions to ask the interviewer:"
|
| 184 |
+
]
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"name": "Conflict Resolution",
|
| 188 |
+
"prompts": [
|
| 189 |
+
"Describe the conflict and the parties involved:",
|
| 190 |
+
"Identify the underlying causes of the conflict:",
|
| 191 |
+
"Explore potential solutions or compromises:",
|
| 192 |
+
"Plan a mediation or discussion session to address the conflict:",
|
| 193 |
+
"Evaluate the outcomes and ensure all parties are satisfied:"
|
| 194 |
+
]
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"name": "Time Management",
|
| 198 |
+
"prompts": [
|
| 199 |
+
"List all the tasks and activities you need to complete this week:",
|
| 200 |
+
"Prioritize the tasks based on urgency and importance:",
|
| 201 |
+
"Create a daily schedule, allocating time blocks for each task:",
|
| 202 |
+
"Identify any potential time-wasters or distractions:",
|
| 203 |
+
"Review your progress at the end of the week and adjust your approach:"
|
| 204 |
+
]
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"name": "Product Launch",
|
| 208 |
+
"prompts": [
|
| 209 |
+
"Define the product's unique value proposition and target market:",
|
| 210 |
+
"Outline the product development milestones and key deliverables:",
|
| 211 |
+
"Develop a go-to-market strategy, including pricing, distribution, and promotion:",
|
| 212 |
+
"Plan the launch event or activities:",
|
| 213 |
+
"Monitor the launch performance and gather customer feedback:"
|
| 214 |
+
]
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"name": "Personal Reflection and Growth",
|
| 218 |
+
"prompts": [
|
| 219 |
+
"Reflect on your recent experiences and identify key learnings:",
|
| 220 |
+
"Set personal goals based on your reflections:",
|
| 221 |
+
"Identify any habits or behaviors you want to change or improve:",
|
| 222 |
+
"Develop an action plan to work towards your goals:",
|
| 223 |
+
"Review your progress periodically and adjust your plan as needed:"
|
| 224 |
+
]
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"name": "Sales Pitch Development",
|
| 228 |
+
"prompts": [
|
| 229 |
+
"Identify the key features and benefits of the product or service:",
|
| 230 |
+
"Understand the customer's pain points and how your product addresses them:",
|
| 231 |
+
"Craft an initial sales pitch focusing on value and solutions:",
|
| 232 |
+
"Refine the pitch by addressing potential objections:",
|
| 233 |
+
"Practice delivering the pitch with confidence and clarity:"
|
| 234 |
+
]
|
| 235 |
+
}
|
| 236 |
+
]
|