to-prd
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know.
Process
-
Choose where to publish. The default is Local markdown — a file under
.scratch/in this repo, no remote needed. Don't probegit remote; only publish to GitHub or GitLab if the user explicitly asks.- Ask the user where to publish, with Local markdown pre-selected:
- Local markdown (default) — a file at
.scratch/<feature-slug>/PRD.mdin this repo - GitHub — a GitHub issue (
ghCLI), only if requested - GitLab — a GitLab issue (
glabCLI), only if requested
- Local markdown (default) — a file at
- Carry the choice into step 4. For GitHub or GitLab, follow the exact conventions and triage-label mappings in
docs/agents/issue-tracker.mdif it covers that backend; otherwise use the conventions in<destination-conventions>below. Run/setup-skillsto configure those conventions and a triage-label vocabulary.
- Ask the user where to publish, with Local markdown pre-selected:
-
Explore the repo to understand the current state of the codebase, if you haven't already. Use the project's domain glossary vocabulary throughout the PRD, and respect any ADRs in the area you're touching.
-
Sketch out the seams at which you're going to test the feature. Existing seams should be preferred to new ones. Use the highest seam possible. If new seams are needed, propose them at the highest point you can. The fewer seams across the codebase, the better - the ideal number is one.
Check with the user that these seams match their expectations.
-
Write the PRD using the template below, then publish it to the destination you chose in step 1. Apply the
ready-for-agenttriage label — no need for additional triage. (For Local markdown, "applying a label" means writing aStatus: ready-for-agentline near the top of the file instead.)