speckit-backlog-list

List backlog items from specs/backlog as a markdown table.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ericstiles/spec-kit-backlog --skill speckit-backlog-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-backlog-list
Source: https://github.com/ericstiles/spec-kit-backlog/tree/main/.claude/skills/speckit-backlog-list
Command: npx skills add https://github.com/ericstiles/spec-kit-backlog --skill speckit-backlog-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly inventory and view all backlog items in a spec-kit project, helping teams track ideas and prioritize work without digging through files.

Core Features & Use Cases

  • List backlog items from specs/backlog in creation order (oldest first).
  • Render results as a clean markdown table for quick sharing in chats or docs.
  • Handle empty backlog gracefully with a friendly message and guidance to add new items.

Quick Start

Run the backlog list command to display the current backlog.

Frequently Asked Questions about speckit-backlog-list

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

FAQPage Schema
How do I list backlog items from a spec-kit project directory?

To list backlog items from a spec-kit project, this Skill runs a list script located at .specify/extensions/backlog/scripts/list.sh. It inventories items from specs/backlog and outputs them as a markdown table.

What happens when I try to view a backlog list that is completely empty?

When the backlog list is empty, the Skill outputs a friendly message instead of a table. This empty state handling provides guidance to help you add new backlog items to the specs/backlog directory.

Do I need a specific script to display project backlog items in a markdown table?

Yes, you need a list script at .specify/extensions/backlog/scripts/list.sh to display project backlog items. This Skill requires this specific script to execute the list command and render the results as a markdown table.

How are backlog items ordered when I generate a list for project management?

Backlog items are listed in creation order, oldest first, when you generate the list. This chronological ordering helps teams track ideas and prioritize project management work without digging through files.

Can I use this to share my project backlog in chats or documentation?

Yes, you can share your project backlog in chats or docs because the Skill renders results as a clean markdown table. This format allows quick sharing of your spec-kit backlog inventory across platforms.

What is the best way to inventory spec-kit backlog files without manual searching?

The best way to inventory backlog files is running the backlog list command, which quickly scans specs/backlog. It handles both populated and empty states, preventing the need to manually dig through project files.