prd-dispatch

Installation
SKILL.md

PRD Dispatch

The router behind /prd: turns a subcommand into the right planning action and delegates. Contains no PRD or planning logic — issue/file creation lives in prd-task-creator, spec-loop enforcement in spec-first, completeness validation in prd-quality-gate, full PRD drafting in prd-writer, client-requirement intake in feature-intake, and discovery interviewing in interview.

Contract

Inputs:

  • A single argument string (may be empty) parsed into a mode.
  • Any remaining arguments (feature description, issue number, topic, etc.) are forwarded verbatim to the delegated skill.

Outputs:

  • For (empty): a one-line domain status (active PRD count if determinable) plus the Usage block. Nothing is created or modified.
  • For all other modes: the output of the delegated skill.

Creates/Modifies:

Installs
18
GitHub Stars
32
First Seen
Jun 26, 2026
prd-dispatch — shipshitdev/skills