PRD Generation
Convert plans into actionable structured Product Requirements Documents (PRDs).
PRD Format
PRD is a JSON array of objects, each object representing a PRD. Each object should be commit-size changes.
json
{
"category": "functional",
"description": "Brief description of the feature",
"steps": [
"Step 1: Action to take",
"Step 2: Verification step",
"Step 3: Expected outcome"
],
"passes": false
}
Output Location
Write to: ./.claude/plans/prd.json
Project name is the last section of the current working directory.
$ARGUMENTS