Skill1.8k repo starsupdated 5d ago
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
Copygit 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-creationThen start a new Claude Code session; the skill loads automatically.
Definition
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
More from this repository
code-reviewerSubagent
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
sdk-api-documenterSubagent
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
process-builderSkill
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
agent-dispatchSkill
code-review-gateSkill
feature-intakeSkill
kanban-managementSkill
streaming-progressSkill