gsdl-create-prd
Installation
SKILL.md
Create PRD
Generates a detailed Product Requirements Document (PRD) in Markdown format, based on a project's seed file and user input. The PRD is designed to be clear, actionable, and suitable for a junior developer to understand and implement.
Prerequisites
Before creating a PRD, verify:
- Project exists: The project should have its own folder at
.planning/[project-name]/ - Seed file exists: Check for
.planning/[project-name]/seed.mdcontaining the initial idea or concept
If the project structure doesn't exist, create it first following the project-setup conventions.
Process
Step 1: Read the Seed File from Disk
Read .planning/[project-name]/seed.md directly from disk — do not rely on any in-context version. The user may have edited the file after the project setup phase. Always use the on-disk content as the source of truth.