oceansweep commited on
Commit
610216b
1 Parent(s): b667767

Upload Workflows.json

Browse files
Helper_Scripts/Workflows/Workflows.json CHANGED
@@ -1,7 +1,9 @@
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?",
@@ -11,6 +13,7 @@
11
  },
12
  {
13
  "name": "Summarization",
 
14
  "prompts": [
15
  "Summarize the following text:",
16
  "Refine the summary to be more concise:"
@@ -18,6 +21,7 @@
18
  },
19
  {
20
  "name": "Question Answering",
 
21
  "prompts": [
22
  "Answer the following question based on the context:",
23
  "Provide a more detailed answer:"
@@ -25,6 +29,7 @@
25
  },
26
  {
27
  "name": "Brainstorming",
 
28
  "prompts": [
29
  "Generate initial ideas based on the following topic:",
30
  "Expand on the generated ideas:",
@@ -34,6 +39,7 @@
34
  },
35
  {
36
  "name": "Code Review",
 
37
  "prompts": [
38
  "Review the following code for potential issues:",
39
  "Suggest improvements or optimizations:",
@@ -42,6 +48,7 @@
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:",
@@ -51,6 +58,7 @@
51
  },
52
  {
53
  "name": "SWOT Analysis",
 
54
  "prompts": [
55
  "Identify the strengths of the subject:",
56
  "Identify the weaknesses of the subject:",
@@ -61,6 +69,7 @@
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:",
@@ -70,6 +79,7 @@
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:",
@@ -79,6 +89,7 @@
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:",
@@ -88,6 +99,7 @@
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:",
@@ -97,6 +109,7 @@
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:",
@@ -106,6 +119,7 @@
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:",
@@ -116,6 +130,7 @@
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:",
@@ -126,6 +141,7 @@
126
  },
127
  {
128
  "name": "Root Cause Analysis",
 
129
  "prompts": [
130
  "Describe the problem or issue in detail:",
131
  "Identify possible causes of the problem:",
@@ -136,6 +152,7 @@
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:",
@@ -145,6 +162,7 @@
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:",
@@ -155,6 +173,7 @@
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:",
@@ -165,6 +184,7 @@
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:",
@@ -175,6 +195,7 @@
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:",
@@ -185,6 +206,7 @@
185
  },
186
  {
187
  "name": "Conflict Resolution",
 
188
  "prompts": [
189
  "Describe the conflict and the parties involved:",
190
  "Identify the underlying causes of the conflict:",
@@ -195,6 +217,7 @@
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:",
@@ -205,6 +228,7 @@
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:",
@@ -215,6 +239,7 @@
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:",
@@ -225,6 +250,7 @@
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:",
 
1
  [
2
  {
3
  "name": "5 Whys Analysis",
4
+ "context": "A problem-solving technique that involves asking 'why' five times to get to the root cause of an issue. Start with the problem statement and ask 'why' repeatedly to uncover deeper causes. Your first message should include the problem statement, and subsequent messages should ask 'why' and provide an answer.",
5
  "prompts": [
6
+ "What is the problem?",
7
  "Why did this happen?",
8
  "Why did that happen?",
9
  "Why did this subsequent event happen?",
 
13
  },
14
  {
15
  "name": "Summarization",
16
+ "context": "A process of condensing information into a concise form while retaining the main points. Start with the text to be summarized and provide a brief summary. Subsequent messages should refine the summary to make it more concise and focused.",
17
  "prompts": [
18
  "Summarize the following text:",
19
  "Refine the summary to be more concise:"
 
21
  },
22
  {
23
  "name": "Question Answering",
24
+ "context": "A task that involves answering questions based on a given context or information. Start with the question and provide an answer based on the context. Subsequent messages should provide more detailed answers or explanations.",
25
  "prompts": [
26
  "Answer the following question based on the context:",
27
  "Provide a more detailed answer:"
 
29
  },
30
  {
31
  "name": "Brainstorming",
32
+ "context": "A creative technique for generating ideas and solutions through group discussion. Start with a topic or problem statement and generate initial ideas. Subsequent messages should expand on the ideas, refine them, and summarize the final set of ideas.",
33
  "prompts": [
34
  "Generate initial ideas based on the following topic:",
35
  "Expand on the generated ideas:",
 
39
  },
40
  {
41
  "name": "Code Review",
42
+ "context": "A process of examining code to identify issues, suggest improvements, and ensure quality. Start with the code snippet to be reviewed and identify potential issues. Subsequent messages should suggest improvements, explain their benefits, and summarize the review.",
43
  "prompts": [
44
  "Review the following code for potential issues:",
45
  "Suggest improvements or optimizations:",
 
48
  },
49
  {
50
  "name": "Product Description",
51
+ "context": "A detailed description of a product, highlighting its features, benefits, and value proposition. Start with the product details and write an initial description. Subsequent messages should enhance the description, simplify it, and optimize it for search engines.",
52
  "prompts": [
53
  "Write an initial product description based on the provided details:",
54
  "Enhance the description with key features and benefits:",
 
58
  },
59
  {
60
  "name": "SWOT Analysis",
61
+ "context": "A strategic planning tool used to identify the strengths, weaknesses, opportunities, and threats of a subject. Start with the subject of analysis and identify its strengths. Subsequent messages should cover weaknesses, opportunities, threats, and summarize the analysis.",
62
  "prompts": [
63
  "Identify the strengths of the subject:",
64
  "Identify the weaknesses of the subject:",
 
69
  },
70
  {
71
  "name": "User Story Creation",
72
+ "context": "A technique used in agile software development to capture user requirements from a user's perspective. Start with the user role and a brief description of the feature. Subsequent messages should detail user needs, acceptance criteria, and prioritize the user story.",
73
  "prompts": [
74
  "Draft an initial user story for the feature:",
75
  "Clarify the user needs and expected outcomes:",
 
79
  },
80
  {
81
  "name": "Content Outline Creation",
82
+ "context": "A structured plan that outlines the main topics and subtopics of a piece of content. Start with the content type and purpose, then list the main topics. Subsequent messages should detail subtopics, key points, and refine the outline for logical flow.",
83
  "prompts": [
84
  "Identify the main topic and subtopics to be covered:",
85
  "Detail the key points under each subtopic:",
 
89
  },
90
  {
91
  "name": "Risk Assessment",
92
+ "context": "An evaluation of potential risks associated with a project or decision. Start with the project or decision and identify risks. Subsequent messages should analyze impact, likelihood, suggest mitigation strategies, and summarize the assessment.",
93
  "prompts": [
94
  "Identify potential risks associated with the project/decision:",
95
  "Analyze the impact and likelihood of each risk:",
 
99
  },
100
  {
101
  "name": "Customer Feedback Analysis",
102
+ "context": "A process of analyzing customer feedback to identify trends, strengths, weaknesses, and recommendations. Start with the feedback data and summarize main themes. Subsequent messages should highlight positive aspects, areas of concern, and recommend actions.",
103
  "prompts": [
104
  "Summarize the main themes from the customer feedback:",
105
  "Identify positive aspects and strengths based on feedback:",
 
109
  },
110
  {
111
  "name": "Decision-Making",
112
+ "context": "A process of choosing between alternatives based on available information and analysis. Start with the decision to be made and list options. Subsequent messages should evaluate pros and cons, consider outcomes, and make a recommendation.",
113
  "prompts": [
114
  "List the available options for the decision:",
115
  "Evaluate the pros and cons of each option:",
 
119
  },
120
  {
121
  "name": "Goal Setting and Action Planning",
122
+ "context": "A process of defining goals, breaking them down into actionable steps, and creating a plan for achievement. Start with the main goal and list steps. Subsequent messages should set timelines, identify resources, and review the plan.",
123
  "prompts": [
124
  "Define the main goal you want to achieve:",
125
  "Break down the goal into smaller, actionable steps:",
 
130
  },
131
  {
132
  "name": "User Experience (UX) Design",
133
+ "context": "A process of designing products or services that provide meaningful and relevant experiences to users. Start with user needs and pain points, then brainstorm solutions. Subsequent messages should evaluate solutions, create prototypes, and plan for user testing.",
134
  "prompts": [
135
  "Describe the user needs and pain points:",
136
  "Brainstorm potential design solutions to address these needs:",
 
141
  },
142
  {
143
  "name": "Root Cause Analysis",
144
+ "context": "A methodical approach to identifying the underlying cause of a problem or issue. Start with the problem statement and list possible causes. Subsequent messages should use the '5 Whys' technique to drill down to the root cause and propose solutions.",
145
  "prompts": [
146
  "Describe the problem or issue in detail:",
147
  "Identify possible causes of the problem:",
 
152
  },
153
  {
154
  "name": "Literature Review",
155
+ "context": "A critical evaluation of existing research and literature on a specific topic. Start with the research question or topic and summarize key findings. Subsequent messages should identify gaps, compare methodologies, synthesize findings, and suggest future research directions.",
156
  "prompts": [
157
  "Summarize the key findings from the following research paper:",
158
  "Identify gaps or unresolved questions in the literature:",
 
162
  },
163
  {
164
  "name": "Creative Writing",
165
+ "context": "A process of writing fiction or poetry that involves generating ideas, drafting, revising, and editing. Start with a theme or prompt and brainstorm ideas. Subsequent messages should outline the plot, write a draft, refine characters or imagery, and polish the final version.",
166
  "prompts": [
167
  "Generate ideas for a story or poem based on the following theme:",
168
  "Outline the main plot or structure of the story:",
 
173
  },
174
  {
175
  "name": "Marketing Campaign Planning",
176
+ "context": "A strategic approach to promoting a product, service, or brand through coordinated marketing efforts. Start with defining the target audience and goals, then brainstorm creative ideas. Subsequent messages should outline channels, set timelines, assign responsibilities, and evaluate performance.",
177
  "prompts": [
178
  "Define the target audience and campaign goals:",
179
  "Brainstorm creative ideas for campaign messages and visuals:",
 
184
  },
185
  {
186
  "name": "Event Planning",
187
+ "context": "A process of organizing and coordinating an event, such as a conference, workshop, or party. Start with defining the purpose and goals of the event, then plan logistics and promotion. Subsequent messages should outline activities, develop a contingency plan, and ensure a successful event.",
188
  "prompts": [
189
  "Outline the purpose and goals of the event:",
190
  "List the key activities and sessions for the event:",
 
195
  },
196
  {
197
  "name": "Job Interview Preparation",
198
+ "context": "A process of researching, practicing, and preparing for a job interview to increase the chances of success. Start with researching the company and common interview questions. Subsequent messages should prepare answers, review the resume, and develop questions for the interviewer.",
199
  "prompts": [
200
  "Research the company and summarize key information:",
201
  "Identify the most common interview questions for this role:",
 
206
  },
207
  {
208
  "name": "Conflict Resolution",
209
+ "context": "A process of addressing and resolving conflicts between individuals or groups. Start with identifying the conflict and parties involved, then explore solutions or compromises. Subsequent messages should plan a mediation session, evaluate outcomes, and ensure satisfaction.",
210
  "prompts": [
211
  "Describe the conflict and the parties involved:",
212
  "Identify the underlying causes of the conflict:",
 
217
  },
218
  {
219
  "name": "Time Management",
220
+ "context": "A set of practices and tools to manage time effectively and prioritize tasks. Start with listing tasks and activities, then prioritize based on urgency and importance. Subsequent messages should create a daily schedule, identify time-wasters, and review progress.",
221
  "prompts": [
222
  "List all the tasks and activities you need to complete this week:",
223
  "Prioritize the tasks based on urgency and importance:",
 
228
  },
229
  {
230
  "name": "Product Launch",
231
+ "context": "A strategic process of introducing a new product or service to the market. Start with defining the unique value proposition and target market, then plan development milestones and go-to-market strategy. Subsequent messages should outline the launch event, monitor performance, and gather feedback.",
232
  "prompts": [
233
  "Define the product's unique value proposition and target market:",
234
  "Outline the product development milestones and key deliverables:",
 
239
  },
240
  {
241
  "name": "Personal Reflection and Growth",
242
+ "context": "A process of self-assessment, learning, and goal-setting to achieve personal growth and development. Start with reflecting on recent experiences and identifying key learnings. Subsequent messages should set personal goals, identify habits to change, develop an action plan, and review progress.",
243
  "prompts": [
244
  "Reflect on your recent experiences and identify key learnings:",
245
  "Set personal goals based on your reflections:",
 
250
  },
251
  {
252
  "name": "Sales Pitch Development",
253
+ "context": "A process of creating a persuasive presentation to sell a product or service to potential customers. Start with identifying key features and benefits, then understand customer pain points and objections. Subsequent messages should craft an initial pitch, refine it, and practice delivery.",
254
  "prompts": [
255
  "Identify the key features and benefits of the product or service:",
256
  "Understand the customer's pain points and how your product addresses them:",