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.
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-creationSKILL.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
Review TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packages
Generate and validate documentation for @a5c-ai/babysitter-sdk CLI commands and exported APIs
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement