Requirements Method WSJF

This is what the template looks like as a data form.

 

We show you how to import this template here:
Data Forms templates - How to export and import templates | Import templates

{ "id": "requirement-wsjf", "name": "Requirement (WSJF)", "description": "", "metadata": { "created": "2023-02-24T01:01:01.000+0000", "updated": "2022-08-24T01:01:01.000+0000", "creator": { "id": "evolu.software" }, "updater": { "id": "evolu.software" }, "version": 1, "template": { "id": "requirement", "name": "Requirement" } }, "section": [ { "id": "details", "name": "", "description": "The score will be calculated based on the following parameter.", "field": [ { "id": "score", "name": "WSJF", "description": "(Calculated) Weighted Shortest Job First" }, { "id": "wsjf-business", "name": "Business value", "description": "What it the relative value to the Customer or business? Do our users prefer this over that? What is the revenue impact on our business?", "required": false }, { "id": "wsjf-time", "name": "Time criticality", "description": "How does user/business value decay over time? Is there a fixed deadline? Will they wait for us or move to another Solution? What is the current effect on Customer satisfaction?", "required": false }, { "id": "wsjf-risk", "name": "Risk Reduction and/or Opportunity Enablement", "description": "Will it reduce the risk of this or future delivery? Enable new business opportunities?", "required": false }, { "id": "wsjf-size", "name": "Estimated size", "description": "How can the effort be estimated compared to other requirements?" } ] } ], "data": { "score": { "type": "calculated", "value": "", "config": { "calc": "wsjf-business wsjf-time + wsjf-risk + wsjf-size /" } }, "wsjf-business": { "type": "select-single-number", "value": {}, "allowedValues": [ { "name": "Lowest (1)", "icon": "chevron-down-down", "value": 1 }, { "name": "Low (5)", "icon": "chevron-down", "value": 5 }, { "name": "Medium (8)", "icon": "chevron-up-down", "value": 8 }, { "name": "High (13)", "icon": "chevron-up", "value": 13 }, { "name": "Highest (21)", "icon": "chevron-up-up", "value": 21 } ] }, "wsjf-time": { "type": "select-single-number", "value": {}, "allowedValues": [ { "name": "Lowest (1)", "icon": "chevron-down-down", "value": 1 }, { "name": "Low (5)", "icon": "chevron-down", "value": 5 }, { "name": "Medium (8)", "icon": "chevron-up-down", "value": 8 }, { "name": "High (13)", "icon": "chevron-up", "value": 13 }, { "name": "Highest (21)", "icon": "chevron-up-up", "value": 21 } ] }, "wsjf-risk": { "type": "select-single-number", "value": {}, "allowedValues": [ { "name": "Lowest (1)", "icon": "chevron-down-down", "value": 1 }, { "name": "Low (5)", "icon": "chevron-down", "value": 5 }, { "name": "Medium (8)", "icon": "chevron-up-down", "value": 8 }, { "name": "High (13)", "icon": "chevron-up", "value": 13 }, { "name": "Highest (21)", "icon": "chevron-up-up", "value": 21 } ] }, "wsjf-size": { "type": "select-single-number", "value": {}, "allowedValues": [ { "name": "XS (1)", "value": 1 }, { "name": "S (5)", "value": 5 }, { "name": "M (8)", "value": 8 }, { "name": "L (13)", "value": 13 }, { "name": "XL (21)", "value": 21 } ] } } }

 

Â