next

Read file-based or forge backlogs and surface top three unimplemented candidates for triage.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/fppfurtado/pragmatic-dev-toolkit --skill next-fppfurtado
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/fppfurtado/pragmatic-dev-toolkit/tree/main/skills/next
Command: npx skills add https://github.com/fppfurtado/pragmatic-dev-toolkit --skill next-fppfurtado

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads backlog and filters out implemented items to surface the top 3 high-impact candidates.

Core Features & Use Cases

  • Read backlog from file-based "Próximos" or forge backlog (open issues) and surface top candidates by order of appearance.
  • Filter out items already implemented and feed up to three high-impact candidates into the /triage flow.
  • Invoke directly or as a pre-step to /triage with no argument to seed the triage process.

Quick Start

Invoke the next skill directly or as a pre-step to /triage, optionally passing a positive integer N to limit the number of items read.

Frequently Asked Questions about next

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

FAQPage Schema
How do I prioritize backlog issues by impact for triage?▼

To prioritize backlog issues by impact, the skill reads your backlog, filters out implemented items, and surfaces the top 3 high-impact candidates to guide triage decisions. It processes both file-based backlogs and open forge issues by order of appearance.

What is the best way to filter implemented items from a product backlog?▼

Filtering implemented items from a product backlog is handled by reading your file-based 'Próximos' section or open forge issues, automatically excluding completed work to surface only the top high-impact candidates for triage.

Can I limit the number of backlog items read before triage?▼

Yes, you can limit the number of backlog items read by passing an optional positive integer N when invoking the skill, which defaults to 10 items if no argument is provided before surfacing candidates for triage.

Does the triage flow work without specifying backlog arguments?▼

Yes, the triage flow works without arguments by invoking the next skill as a pre-step to /triage, automatically reading the backlog, filtering implemented items, and seeding the triage process with three high-impact candidates.

What backlog formats are supported for surfacing high-impact candidates?▼

Supported backlog formats include file-based backlogs using the '## Próximos' section and forge backlogs containing open issues, both of which are read and filtered to surface top high-impact candidates for triage.