Prd Generator banner
dredozubov dredozubov

Prd Generator

Git community intermediate

Description

A Claude Code plugin that generates comprehensive Product Requirements Documents (PRDs) from conversation context.

Installation

Terminal
claude install-skill https://github.com/dredozubov/prd-generator

README

PRD Generator

A Claude Code plugin that generates comprehensive Product Requirements Documents (PRDs) from conversation context.

Installation

Option 1: Clone and Enable

git clone https://github.com/dredozubov/prd-generator ~/.claude/plugins/prd-generator

Then enable in Claude Code settings or via `/plugins enable prd-generator`.

Option 2: Add to Project

Clone into your project directory and reference in your Claude Code settings.

Commands

`/create-prd [output_file]`

Generate a comprehensive Product Requirements Document based on the current conversation context.

**Usage:**

/create-prd              # Creates PRD.md (default)
/create-prd docs/PRD.md  # Creates PRD at specified path

**Generated PRD includes:**

    undefined

When to Use

    undefined

Author

Denis Redozubov ([@dredozubov](https://github.com/dredozubov))

License

MIT