get-feature-stats

Summarize feature counts and configuration from a feature_list.json file.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Was85/ralph-rlm-agent-framework --skill get-feature-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-feature-stats
Source: https://github.com/Was85/ralph-rlm-agent-framework/tree/main/copilot-cli/skills/ralph/get-feature-stats
Command: npx skills add https://github.com/Was85/ralph-rlm-agent-framework --skill get-feature-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick, high-level overview of project progress by summarizing feature counts from the feature_list.json file, avoiding the need to parse the entire file.

Core Features & Use Cases

  • Project Status Summary: Get immediate insights into the number of features by their status (complete, in progress, pending, blocked).
  • Configuration Overview: View key project configuration settings like the test command and build command.
  • Use Case: Before starting a development sprint, quickly run this Skill to understand how many features are pending, in progress, or blocked, allowing for better planning and resource allocation.

Quick Start

Run the get-feature-stats skill to see a summary of your project's features.

Frequently Asked Questions about get-feature-stats

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

FAQPage Schema
How do I summarize feature status counts from a JSON file for project planning?

Parsing a feature_list.json file extracts project metadata and configuration details to present development metrics. It provides statistics on feature completion, in progress, pending, and blocked states for rapid project state assessment.

What is the best way to get a quick overview of pending and blocked development metrics?

Generating a compact summary from feature_list.json provides immediate insights into the number of features by their status, including pending and blocked states. This avoids parsing the entire file and helps allocate development resources.

Can I view project configuration settings like test and build commands alongside feature stats?

Generating a project status summary extracts both the configuration overview, including test and build commands, and the statistics on feature completion. This provides a comprehensive view of project settings and feature states.

Does this feature stats tool require any external dependencies to parse a JSON file?

Generating feature stats requires no external dependencies. The skill operates independently using internal scripts to extract project metadata and calculate development metrics from the specified feature list.

When should I use a project status summary tool during development iterations?

You should use a project status summary tool during the orient phase of development iterations. It helps you understand how many features are pending or blocked, allowing for better planning before starting a development sprint.