next-task

Identify and recommend the next executable task by evaluating dependencies, status, and priority.

1|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ezagent42/prd2impl --skill next-task-ezagent42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-task
Source: https://github.com/ezagent42/prd2impl/tree/main/skills/skill-7-next-task
Command: npx skills add https://github.com/ezagent42/prd2impl --skill next-task-ezagent42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and recommend the next executable task for developers by analyzing task statuses, dependencies, and priorities.

Core Features & Use Cases

  • Evaluate the task graph to identify executable tasks based on pending status and completed dependencies.
  • Filter and rank tasks by dependency satisfaction, priority, and team assignment to surface actionable work.
  • Provide guidance for starting the chosen task and support parallel-dispatch when multiple candidates are ready.

Quick Start

Run /next-task to obtain the next executable task based on current plan and team assignment.

Frequently Asked Questions about next-task

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

FAQPage Schema
How do I find the next executable task when multiple pending tasks have dependencies?

To find the next executable task, analyze the task graph to evaluate pending statuses and completed dependencies, then filter and rank candidates by priority and team assignment to surface actionable work.

How does task prioritization work for parallel-dispatch across team assignments?

Task prioritization for parallel-dispatch evaluates readiness by checking task statuses and dependency satisfaction, allowing multiple ready tasks to be recommended simultaneously based on priority and team assignment.

What is the best way to automate workflow management for complex task dependencies?

Automating workflow management for complex task dependencies involves evaluating the entire task graph, enforcing strict eligibility criteria for pending tasks, and ranking them by dependency satisfaction and priority.

Can I use dependency management to filter out blocked tasks and only show ready work?

Yes, dependency management filters out blocked tasks by enforcing strict eligibility criteria, ensuring only tasks with pending status and fully satisfied dependencies are suggested as ready work.

Why does task prioritization only suggest pending tasks with satisfied dependencies?

Task prioritization only suggests pending tasks with satisfied dependencies to enforce strict eligibility criteria, ensuring developers receive actionable work they can actually start without hitting blockers.