best-roi-task

Rank unassigned Jira Epic To Do issues by story points over effort.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/AndreJorgeLopes/devflow --skill best-roi-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-roi-task
Source: https://github.com/AndreJorgeLopes/devflow/tree/main/skills/best-roi-task
Command: npx skills add https://github.com/AndreJorgeLopes/devflow --skill best-roi-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you stop wasting time deciding which Jira Epic task to tackle next by finding the unassigned To Do issue with the highest story points per estimated effort, while accounting for unresolved dependencies.

Core Features & Use Cases

  • Epic-to-task ranking: Pulls all child issues for a given Epic and computes an ROI score from story points divided by effort mapped from t-shirt size.
  • Dependency-aware eligibility: Filters out tasks that are blocked, considering Jira “Blocks” links and treating only “done”/“In Code Review or later” blockers as resolved.
  • Actionable reporting: Produces a sorted “best ROI” recommendation list plus separate sections for blocked eligible candidates and other non-eligible tasks (assigned or in progress).

Quick Start

Run the best-roi-task skill with your Epic URL or key to get a ranked recommendation of the best unassigned To Do task by ROI.

Frequently Asked Questions about best-roi-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize Jira Epic tasks by ROI?

Prioritize Jira Epic tasks by ROI by pulling unassigned To Do issues, resolving dependency blockers, and ranking them by story points divided by estimated effort mapped from t-shirt size.

How does dependency blocker resolution work for Jira workflow triage?

Dependency blocker resolution for Jira workflow triage filters out tasks linked by unresolved “Blocks” relationships, treating only blockers marked done or in Code Review and later as eligible for pickup.

What is the best way to pick the next Jira task from an Epic?

The best way to pick the next Jira task is searching child issues by Epic Link, excluding assigned or in progress items, and sorting the remaining unassigned To Do candidates by story points over effort.

Can I map Jira t-shirt size to effort for story point ranking?

Yes, you can map Jira t-shirt size to effort to calculate an ROI score, dividing the issue's story points by the estimated effort to rank unassigned To Do issues within an Epic.

Does Jira task prioritization handle blocked and non-eligible issues?

Jira task prioritization handles blocked and non-eligible issues by generating separate reporting sections that list blocked eligible candidates alongside other non-eligible tasks currently assigned or in progress.