gsd-review-backlog — for Claude Code gsd-review-backlog, community, for Claude Code, ide skills, 999.x-slug, {new_num}-slug, ## Backlog, (BACKLOG), **Depends on:**, 7. **Report summary:**

v1.0.0

About this Skill

Ideal for AI agents that need review all 999.x backlog items and optionally promote them into the active. gsd-review-backlog is an AI agent skill for review all 999.x backlog items and optionally promote them into the active.

Features

Review all 999.x backlog items and optionally promote them into the active
milestone sequence or remove stale entries.
List backlog items:
ls -d .planning/phases/999 2 /dev/null echo "No backlog items found"
Read ROADMAP.md and extract all 999.x phase entries:

# Core Topics

sellomakgatho121 sellomakgatho121
[0]
[0]
Updated: 4/21/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Ideal for AI agents that need review all 999.x backlog items and optionally promote them into the active. gsd-review-backlog is an AI agent skill for review all 999.x backlog items and optionally promote them into the active.

Core Value

gsd-review-backlog helps agents review all 999.x backlog items and optionally promote them into the active. <objective Review all 999.x backlog items and optionally promote them into the active milestone sequence or remove stale entries. This AI agent skill supports Claude Code, Cursor, and

Ideal Agent Persona

Ideal for AI agents that need review all 999.x backlog items and optionally promote them into the active.

Capabilities Granted for gsd-review-backlog

Applying Review all 999.x backlog items and optionally promote them into the active
Applying milestone sequence or remove stale entries
Applying List backlog items:

! Prerequisites & Limits

  • Add appropriate Depends on: field
  • Requires repository-specific context from the skill documentation
  • Works best when the underlying tools and dependencies are already configured

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gsd-review-backlog?

Ideal for AI agents that need review all 999.x backlog items and optionally promote them into the active. gsd-review-backlog is an AI agent skill for review all 999.x backlog items and optionally promote them into the active.

How do I install gsd-review-backlog?

Run the command: npx killer-skills add sellomakgatho121/BL-XD. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for gsd-review-backlog?

Key use cases include: Applying Review all 999.x backlog items and optionally promote them into the active, Applying milestone sequence or remove stale entries, Applying List backlog items:.

Which IDEs are compatible with gsd-review-backlog?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for gsd-review-backlog?

Add appropriate Depends on: field. Requires repository-specific context from the skill documentation. Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sellomakgatho121/BL-XD. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gsd-review-backlog immediately in the current project.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

gsd-review-backlog

<objective Review all 999.x backlog items and optionally promote them into the active milestone sequence or remove stale entries. This AI agent skill supports

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source
<objective> Review all 999.x backlog items and optionally promote them into the active milestone sequence or remove stale entries. </objective> <process>
  1. List backlog items:

    bash
    1ls -d .planning/phases/999* 2>/dev/null || echo "No backlog items found"
  2. Read ROADMAP.md and extract all 999.x phase entries:

    bash
    1cat .planning/ROADMAP.md

    Show each backlog item with its description, any accumulated context (CONTEXT.md, RESEARCH.md), and creation date.

  3. Present the list to the user via AskUserQuestion:

    • For each backlog item, show: phase number, description, accumulated artifacts
    • Options per item: Promote (move to active), Keep (leave in backlog), Remove (delete)
  4. For items to PROMOTE:

    • Find the next sequential phase number in the active milestone
    • Rename the directory from 999.x-slug to {new_num}-slug:
      bash
      1NEW_NUM=$(node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" phase add "${DESCRIPTION}" --raw)
    • Move accumulated artifacts to the new phase directory
    • Update ROADMAP.md: move the entry from ## Backlog section to the active phase list
    • Remove (BACKLOG) marker
    • Add appropriate **Depends on:** field
  5. For items to REMOVE:

    • Delete the phase directory
    • Remove the entry from ROADMAP.md ## Backlog section
  6. Commit changes:

    bash
    1node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" commit "docs: review backlog — promoted N, removed M" --files .planning/ROADMAP.md
  7. Report summary:

    ## 📋 Backlog Review Complete
    
    Promoted: {list of promoted items with new phase numbers}
    Kept: {list of items remaining in backlog}
    Removed: {list of deleted items}
    
</process>

Related Skills

Looking for an alternative to gsd-review-backlog or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer