gsd-add-backlog

Add backlog items to ROADMAP.md using the 999.x numbering scheme.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-add-backlog-hadpadrahul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-add-backlog
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-add-backlog
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-add-backlog-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Backlog ideas that are not ready for active planning can clutter the roadmap. This skill provides a formal process to capture, describe, and park these ideas using a 999.x numbering scheme.

Core Features & Use Cases

  • Create backlog items following the 999.x numbering scheme to keep ideas organized.
  • Document goal, requirements, and plans in a structured way for future planning.
  • Automatically setup a dedicated phase directory and update ROADMAP.md to reflect new backlog items.

Quick Start

Follow the 999.x backlog process to add a backlog item and create its 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 backlog ideas to a roadmap without cluttering active planning?

You can add backlog ideas to a roadmap by using a 999.x numbering scheme to formally capture goals, requirements, and plans in a dedicated phase directory, keeping unready ideas parked and organized separately from active phases.

What is the 999.x numbering scheme for roadmap backlog management?

The 999.x numbering scheme is a formal process for parking unready ideas, where the system computes the next backlog number, updates ROADMAP.md, creates a phase directory, and commits the changes to keep ideas structured for future planning.

How do I automate creating a phase directory and updating ROADMAP.md for backlog items?

You can automate updating ROADMAP.md and creating phase directories by running a workflow that reads the roadmap, computes the next 999.x backlog number, applies the changes, and commits them directly to your repository.

Does adding backlog items require manual git commits after updating the roadmap?

No, adding backlog items does not require manual git commits, as the workflow fully automates the process of updating ROADMAP.md, creating the dedicated phase directory, and committing the changes directly.

When should I use a dedicated backlog phase directory instead of active roadmap phases?

You should use a dedicated backlog phase directory when you have ideas not ready for active planning, allowing you to document goals, requirements, and plans without cluttering the main active roadmap phases.