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:

  1. Project exists: The project should have its own folder at .planning/[project-name]/
  2. Seed file exists: Check for .planning/[project-name]/seed.md containing 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.

Related skills

More from nsantini/gsdl

Installs
33
Repository
nsantini/gsdl
GitHub Stars
3
First Seen
Mar 11, 2026