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, break it down into a main task and 3-5 key subtasks. Each subtask should have a specific description and required specialty.
181
+
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.
194
182
195
183
Job Description: {description}
184
+
Context: {context}
185
+
Team Goal: {team_goal}
196
186
197
187
Respond with the tasks and their subtasks in the following format:
Given the following job description and existing subtasks, add a final delivery step to complete the project.
231
-
This final step should focus on delivering the completed work.
219
+
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.
232
221
233
-
Job Description: {description}
222
+
Job Description: {description}
223
+
Context: {context}
224
+
Team Goal: {team_goal}
234
225
235
-
Existing Subtasks:
236
-
{existing_subtasks}
226
+
Existing Subtasks:
227
+
{existing_subtasks}
237
228
238
-
Respond with only the final delivery step in the following format:
229
+
Respond with only the final delivery step in the following format:
239
230
240
-
Final Step:
241
-
<Specific description of the final delivery step> - Specialty: <Required specialty or skill> - Depends on: <Names of subtasks that must be completed before this one>
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>
242
233
243
-
Additional Considerations:
244
-
- Ensure the final step encompasses presenting or delivering the completed work
245
-
- Use clear, action-oriented language for the description
246
-
- Include dependencies on relevant existing subtasks
247
-
- Focus on delivering the functionality and value of the completed project
248
-
"""
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
team_goal="Develop and deliver innovative, secure, and scalable software solutions that drive business value, achieve 95% client satisfaction, and are completed on time and within budget",
60
+
context="Utilize agile methodologies to gather and analyze client requirements, architect robust solutions, implement clean and efficient code, conduct thorough testing (including unit, integration, and user acceptance), and deploy using CI/CD practices. Emphasize code quality, performance optimization, and adherence to industry standards throughout the development lifecycle.",
0 commit comments