write-a-prd
Installation
SKILL.md
Write a PRD
$ARGUMENTS
Create a PRD through structured interview, codebase exploration, and module design, then submit as a GitHub issue.
Usage
/write-a-prd [feature or problem description]
What This Command Does
- Gathers detailed problem description from user
- Explores the codebase to verify assertions and understand current state
- Interviews relentlessly about every design branch until shared understanding
- Sketches major modules — actively seeking deep modules (small interface, deep implementation)
- Writes the PRD and submits as GitHub issue via
gh issue create