backlog

Convert a spec or idea into prioritized backlog tickets with dependencies.

14|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/pcatattacks/solopreneur-plugin --skill backlog-pcatattacks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog
Source: https://github.com/pcatattacks/solopreneur-plugin/tree/main/skills/backlog
Command: npx skills add https://github.com/pcatattacks/solopreneur-plugin --skill backlog-pcatattacks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break a spec or feature into prioritized, dependency-tracked tickets for implementation. Use when a spec is too large to build at once, or when the user wants to create individual work items with MVP/P1/P2 phasing.

Core Features & Use Cases

  • Break down specs into MVP/P1/P2 tickets with clear scope and acceptance criteria.
  • Model dependencies and enable parallel work streams, with a centralized backlog that guides execution.
  • Use case: When a team has a large feature spec, convert it into a structured backlog of tickets, enabling staged releases and traceable progress.

Quick Start

Provide a spec path or task description and generate a backlog with MVP tickets and dependencies ready for review.

Frequently Asked Questions about backlog

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

FAQPage Schema
How do I turn a feature spec into a prioritized backlog with MVP and P1 phases?

To turn a feature spec into a prioritized backlog, you provide the spec path or task description. The tool generates MVP, P1, and P2 tickets with clear scope, dependencies, and release phases for staged implementation.

Can I create dependency-tracked tickets from a simple project description?

Yes, you can create dependency-tracked tickets from a simple project description. It supports both spec-driven and description-driven inputs to model dependencies and enable parallel work streams.

What is the best way to break down a large spec into trackable work items?

The best way to break down a large spec into trackable work items is using a backlog generator. It transforms large feature specs into a centralized backlog.md and individual ticket files to guide execution and trace progress.

How do I plan parallel work streams using a dependency graph for project management?

You can plan parallel work streams by generating a dependency graph during ticket creation. The tool models ticket dependencies automatically, allowing teams to identify and execute parallel work streams from a centralized backlog.

Does this ticketing workflow output individual files for each task?

Yes, this ticketing workflow outputs a structured backlog.md file alongside individual ticket files. These files contain the acceptance criteria and dependency tracking required to guide the build process.

When should I use spec-to-backlog conversion for MVP planning?

You should use spec-to-backlog conversion for MVP planning when a spec is too large to build at once. It breaks features into staged release tickets, enabling traceable progress and clear scope boundaries.