expand-backlog

Break high-level backlog items into ordered executable sub-items in BACKLOG.md.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Hoang604/get-thing-done --skill expand-backlog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expand-backlog
Source: https://github.com/Hoang604/get-thing-done/tree/main/.claude/skills/expand-backlog
Command: npx skills add https://github.com/Hoang604/get-thing-done --skill expand-backlog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks a high-level backlog item into structured, executable sub-items.

Core Features & Use Cases

  • Read and expand backlog items into sequenced, executable sub-items.
  • Update BACKLOG.md with the expanded structure and dependencies.
  • Supports a deterministic, reviewable expansion workflow.

Quick Start

Provide the backlog item name to expand and receive a proposed breakdown of executable sub-items.

Frequently Asked Questions about expand-backlog

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

FAQPage Schema
How do I break down a high-level backlog item into structured sub-items?

To break down a high-level backlog item into structured sub-items, provide the item name to receive a proposed breakdown of sequenced, executable tasks. The workflow validates the input item and proposes ordered sub-items for execution.

What is the best way to update BACKLOG.md with expanded item dependencies?

The best way to update BACKLOG.md with expanded item dependencies is through a deterministic workflow that proposes a breakdown and directly updates the file with sub-items and their execution statuses.

Do I need an ARCHITECTURE.md file to decompose backlog items?

Yes, you need an ARCHITECTURE.md file to decompose backlog items accurately. The expansion process reads both BACKLOG.md and ARCHITECTURE.md to generate ordered sub-items that align with your project structure.

Can I review and validate the breakdown before updating my project backlog?

Yes, you can review the breakdown before updating your project backlog. The workflow supports a deterministic, reviewable expansion process that proposes the sub-items before committing changes to BACKLOG.md.

When should I use a deterministic workflow for backlog breakdown?

You should use a deterministic workflow for backlog breakdown when you need to validate input and generate sequenced, executable sub-items in a structured order. This ensures your project management updates are reviewable and consistent.