prd-to-issues

Slice approved PRDs into tracer-bullet issue files after human approval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slice an approved PRD into tracer-bullet issue files under features/<slug>/issues/, enabling HITL gating before changes are written.

Core Features & Use Cases

  • End-to-end slicing: convert PRD criteria into minimal, testable issues that trace to PRD success criteria.
  • HITL gating: present the slice plan for human approval before writing any files.
  • Structured output: write issues to features/<slug>/issues/ after approval, preserving traceability and dependencies.

Quick Start

Use the slicing workflow to read features/<slug>/prd.md, generate the issue list, obtain user approval, and then create the issue files.

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, this Skill slices an approved PRD file into minimal, testable tracer-bullet issue files with end-to-end traceability to success criteria. It generates the issue list and writes files only after human approval.

How does human-in-the-loop gating work when planning product issues?

Human-in-the-loop gating for product issue planning works by presenting a generated slice plan for your explicit approval before writing any issue files. This preserves review control and ensures you validate traceability and dependencies before changes are committed.

What is the best way to trace development issues back to PRD success criteria?

The best way to trace issues back to PRD success criteria is by slicing the approved PRD into tracer-bullet issues that enforce end-to-end traceability. Each generated issue file maps directly to the defined success criteria and includes dependency tagging.

Do I need a specific file structure to slice a PRD into issues?

Yes, you need an approved PRD file located at features/<slug>/prd.md to slice it into issues. After approval, the Skill writes the structured tracer-bullet issue files into the corresponding features/<slug>/issues/ directory.

Can I automate writing issue files without manual review from a PRD?

No, you cannot automate writing issue files without manual review because this Skill enforces a mandatory HITL gate. It always presents the slice plan for human approval before creating any files to preserve review control over the workflow.

Why use tracer-bullet issues for product management planning?

Tracer-bullet issues are used for product management planning to convert PRD criteria into minimal, testable slices that trace to success criteria. This approach enforces dependency tagging and structured output for better project traceability.