next-feature

Select the next feature to implement from features.yaml using priority rules.

1|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/masta-g3/rules --skill next-feature-masta-g3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-feature
Source: https://github.com/masta-g3/rules/tree/main/skills/next-feature
Command: npx skills add https://github.com/masta-g3/rules --skill next-feature-masta-g3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Selects the next feature to implement from features.yaml.

Core Features & Use Cases

  • Determines the next actionable feature by applying in_progress rules per repository.
  • Produces a canonical next-item recommendation for planning across repos.
  • Supports multi-repo sessions and preserves the existing features.yaml state.

Quick Start

Run the next-feature helper to identify the top ready feature and the recommended next steps.

Frequently Asked Questions about next-feature

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

FAQPage Schema
How do I automatically select the next feature to implement from a backlog?

To automatically select the next feature to implement from a backlog, this Skill applies priority rules to rank in_progress items and ready pending features from a features.yaml file, generating a single recommended next item.

How does feature prioritization work across multiple repositories?

Feature prioritization across multiple repositories works by applying in_progress rules per repository, producing a canonical next-item recommendation for planning while preserving the existing features.yaml state in multi-repo sessions.

Can I rank pending features without modifying my existing backlog file?

Yes, you can rank pending features without modifying your existing backlog file because this Skill relies on helper scripts to analyze and report on the features.yaml state without writing any changes back to it.

What is the best way to determine the top ready feature for development planning?

The best way to determine the top ready feature for development planning is to run the helper scripts that evaluate priority rules and identify the highest ranked actionable item from your tracked features.

Does this feature selection tool require any external dependencies?

No, this feature selection tool does not require any external dependencies, allowing you to directly identify the recommended next steps from your configured features.yaml file.

When should I not use automated feature selection for my backlog?

You should not use automated feature selection when manual backlog grooming is required, as this Skill strictly applies predefined priority rules to recommend the next actionable feature without modifying your planning state.