Welcome to the claude-prd-workflow plugin documentation.
- Complete Guide - Comprehensive guide covering all features and workflows
- Real-World Examples - See how different teams use the plugin
- Troubleshooting Guide - Fix common issues quickly
- Run
/plugin-health- Automated health check - Run
/plugin-repair- Automated repair tool
The plugin includes self-diagnostic and repair tools:
# Via command
/plugin-health
# Or directly
cd ~/.claude-code/plugins/claude-prd-workflow
node bin/check-health.jsVerifies:
- ✅ Plugin installation
- ✅ Commands installed (should be 17+)
- ✅ Agents installed (should be 17+)
- ✅ Skills installed (should be 13+)
- ✅ Plugin metadata
# Via command
/plugin-repair
# Or directly
cd ~/.claude-code/plugins/claude-prd-workflow
node bin/repair.jsFixes:
- Missing command files
- Missing agent files
- Missing skill files
- Corrupted metadata
- Incomplete installations
# Via command
/plugin-update
# Or directly
cd ~/.claude-code/plugins/claude-prd-workflow
node bin/update.jsUpdates to latest version from GitHub.
docs/
├── README.md # This file - documentation index
├── guide.md # Complete feature guide
├── examples.md # Real-world usage examples
└── archive/ # Historical specs and documents
└── SPECS_v2.5-2.6.md
/create-prd- Create a new PRD/list-prds- List all PRDs with status/review-prd- AI-powered 7-dimension review/code-prd- Start guided implementation/complete-prd- Finish and merge to main
/plugin-health- Run health check/plugin-repair- Auto-repair installation/plugin-update- Update to latest version
/quick-review- 30-second code review/test-gen- Auto-generate test suites/api-design- Backend architecture help/perf-boost- Performance optimization/incident- Production incident response
-
Self-Service
- Run
/plugin-healthto diagnose issues - Run
/plugin-repairto fix common problems - Check TROUBLESHOOTING.md
- Run
-
Community
-
Updates
- CHANGELOG.md - Version history
- Releases - Download specific versions
Current version: 2.8.0 (check your version with /plugin-version)
Key features in latest version:
- 🏥 Automated health check system
- 🔧 Automatic repair tools
- 🔄 Smart update mechanism
- 📊 Better error messages and diagnostics
- ✅ Post-install verification
- Main Repository
- NPM Package (coming soon)
- Contributing Guide
- Security Policy
Need help? Start with /plugin-health or check TROUBLESHOOTING.md