auto-propose-backlog-specs

Generate GitHub Issues labeled product-driven-backlog from Value Proposition Canvas analysis.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fjpulidop/specrails-core --skill auto-propose-backlog-specs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-propose-backlog-specs
Source: https://github.com/fjpulidop/specrails-core/tree/main/specrails-plugin/skills/auto-propose-backlog-specs
Command: npx skills add https://github.com/fjpulidop/specrails-core --skill auto-propose-backlog-specs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze the project from a product perspective to generate new feature ideas and sync them to GitHub Issues labeled product-driven-backlog.

Core Features & Use Cases

  • Proposes 2-4 new backlog ideas per area using a Value Proposition Canvas framework.
  • Ensures ideas are mapped to personas, areas, and user stories, ready for backlog creation.
  • Syncs ideas to GitHub as issues with the product-driven-backlog label, avoiding duplicates by reading existing backlog items.

Quick Start

Run /specrails:get-backlog-specs to view current backlog ideas and then /specrails:auto-propose-backlog-specs with optional areas to generate new backlog specs.

Frequently Asked Questions about auto-propose-backlog-specs

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

FAQPage Schema
How do I generate product backlog ideas from my codebase?

To generate product backlog ideas from your codebase, this Skill analyzes project areas from configuration files or code structure and applies a Value Proposition Canvas to propose 2-4 feature ideas per area. It formats each idea with user stories, personas, effort, and prerequisites.

How do I automatically create GitHub Issues from AI-generated feature ideas?

You can automatically create GitHub Issues from AI-generated feature ideas by running the auto-propose command. It syncs proposed backlog ideas to GitHub Issues labeled product-driven-backlog while reading existing items to avoid duplicates.

What is a Value Proposition Canvas-driven backlog analysis?

A Value Proposition Canvas-driven backlog analysis evaluates your project modules to generate user stories aligned with specific personas. It ensures proposed feature ideas are mapped to relevant areas and formatted for immediate backlog creation.

Can I filter backlog idea generation to specific project areas?

Yes, you can filter backlog idea generation to specific project areas using optional input arguments. By default, the analysis covers all relevant modules discovered in your configuration or code structure.

Does the backlog synchronization process modify my application code?

No, the backlog synchronization process does not modify your application code. It strictly reads your repository structure and configuration files to analyze the project from a product perspective and generate new GitHub Issues.

How do I view existing product-driven-backlog items before proposing new ones?

To view existing product-driven-backlog items before proposing new ones, run the get-backlog-specs command. This allows the AI assistant to read current backlog ideas and avoid duplicates during generation.