You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following job description and existing subtasks, add a final delivery step to complete the project.
208
+
This final step should focus on delivering the completed work.
209
+
210
+
Job Description: {description}
211
+
Job Deliverable Data : {task_deliverable}
212
+
213
+
Existing Subtasks:
214
+
{existing_subtasks}
215
+
216
+
Respond with only the final delivery step in the following format:
217
+
218
+
Final Step:
219
+
<Specific description of the final delivery step> - Specialty: <Required specialty or skill> - Depends on: <Names of subtasks that must be completed before this one>
220
+
221
+
Additional Considerations:
222
+
- Ensure the final step encompasses presenting or delivering the completed work
223
+
- Use clear, action-oriented language for the description
224
+
- Include dependencies on relevant existing subtasks
225
+
- Focus on delivering the functionality and value of the completed project
Given the following job description, context, and team goal, break it down into a main task and 3-5 key subtasks. Each subtask should have a specific description and required specialty.
244
+
dedent(
245
+
"""
246
+
Given the following job description, break it down into a main task and 3-5 key subtasks. Each subtask should have a specific description and required specialty.
182
247
183
248
Job Description: {description}
184
-
Context: {context}
185
-
Team Goal: {team_goal}
249
+
Job Deliverable Data : {task_deliverable}
186
250
187
251
Respond with the tasks and their subtasks in the following format:
188
252
189
253
Main Task: <Concise description of the overall task>
190
254
191
255
Subtasks:
192
-
1. <Specific subtask description> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
193
-
2. <Specific subtask description> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
194
-
3. <Specific subtask description> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
256
+
1. <Describe the first action item needed to progress towards the objective.> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
257
+
2. <Describe the second action item needed to progress towards the objective.> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
258
+
3. <Describe the third action item needed to progress towards the objective.> - Specialty: <Required specialty or skill> - Depends on: <Subtasks name that must be completed before this one>
195
259
(Add up to 2 more subtasks if necessary)
196
260
197
261
Additional Considerations:
198
-
- Ensure the subtasks align with the given context and contribute to the team goal
199
262
- Prioritize the subtasks in order of importance or chronological sequence
200
263
- Ensure each subtask is distinct and contributes uniquely to the main task
201
264
- Use clear, action-oriented language for each description
202
265
- If applicable, include any interdependencies between subtasks
Given the following job description, existing subtasks, context, and team goal, add a final delivery step to complete the project.
220
-
This final step should focus on delivering the completed work and ensuring it aligns with the team goal.
221
-
222
-
Job Description: {description}
223
-
Context: {context}
224
-
Team Goal: {team_goal}
225
-
226
-
Existing Subtasks:
227
-
{existing_subtasks}
228
-
229
-
Respond with only the final delivery step in the following format:
230
-
231
-
Final Step:
232
-
<Specific description of the final delivery step> - Specialty: <Required specialty or skill> - Depends on: <Names of subtasks that must be completed before this one>
233
-
234
-
Additional Considerations:
235
-
- Ensure the final step encompasses presenting or delivering the completed work
236
-
- Make sure the final step aligns with the context and contributes to the team goal
237
-
- Use clear, action-oriented language for the description
238
-
- Include dependencies on relevant existing subtasks
239
-
- Focus on delivering the functionality and value of the completed project
0 commit comments