A Claude Code skill that transforms feature ideas into complete PRDs through structured dialogue.
- 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
claude plugin install github:kaosensei/claude-plugin-prd-generatorTrigger phrases:
開始 PRDPRD: {功能名稱}我想做一個功能/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.
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)
- Overview (background, target users, success metrics)
- Terminology
- Acceptance Criteria (BDD scenarios + wireframes + edge cases)
- Copy list (Chinese)
- Figma Make prompt
- Assumptions register
- Open questions
- Changelog