gsd-add-backlog

Automates adding backlog items to ROADMAP.md with 999.x numbering and phase directories.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-add-backlog-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-backlog
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-add-backlog
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-add-backlog-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

backlog items often get lost in roadmaps; this Skill automates adding backlog ideas to the roadmap parking lot using a 999.x numbering scheme to keep unsequenced items organized and ready for review.

Core Features & Use Cases

  • Automates creation of backlog entries in ROADMAP.md and the corresponding 999.x phase directories.
  • Ensures backlog items are tracked outside active milestones and can be promoted later.
  • Supports consistent numbering and traceability for future planning.

Quick Start

Describe a backlog idea to register it as a new 999.x backlog item and have the system create the ROADMAP entry and directory.

Frequently Asked Questions about gsd-add-backlog

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

FAQPage Schema
How do I add unplanned backlog ideas to a roadmap without disrupting active milestones?

To add unplanned backlog ideas to a roadmap, you can use a 999.x numbering scheme to park unsequenced items. This approach updates ROADMAP.md and creates corresponding backlog phase directories, keeping new ideas tracked outside active milestones for later review and promotion.

What is the 999.x numbering scheme used for in project backlog management?

The 999.x numbering scheme in project backlog management is a method to organize unsequenced backlog items within a roadmap parking lot. It ensures unplanned ideas receive consistent, traceable identifiers so they remain separate from active milestones but ready for future planning.

How do I automatically generate backlog phase directories and update ROADMAP.md?

You can automatically generate backlog phase directories and update ROADMAP.md by describing a backlog idea to an automation tool. The system computes the next 999.x backlog number, creates the phase directory, updates the roadmap file, and commits the version control changes.

Can I use this roadmap backlog automation without additional dependencies or components?

Yes, you can use this roadmap backlog automation without additional dependencies or components. It operates independently to read ROADMAP.md, compute the next 999.x backlog number, create directories, and commit changes directly to your version control system.

What is the best way to track unsequenced items in a version-controlled roadmap?

The best way to track unsequenced items in a version-controlled roadmap is using an automated 999.x numbering convention. This ensures backlog items are consistently registered in ROADMAP.md and committed with their phase directories, maintaining traceability across project versions.

When should I use a 999.x backlog numbering convention instead of standard roadmap sequencing?

You should use a 999.x backlog numbering convention instead of standard roadmap sequencing when you need to register unplanned ideas without assigning them to a specific timeline. It creates a dedicated parking lot in ROADMAP.md for items awaiting future prioritization and promotion.