next

Select the next ready bead by priority, type, and age, then mark it in_progress.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/flurdy/agent-skills --skill next-flurdy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/flurdy/agent-skills/tree/main/skills/next
Command: npx skills add https://github.com/flurdy/agent-skills --skill next-flurdy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines selecting the next bead to work on by considering task readiness, priorities, and user preferences to quick-start focused work.

Core Features & Use Cases

  • Ready-bead discovery: surfaces unblocked tasks ready for work.
  • Ranking by suitability: orders candidates by priority, type, and age.
  • Interactive selection: presents top candidates and prompts for choice.
  • Auto-start flow: marks chosen bead as in_progress and reveals full details.

Quick Start

Ask the agent to pick the next bead based on readiness and user preferences.

Frequently Asked Questions about next

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

FAQPage Schema
How do I pick the next task to work on in an agile workflow?

To pick the next task, the skill evaluates ready beads by readiness, priority, type, and age. It surfaces top candidates for interactive selection and automatically marks the chosen task as in_progress.

What is the best way to prioritize unblocked tasks for development?

Prioritizing unblocked tasks relies on a deterministic flow that ranks ready beads by user-defined ordering, type weighting, and age. This ensures you always surface the most suitable work candidate.

How does task readiness influence which work item I should start?

Task readiness filters out blocked items so you only see unblocked beads. The selection mechanism then applies priority and age constraints to identify and reveal the details of the next best task.

Can I use task age and type weighting to rank my current work items?

Yes, task age and type weighting directly influence candidate ranking. The system uses these parameters alongside priority data to order tasks, prompt for your choice, and start the workflow.

How do I automatically mark a selected task as in progress?

Once you select a task from the presented candidates, an auto-start flow deterministically marks that bead as in_progress. This immediately transitions its status and reveals full details for focused work.