Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

prd-creation

The prd-creation skill guides users through an interactive brainstorming and drafting process to produce a structured product requirements document. Use this skill when you need to systematically develop a PRD by exploring ideas, users, and pain points, then validate the output against quality dimensions like completeness and clarity before finalizing the document.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/a5c-ai/babysitter /tmp/prd-creation && cp -r /tmp/prd-creation/library/methodologies/ccpm/skills/prd-creation ~/.claude/skills/prd-creation
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# PRD Creation

Interactive PRD brainstorming and drafting with quality-gated refinement.

## Agent
Product Planner - `product-planner`

## Workflow
1. Brainstorm ideas, users, and pain points
2. Draft structured PRD with vision, user stories, success criteria
3. Validate PRD quality (completeness, clarity, testability, consistency)
4. Iteratively refine until quality threshold met
5. Finalize and write to .claude/prds/<featureName>.md

## Inputs
- `projectName` - Project name
- `featureName` - Feature identifier
- `projectDescription` - High-level description
- `targetAudience` - Target user description (optional)
- `constraints` - Known constraints (optional)

## Outputs
- PRD with vision, user stories, acceptance criteria, scope, constraints
- Quality validation report with dimensional scores
- Brainstorm artifacts

## Process Files
- `ccpm-prd-workflow.js` - Standalone PRD workflow
- `ccpm-orchestrator.js` - Phase 1 of full lifecycle