prd-to-issues

Installation
SKILL.md

PRD → Issues

Break a plan into independently-grabbable GitHub issues using vertical slices (tracer bullets).

If the user passed an issue reference, file path, or PRD path as an argument, fetch and read it fully (body + comments).

Process

1. Gather context

Work from whatever is already in the conversation. Otherwise find the PRD — read the given path or check docs/plans/. If none exists, suggest /tt:write-prd.

2. Get repo and labels

  • gh repo view --json nameWithOwner --jq '.nameWithOwner'
  • gh label list --json name --jq '.[].name' — discover the real label vocabulary.
Installs
1
GitHub Stars
2
First Seen
Jun 20, 2026
prd-to-issues — christowles/towles-tool