next-task

Identifies the next highest-priority task from Markdown backlog files using MoSCoW and RICE scoring.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill next-task-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-task
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/next-task
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill next-task-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the prioritization and task assignment from project backlogs, streamlining planning and resource allocation in development workflows.

Core Features & Use Cases

  • Backlog Prioritization: Automatically parses and sorts backlog items based on MoSCoW methodology and RICE scores.
  • Task Assignment: Identifies the next highest-priority task ready for development.
  • Use Case: For project managers or developers who need a consistent way to determine which backlog item to tackle next, based on both priority and readiness.

Quick Start

/next-task

Frequently Asked Questions about next-task

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

FAQPage Schema
How do I automate backlog prioritization to find the next task for development?

Backlog prioritization is automated by parsing Markdown files to apply MoSCoW methodology and RICE scoring, filtering for unblocked tasks to identify the next highest-priority item ready for development.

What is the MoSCoW method's role in task assignment from a project backlog?

The MoSCoW method categorizes backlog items into Must-have, Should-have, Could-have, Could-have, and Won't-have priorities, which the Skill parses alongside RICE scores to sequence task assignment for development workflows.

Do I need jq to parse Markdown backlogs for RICE scoring and task assignment?

Yes, you need jq installed to process JSON data structures, as the Skill relies on jq to parse backlog items structured according to the ADR-040 schema during task assignment.

How does filtering for unblocked tasks improve development workflow prioritization?

Filtering for unblocked tasks ensures developers are assigned only to highest-priority backlog items that have no pending dependencies, streamlining planning and preventing stalled development workflows.

Can I use this backlog prioritization for project backlogs outside the ADR-040 schema?

No, the task assignment mechanism specifically parses backlog items based on the ADR-040 schema, meaning project backlogs must conform to this structured Markdown format for successful MoSCoW and RICE prioritization.