po-backlog-add

Add validated items with details to a central product backlog file.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill po-backlog-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: po-backlog-add
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/product/po-backlog-add
Command: npx skills add https://github.com/GDSDN/kord-aios --skill po-backlog-add

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires glob, backlog-manager, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new items to a product backlog, ensuring all necessary details are captured and organized for efficient product management.

Core Features & Use Cases

  • Elicit Item Details: Gathers comprehensive information including item type, title, description, priority, related story ID, tags, and estimated effort.
  • Input Validation: Validates inputs, such as checking for the existence of related story IDs.
  • Backlog Management: Adds the item to a backlog file and regenerates the backlog for review.
  • Use Case: A Product Owner needs to quickly add a new feature enhancement to the backlog after a user feedback session. They use this skill to capture the details, assign a priority, and link it to the relevant user story.

Quick Start

Use the po-backlog-add skill to add a new item to the product backlog.

Frequently Asked Questions about po-backlog-add

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

FAQPage Schema
How do I add a new item to my product backlog with all necessary agile details?

To add a product backlog item, you provide details like type, title, description, priority, related story ID, tags, and estimated effort. The skill validates inputs against existing stories and updates a central backlog file.

What is the best way to capture user feedback and link it to an existing agile story?

Capturing user feedback involves creating a backlog item with a specific type and linking it to a related story ID. The skill validates this related story ID against your existing backlog to ensure proper traceability.

What details are required when adding a feature enhancement to a product roadmap?

Adding a feature enhancement requires capturing the item type, title, description, priority, tags, and estimated effort. It also involves validating a related story ID to ensure the enhancement connects to existing roadmap items.

Does this backlog management tool validate new items against existing user stories?

Yes, backlog management validates new items by checking the existence of related story IDs before adding them. This ensures that every new item added to the central backlog file properly references valid existing stories.

Why does adding a task to my product backlog require estimating effort and setting priority?

Estimating effort and setting priority for a backlog item ensures efficient product management and roadmap organization. These details allow the central backlog file to properly sequence and evaluate tasks for upcoming agile sprints.