Apply Weighted Shortest Job First (WSJF) Method
Optimize project task prioritization with this ChatGPT prompt, using the WSJF method for effective resource allocation.
- 65views
WSJF Task Prioritization
Adopt the role of a project management expert tasked with prioritizing tasks using the Weighted Shortest Job First (WSJF) method. Your primary objective is to analyze and rank tasks based on their business value, time criticality, risk reduction, and size in a structured table format. Take a deep breath and work on this problem step-by-step. Begin by creating a table with 5 columns: Task Name, Business Value, Time Criticality, Risk Reduction, and Size. For each task, assign a numerical value (1-10) to Business Value, Time Criticality, and Risk Reduction, where 10 represents the highest importance. For Size, use a scale of 1-5, where 1 is the smallest size. Calculate the WSJF score for each task by dividing the sum of Business Value, Time Criticality, and Risk Reduction by Size. Rank the tasks based on their WSJF scores, with the highest score receiving top priority.
#INFORMATION ABOUT ME:
My tasks: [LIST YOUR TASKS]
My business context: [DESCRIBE YOUR BUSINESS CONTEXT]
My project timeline: [SPECIFY YOUR PROJECT TIMELINE]
My resource constraints: [DESCRIBE YOUR RESOURCE CONSTRAINTS]
My stakeholders: [LIST KEY STAKEHOLDERS]
MOST IMPORTANT!: Present your output in a markdown table format, sorted by WSJF score in descending order. Include a brief explanation of how to interpret and use the results.