prd-to-issues

Break PRDs into dependency-ordered GitHub issues via gh issue create.

Updated Oct 22, 2024
One-click install
npx skills add https://github.com/DigiBanks99/dotfiles --skill prd-to-issues-digibanks99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-to-issues
Source: https://github.com/DigiBanks99/dotfiles/tree/main/modules/agents/.config/.agents/skills/prd-to-issues
Command: npx skills add https://github.com/DigiBanks99/dotfiles --skill prd-to-issues-digibanks99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices.

Core Features & Use Cases

  • Break down PRDs into end-to-end vertical slices that can be implemented across all layers.
  • Generate actionable GitHub issues with a clear parent PRD reference and dependencies.
  • Support HITL and AFK slices and iterative refinement through a structured quiz/approval workflow.

Quick Start

Paste the PRD URL into the tool and let it generate tracer-bullet issues automatically.

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 GitHub issues for implementation?

You can convert a PRD into GitHub issues by fetching the PRD content from GitHub and breaking it into independently-grabbable tickets using tracer-bullet vertical slices. The tool organizes end-to-end slices covering cross-layer paths and creates issues in dependency order via GitHub CLI templates.

What are tracer-bullet vertical slices in project management?

Tracer-bullet vertical slices are end-to-end implementation paths that cut across all layers of a project to deliver a functional piece of the product. This approach creates independently-grabbable issues that provide cross-layer coverage and maintain proper dependency ordering.

How do I create GitHub issues in dependency order from a PRD?

You can create GitHub issues in dependency order by fetching a PRD from GitHub, organizing tracer-bullet vertical slices, and using gh issue create templates to generate tickets sequentially. The tool automatically sequences issues so foundational tasks precede dependent ones while preserving parent PRD context.

Can I use GitHub CLI to automate issue creation from a PRD URL?

Yes, you can automate issue creation from a PRD URL using the GitHub CLI workflow. The tool fetches PRD content directly from the provided GitHub URL, organizes it into tracer-bullet vertical slices, and executes gh issue create templates to generate actionable tickets automatically.

Does this PRD breakdown tool support both HITL and AFK work slices?

Yes, this PRD breakdown tool supports both HITL (Human-in-the-Loop) and AFK (Away-From-Keyboard) work slices. It structures end-to-end slices and supports iterative refinement through a structured quiz and approval workflow before generating the final GitHub issues.

What is the best way to break down a PRD into actionable project management tickets?

The best way to break down a PRD into actionable project management tickets is by applying tracer-bullet vertical slices. This method divides the PRD into independently-grabbable, end-to-end issues spanning all layers, ensuring clear dependency ordering and parent PRD context through a structured approval workflow.