Skip to content

kaosensei/claude-plugin-prd-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

claude-plugin-prd-generator

A Claude Code skill that transforms feature ideas into complete PRDs through structured dialogue.

Features

  • Structured exploration across 5 dimensions: Why / What / How / Edge Cases / UI
  • Alternative solutions — AI proactively proposes 2-3 implementation directions before proceeding
  • Rationalization prevention — blocks AI from skipping phases or self-filling vague answers
  • Phase gate — enforces all 5 dimensions have concrete answers before generating the PRD
  • Engineer review — self-audit checklist before output (goal: 0 unanswered questions)
  • Assumption register — explicit table of confirmed assumptions in every PRD
  • BDD acceptance criteria — User Stories in Given/When/Then format
  • ASCII wireframes — key screens drawn with box-drawing characters
  • i18n copy list — Chinese copy for engineers to translate

Installation

claude plugin install github:kaosensei/claude-plugin-prd-generator

Usage

Trigger phrases:

  • 開始 PRD
  • PRD: {功能名稱}
  • 我想做一個功能
  • /prd-generator

The skill will guide you through a structured conversation and produce a complete PRD saved to /Users/chenyucheng/Downloads/docs/{feature-name}.md.

Workflow

Phase 1: Exploration (Why → What → Alternatives → How → Edge Cases → UI)
         ↓ Phase Gate (all 5 dimensions must have concrete answers)
Phase 2: Confirmation (summary review)
         ↓ Engineer review (self-audit: 0 open questions)
Phase 3: Output (full PRD with assumptions register)

PRD Output Sections

  1. Overview (background, target users, success metrics)
  2. Terminology
  3. Acceptance Criteria (BDD scenarios + wireframes + edge cases)
  4. Copy list (Chinese)
  5. Figma Make prompt
  6. Assumptions register
  7. Open questions
  8. Changelog

About

Claude Code skill: structured PRD generation through Socratic dialogue

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors