prd-to-issues

Convert PRDs into actionable issues with local markdown files.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards --skill prd-to-issues-leesanderson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-to-issues
Source: https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards/tree/main/.claude/skills/prd-to-issues
Command: npx skills add https://github.com/LeeSanderson/OpinionatedDotNetCodingStandards --skill prd-to-issues-leesanderson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users convert Product Requirement Documents (PRDs) into a series of concrete, independently workable issues, streamlining the development process and ensuring clarity.

Core Features & Use Cases

  • PRD Parsing: Breaks down PRDs into vertical slices, ensuring each issue is a complete, end-to-end process.
  • Issue Creation: Generates local markdown files for each issue, maintaining a structured repository.
  • Use Case: Ideal for project managers and developers who need to translate high-level PRDs into a granular task list for the development team.

Quick Start

Use the prd-to-issues skill to analyze the PRD 'project-prd.md' and generate a list of issues in the 'issues/' directory.

Frequently Asked Questions about prd-to-issues

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

FAQPage Schema
How do I convert a PRD into actionable development issues?

To convert a PRD into actionable development issues, the skill parses your Product Requirement Document and slices it vertically across all system layers, generating complete, verifiable markdown issue files in a local directory.

What is vertical slicing in issue tracking and why use it for PRDs?

Vertical slicing in issue tracking breaks down a PRD into complete, end-to-end functional units rather than horizontal technical layers, ensuring each generated issue delivers independent, verifiable value for the development team.

Can I review and approve generated issues before they are created locally?

Yes, you can review and approve generated issues before they are created. The skill supports manual review, allowing you to validate the vertical slices before outputting the final markdown files into your local issues directory.

What's the best way to generate a granular task list from a high-level product requirement document?

The best way to generate a granular task list from a high-level product requirement document is to use an automated parsing tool that creates structured markdown files for each verifiable issue, ensuring development clarity and streamlined execution.

Does the generated issue repository support manual markdown files for project management?

Yes, the generated issue repository supports manual markdown files for project management. The skill creates local markdown files for each issue, maintaining a structured repository that can be manually reviewed and edited.

Why should I not use manual breakdown for PRD issue tracking?

You should avoid manual PRD breakdown because it risks missing dependencies across system layers. Automating the process ensures each issue is a complete, verifiable vertical slice, preventing fragmented tasks and streamlining the development workflow.