II.
Workflow JSON
Structured · liveworkflow:feature-prioritization
Feature Prioritization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:feature-prioritization",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-product-mgmt.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Feature Prioritization",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "cross-team",
"description": "Scores and ranks proposed features using a structured prioritization\nframework (RICE, ICE, or weighted scoring) — gathering impact estimates,\nassessing engineering effort, factoring strategic alignment, and producing\na ranked backlog with rationale. Excludes sprint-level planning.\n"
},
"outgoingEdges": [
{
"from": "workflow:feature-prioritization",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "skill-area:domain-driven-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "responsibility:capacity-planning",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:feature-prioritization",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}