-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathL4_tasks.yaml
38 lines (34 loc) · 1.24 KB
/
L4_tasks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
data_collection:
description: >
Create an initial understanding of the project, its main
features and the team working on it.
Use the Trello Data Fetcher tool to gather data from the
Trello board.
expected_output: >
A full blown report on the project, including its main
features, the team working on it,
and any other relevant information from the Trello board.
data_analysis:
description: >
Analyze the Trello data to identify blockers, delays, and
overall progress.
expected_output: >
A summary of the analysis highlighting key issues, blockers,
delays, and progress.
report_generation:
description: >
Compile a comprehensive sprint report based on the analysis
of the project data.
The report should include:
- Sprint Overview
- Task Summary
- Identified Issues and Blockers
- Progress and Delays
- Team Performance Overview
- Action Items and Recommendations
- Anything else that is relevant to the project.
The report must be formatted in markdown.
expected_output: >
A detailed sprint report in markdown format that can be presented
to the executive team, don't enclose the markdown in any block
'```' or '```markdown' or any other code block.