prd-management
PRD Management Skill
This skill automatically activates when working with Product Requirements Documents (PRDs) or Feature Requirements Documents (FRDs). It ensures proper lifecycle management, organization, and tracking.
Automatic Behaviors
When this skill activates, Claude will automatically:
-
Apply PRD Naming Conventions
- Full Product PRDs:
<product-name>-prd.md - Feature PRDs:
<feature-name>-frd.md - Simple Feature PRDs:
<feature-name>-simple-frd.md - Task Lists:
<prd-name>-tasks.md
- Full Product PRDs:
-
Maintain Directory Structure
product-docs/ ├── prds/ │ ├── active/ # Currently being implemented
More from jpoutrin/product-forge
rfc-specification
RFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs.
11generate-tasks
Convert PRD to structured task list with automatic linking
6brainstorm-solution
Structured brainstorming for technical solutions
5typescript-import-style
Merge-friendly import formatting (one-per-line, alphabetical). Auto-loads when writing TypeScript/JavaScript imports to minimize merge conflicts in parallel development. Enforces consistent grouping and sorting.
5typescript-code-review
TypeScript and React code review guidelines (type safety, React patterns, performance). Auto-loads when reviewing TypeScript/React code.
5zod
Zod schema validation patterns and type inference. Auto-loads when validating schemas, parsing data, validating forms, checking types at runtime, or using z.object/z.string/z.infer in TypeScript.
5