PRD to Issues

Decompose PRDs into GitHub issues with acceptance criteria and dependencies.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill prd-to-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PRD to Issues
Source: https://github.com/LSailer/Master-Thesis-3D-VLA/tree/main/.claude/skills/prd-to-issues
Command: npx skills add https://github.com/LSailer/Master-Thesis-3D-VLA --skill prd-to-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the breakdown of complex Product Requirements Documents (PRDs) into smaller, manageable, and actionable development tasks, streamlining the project planning process.

Core Features & Use Cases

  • Automated Task Decomposition: Analyzes PRD acceptance criteria and module design to create vertical-slice tasks.
  • Dependency Management: Automatically identifies and sets up task dependencies.
  • Labeling and Categorization: Assigns appropriate labels (e.g., AFK, HITL, backlog) and categorizes compute requirements (CPU/GPU).
  • Use Case: A product manager provides a PRD issue number, and the Skill generates a set of well-defined GitHub issues for the engineering team, complete with acceptance criteria and dependencies, ready to be added to the project board.

Quick Start

Use the PRD to Issues skill to decompose the PRD issue number 123.

Frequently Asked Questions about PRD to Issues

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

FAQPage Schema
How do I decompose a PRD into GitHub issues for agile sprint planning?

The Skill decomposes a PRD by analyzing acceptance criteria and module design to generate granular, vertical-slice GitHub issues complete with dependencies and labels for agile sprint planning.

What is vertical-slice task decomposition in agile project management?

Vertical-slice task decomposition breaks down a Product Requirements Document into granular, actionable tasks that deliver end-to-end functionality, ensuring each issue has defined acceptance criteria and dependencies for efficient agile project management.

Can I automatically map task dependencies when breaking down a product requirements document?

Yes, automated dependency management identifies and sets up task dependencies during PRD decomposition, ensuring proper mapping and categorization of generated GitHub issues for efficient sprint execution.

How do I categorize automated and manual development tasks in GitHub Issues?

You can categorize automated and manual development tasks by assigning specific labels like AFK (Automated For Knowledge) and HITL (Human-In-The-Loop) to the generated GitHub issues during task decomposition.

Does PRD task decomposition work with TDD workflows?

Yes, PRD task decomposition facilitates TDD workflows by generating granular GitHub issues with acceptance criteria and dependencies, ensuring proper task categorization for test-driven development processes.

What are the limitations of automating PRD breakdown into development tasks?

The automated PRD breakdown relies on the provided PRD issue number and its existing acceptance criteria; incomplete or ambiguous PRD content will limit the accuracy of generated task dependencies and vertical-slice issues.