pdl-validate

Route ideas to a Product Manager agent for backlog approval and user story generation.

21|6|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/davidmatousek/agentic-oriented-development-kit --skill pdl-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdl-validate
Source: https://github.com/davidmatousek/agentic-oriented-development-kit/tree/main/.claude/skills/pdl-validate
Command: npx skills add https://github.com/davidmatousek/agentic-oriented-development-kit --skill pdl-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate ideas by routing them to a Product Manager agent for formal review, enabling approved concepts to be added to the backlog and automatically generating user stories for implementation.

Core Features & Use Cases

  • Validates ideas and triggers PM review to approve or reject for backlog inclusion.
  • Generates a properly formatted User Story from approved ideas and appends it to the backlog with a new US-ID and priority.
  • Updates idea status and logs PM rationale, including handling auto-deferred ideas and rejection paths.

Quick Start

Submit an IDEA-123 to begin PM validation and auto-create a user story upon approval.

Frequently Asked Questions about pdl-validate

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

FAQPage Schema
How do I validate ideas for backlog inclusion using a PM review process?

Idea validation for backlog inclusion is handled by routing ideas to a Product Manager agent that reviews, approves, or rejects them. Approved concepts automatically generate a formatted user story appended to the backlog with a new US-ID and priority assignment.

What is the process for generating user stories from approved ideas?

Generating user stories from approved ideas occurs automatically upon PM approval during idea validation. The skill creates a properly formatted user story, assigns a US-ID, sets priority, and appends it directly to the 02_USER_STORIES.md backlog file.

How does PM review handle idea rejection and auto-deferred statuses?

PM review handles idea rejection and auto-deferred statuses by updating the idea status in 01_IDEAS.md and logging the PM rationale. This maintains an auditable decision trail for both approval and rejection paths.

Do I need specific input formats to trigger the idea validation gate?

Triggering the idea validation gate requires submitting an existing idea ID, such as IDEA-123, to begin the PM review process. The skill enforces input validation and safe PM delegation before updating statuses or generating user stories.

Can I maintain an auditable trail of backlog decisions and PM rationale?

Maintaining an auditable trail of backlog decisions and PM rationale is a core function of the idea validation process. It logs the PM's reasoning and updates idea statuses across both approval and rejection paths in 01_IDEAS.md.