The complete Claude Code plugin for Product-Driven Development. Ship features faster with AI-powered PRD review, Git worktree support, and automated quality gates.
npm install claude-prd-workflow> The complete Claude Code plugin for Product-Driven Development
>
> Transform PRDs from ideas to shipped features with AI-powered review, guided implementation, and automated quality gates. Never ship unclear requirements again.






---
Most development teams struggle with:
- Scope creep - Features grow 3x during implementation
- Context switching - Developers lose 2-3 hours/day switching between PRDs
- Quality issues - 40% of PRs need rework due to unclear requirements
- Wasted time - Manual PRD reviews take 2+ hours and miss critical gaps
- Lost progress - No clear tracking from idea β code β production
PRD Workflow Manager is the first and only Claude Code plugin that manages your entire product development lifecycle:
```
π‘ Idea β π PRD β β
Review β π» Code β π Quality β π Ship
With AI-powered agents, automated quality gates, and Git worktree orchestration, you ship features faster while maintaining production-grade quality.
---
Impact: Catch scope bloat and unjustified features in 30s vs 10 min
bash
/invoke "implement Stripe payments"
β Runs: architecture + security + tests + plan (parallel)
β 12 min β comprehensive outputs
`$3
Pre-flight validation catches Git issues before they break:
- β Version check (need 2.25+)
- β Permissions check
- β Conflict detectionImpact: Clear remediation vs "git worktree add failed"
$3
- 4 core dimensions (not 7)
- Dynamic contextual (tag-based)
- Compact format (icons, bullets)---
$3
Multi-dimension analysis with automatic grading (A-F) and calibration questions that expose gaps you didn't know existed.Before: Hours of manual review, still miss critical issues
After: Minutes of AI analysis catches more with actionable questions
$3
7 new agents for everyday coding (not just PRDs):
- code-reviewer - 30-second automated code review (5 agents in parallel)
- test-automator - Auto-generate comprehensive test suites (10x faster)
- backend-architect - Expert API/database design guidance
- performance-analyst - Systematic app optimization (2-3x faster)
- incident-coordinator - Structured production incident responseBefore: Manual code review (30-45 min), manual test writing (hours)
After: Automated review (30s), auto-generated tests (seconds)
$3
Smart features that prevent errors and save time:
- Auto-Recovery - Never lose progress on crashes (auto-checkpoint every 3 tasks)
- Contextual Questions - AI asks payment-specific questions for payment features (9 types)
- AI Conflict Resolution - Merge conflicts auto-resolved 80% of the time
- Helpful Errors - Every error suggests the right next command
- Parallel Orchestration - Analyze 20 PRDs in 10s instead of 200s (-95%)
- Quick Ship Enhanced - Ship bug fixes in <1 hour with zero overheadBefore: Lost work on crashes, generic questions, manual conflict resolution
After: 100% recovery, smart questions, AI-assisted merges
$3
Work on 5+ features in parallel without branch switching. Enforced by default with health checks - Git 2.25+ required.Before: Context switching costs hours every day, optional worktree = inconsistent workflow
After: Mandatory isolation, instant feature switching, clear error handling
$3
AI breaks your PRD into granular tasks with acceptance criteria, file paths, and code examples.Before: Developers spend significant time figuring out "what's next"
After: AI tells you exactly what to build, step by step
$3
Zero-config security scans (OWASP Top 10, dependency vulnerabilities, secrets detection) and quality checks (coverage, complexity, linting).Before: Manual security reviews miss many issues
After: Automated scans find more issues in seconds
$3
Smart dependency resolution and resource allocation across multiple features. Know exactly what's blocked, what's ready, and where to focus.Before: 3+ PRDs running = chaos
After: Crystal clear dependency graph and bottleneck analysis
$3
Real-time progress on every PRD with automatic status updates, WORK_PLAN.md sync, and GitHub integration.Before: "How's feature X going?" β checks 5 places
After:
/list-prds β instant status on everything$3
Never worry about installation issues again! The plugin now self-diagnoses and auto-repairs:- Auto Health Check - Runs after every install/update to verify everything works
- One-Command Repair -
/plugin-repair fixes 90%+ of issues automatically
- Smart Updates - /plugin-update updates safely with auto-backup
- Clear Diagnostics - Know exactly what's wrong and how to fix itBefore: "Why aren't my commands showing up?" β hours of debugging
After:
/plugin-health β instant diagnosis + /plugin-repair β fixed in secondsKey Benefits:
- β
Zero missing commands (bin/ folder now copied correctly)
- β
Accurate installation verification (exact file counts)
- β
Self-healing when issues occur (auto-repair)
- β
Safe updates with rollback (never lose your config)
---
π― How It Works: Two Workflow Modes
Choose the right workflow for your feature size:
$3
Use for: Features taking >1 day, multiple developers, customer-facing changes
`bash
Step 1: Create PRD with interactive questions (Main branch)
/create-prd "Add OAuth2 authentication"
β AI asks clarifying questions
β Generates comprehensive PRD
β Stays in DRAFT by defaultStep 2: Create feature branch (enables parallel work!)
/code-prd PRD-007
β Creates feature/PRD-007-oauth2-integration
β Your Main branch stays FREEStep 3: Review & refine (on feature branch, separate Cursor window)
/review-prd PRD-007
β 7-dimension analysis
β Refine until Grade A/BStep 4: Guided development with auto-recovery β¨ NEW
/code-prd PRD-007
β AI breaks into tasks
β Step-by-step guidance
β Auto-saves progress every 3 tasks
β Resume from checkpoint if interruptedStep 5: Complete with AI conflict resolution β¨ NEW
/complete-prd PRD-007
β AI detects merge conflicts
β Suggests intelligent resolutions
β Auto-merge if tests pass
β Auto-cleanup branches
`π― Key Benefit: Main branch never blocked. Create PRD on Main, review/dev on feature branch in parallel.
---
$3
Use for: Bug fixes, small tweaks, <4 hour changes
`bash
/quick-ship "Fix dark mode toggle on iOS Safari"
β No PRD created
β Minimal tracking log
β Auto-commit (AI message) β¨ NEW
β Auto-PR with description β¨ NEW
β Auto-merge on tests pass β¨ NEW
β Complete in <1 hour
`π― Key Benefit: Zero overhead for small changes. Ship fixes in minutes, not hours.
NEW in v2.4: Integrated workflow eliminates manual commit/PR creation - just describe the fix and ship!
---
$3
| Criteria | Full PRD | Quick Ship |
|----------|----------|------------|
| Duration | >1 day | <4 hours |
| Developers | Multiple | Single |
| Scope clarity | Needs definition | Crystal clear |
| Risk | Medium-High | Low |
| Examples | New feature, Refactor, Integration | Bug fix, UI tweak, Dependency update |
---
π Installation (2 minutes)
$3
- Claude Code v2.0 or higher
- Git v2.25+ (for worktree support)
- Node.js v18+ (for the installation script)
$3
> π‘ Key Concept: Install once globally β Available in ALL your projects automatically!
Option A: npm (Recommended - Fully Automatic)
`bash
npm install -g claude-prd-workflow
β
Auto-installs to ~/.claude-code/
β
Commands, agents, and skills copied to the right places
β
Ready to use in ALL projects
Restart Claude Code
`Option B: Claude Code Marketplace (Native Plugin System)
`bash
In Claude Code, add the marketplace:
/plugin marketplace add Yassinello/claude-prd-workflowThen install the plugin:
/plugin install claude-prd-workflowβ
Direct integration with Claude Code
β
Automatic updates via marketplace
β
Discover all available plugins
β
No npm required
Restart Claude Code
`Option C: Git Clone (Manual Installation)
`bash
Clone to a temporary location
git clone https://github.com/Yassinello/claude-prd-workflow.git
cd claude-prd-workflowRun the installation script
node install.js
β
Copies 18 slash commands to ~/.claude-code/commands/
β
Copies 17 AI agents to ~/.claude-code/agents/
β
Copies 13 skills to ~/.claude-code/skills/
β
Copies plugin files to ~/.claude-code/plugins/claude-prd-workflow/
β
Runs automatic health check to verify installation
π₯ Running automatic health check...
β
Plugin directory found
β
Plugin version: 2.8.0
β
Installed 18 slash commands
β
Installed 17 AI agents
β
Installed 13 skills
β
All systems operational!
Restart Claude Code
`Option D: From Claude Code (Interactive)
`bash
In Claude Code, type:
/help pluginsThen follow the prompts to:
1. Install from npm: claude-prd-workflow
2. Restart Claude Code
Done!
`$3
Problem: Claude Code asks for permissions constantly, interrupting your workflow.
Solution: This plugin includes suggested ultra-permissive permissions that eliminate 99% of authorization prompts while still blocking data deletion operations.
#### Automatic (Recommended)
During installation, Claude Code may offer to apply the suggested permissions. Accept to enable seamless workflow.
#### Manual Setup
If automatic setup didn't work or you want to configure later:
`bash
Copy suggested permissions to your global config
cp ~/.claude-code/plugins/claude-prd-workflow/.claude/settings.local.json ~/.claude-code/settings.jsonOR merge with existing config
cat ~/.claude-code/plugins/claude-prd-workflow/.claude/settings.local.jsonThen restart Claude Code
`What's Allowed: β
Git, NPM, file operations, web access, all plugin commands
What's Blocked: β Only data deletion (rm, del, git clean) and secrets
π Full permissions guide β
$3
The installation script automatically runs a health check, but you can verify anytime:
Option A: Via Command (Recommended)
`
/plugin-health
`Option B: Via Script
`bash
cd ~/.claude-code/plugins/claude-prd-workflow
node bin/check-health.js
`β
Success: All systems operational
β Error: Issues detected
If Issues Detected:
`bash
Auto-repair (fixes 90%+ of issues)
/plugin-repairOr manually
cd ~/.claude-code/plugins/claude-prd-workflow
node bin/repair.jsRestart Claude Code after repair
`Quick Test:
`
/list-prds
`
β
Success: No PRDs found. Create your first PRD with /create-prd
β Error: Command not found β Run /plugin-repair then restart Claude Code$3
The plugin works immediately in any project! Just open your project in Claude Code:
`bash
Open your existing project in Claude Code
cd ~/my-existing-project
code . # or open with Claude CodeIn Claude Code, create the PRD structure:
/create-prd
The plugin will:
1. Ask for PRD details
2. Create product/prds/ directory if needed
3. Generate your first PRD file
`Optional: Customize config for this specific project:
`bash
Copy a preset (choose one based on your project type)
mkdir -p .claude
cp ~/.claude-code/plugins/claude-prd-workflow/config/presets/startup.json .claude/config.jsonOr for enterprise:
cp ~/.claude-code/plugins/claude-prd-workflow/config/presets/enterprise.json .claude/config.jsonOr for open source:
cp ~/.claude-code/plugins/claude-prd-workflow/config/presets/open-source.json .claude/config.json
`That's it! π You're ready to create your first PRD.
---
π Keeping the Plugin Updated
New in v2.8: One-command updates with automatic backup and health check!
$3
Option A: One-Command Update (Recommended - NEW in v2.8)
`bash
/plugin-update
`The update command automatically:
- β
Checks current version and fetches latest from GitHub
- β
Backs up your config (automatic - no data loss)
- β
Stashes uncommitted changes during update
- β
Updates via git pull (if installed via git)
- β
Reinstalls all commands/agents/skills globally
- β
Runs health check to verify update succeeded
- β
Shows version change and what's new
- β
Rollback-friendly (keeps old version if update fails)
Option B: Manual Update (Git-based installations)
`bash
cd ~/.claude-code/plugins/claude-prd-workflow
git pull origin main
node install.js
Restart Claude Code
`Option C: Reinstall (npm-based installations)
`bash
npm install -g claude-prd-workflow@latest
Restart Claude Code
`$3
`bash
Check your installed version
npm list -g claude-prd-workflowCheck latest available version
npm view claude-prd-workflow versionSee what changed in new versions
npm view claude-prd-workflow versions --json
`$3
`bash
Update to the latest version
npm install -g claude-prd-workflow@latestThe postinstall script automatically:
β
Updates commands in ~/.claude-code/commands/
β
Updates agents in ~/.claude-code/agents/
β
Updates skills in ~/.claude-code/skills/
β
Updates plugin files in ~/.claude-code/plugins/
Restart Claude Code to see changes
`$3
Updates are NOT automatic - this is intentional to prevent breaking changes.
When to update:
- β
New features you want to use
- β
Bug fixes for issues you're experiencing
- β
Security patches (check GitHub releases)
Where to check for updates:
- GitHub Releases
- npm Package Page
- CHANGELOG.md
$3
The plugin follows Semantic Versioning:
- Major (1.x.x β 2.x.x): Breaking changes, may require config updates
- Minor (1.0.x β 1.1.x): New features, backward compatible
- Patch (1.0.0 β 1.0.1): Bug fixes, always safe to update
Current stable version: !npm version
---
β‘ Quick Start - Real Example: Building MCP Server Prioritization
Let's walk through a real example from idea to shipped code in 30 minutes.
Scenario: You want to add a feature to prioritize MCP servers in Claude Code based on usage frequency.
$3
In Claude Code, type:
`
/create-prd
`Claude will ask:
- Feature name:
MCP Server Prioritization
- Priority: P1 (should-have)
- PRD ID: PRD-001Output:
product/prds/01-draft/251025-mcp-server-prioritization-v1.mdThe PRD template is pre-filled with sections:
- Problem Statement
- Goals & Success Metrics
- User Stories
- Technical Approach
- Acceptance Criteria
- Dependencies
- Risks
Time: 2 minutes to fill in the details
$3
`
/review-prd
`What happens:
1. AI analyzes PRD across 7 dimensions (Clarity, Feasibility, UX, Dependencies, Criteria, Risks, Simplification)
2. Generates 5-10 calibration questions to expose gaps
3. You answer questions β PRD is updated
4. Grade assigned (A-F)
5. If grade β₯ minimum (B for enterprise, C for startup) β Approved!
6. PRD moves to
product/prds/02-ready/
7. GitHub issue created (if enabled)Time: 15 minutes (vs 2 hours manual review)
$3
`
/code-prd
`What happens:
1. Creates branch
feat/PRD-001-user-authentication
2. Creates Git worktree ../my-project-user-authentication/ (isolated workspace)
3. Installs dependencies (if configured)
4. Moves PRD to product/prds/03-in-progress/
5. Opens implementation contextYou're now coding in a clean workspace!
$3
`
/work-prd
`What happens:
1. AI breaks PRD into 40+ tasks (example):
- Task 1: Setup NextAuth.js (2h)
- Task 2: Create login API route (1h)
- Task 3: Build login UI component (3h)
- Task 4: Add session management (2h)
- ...Task 40: Deploy to production (1h)
2. For each task:
- Shows what to build (clear description)
- Shows where (exact files to modify)
- Shows how (code examples & patterns)
- Shows acceptance criteria (how to know you're done)
3. After you complete a task β validates β moves to next
Progress tracked automatically in
.claude/prd-001-progress.json$3
Before creating your PR:
`
/security-audit
`
β Scans for vulnerabilities, secrets, OWASP violations
β Must pass (0 high-severity issues)`
/quality-check
`
β Runs linting, tests, coverage, complexity analysis
β Must pass (grade β₯ B for enterprise, C for startup)Time: 30 seconds (vs 30 minutes manual review)
$3
Create PR β Code review β Merge β Done! π
PRD automatically moves to
product/prds/04-complete/---
π§ How It Works
$3
`mermaid
flowchart LR
A[π‘ Idea] -->|/create-prd| B[π Draft PRD]
B -->|/review-prd| C{π AI Review
7 Dimensions}
C -->|Grade β₯ Min| D[β
Approved]
C -->|Grade < Min| B
D -->|/code-prd| E[π³ Worktree Created]
E -->|/work-prd| F[π¨βπ» Task-by-Task
Implementation]
F -->|/security-audit
/quality-check| G{π Quality Gates}
G -->|Pass| H[π Ship]
G -->|Fail| F
H --> I[βοΈ Complete] style A fill:#e1f5ff
style C fill:#fff4e6
style D fill:#f6ffed
style G fill:#fff1f0
style H fill:#f6ffed
`$3
PRD Management Agents (6):
| Agent | When | What |
|-------|------|------|
| π prd-reviewer |
/review-prd | 7-dimension analysis, calibration questions, grading |
| π¨βπ» prd-implementer | /code-prd | Task breakdown, code examples, validation |
| πΌ orchestrator | /orchestrate | Dependency analysis, resource allocation, bottleneck detection |
| π security-expert | /security-audit | OWASP Top 10, secrets detection, vulnerability scanning |
| β
quality-assurance | /quality-check | Coverage, complexity, linting, type safety |
| π devops-engineer | (on-demand) | CI/CD setup, infrastructure as code |Daily Development Agents (7 - NEW in v2.3):
| Agent | Model | What |
|-------|-------|------|
| π code-reviewer | Haiku (fast) | Automated code review, best practices, complexity detection |
| π§ͺ test-automator | Haiku (fast) | Auto-generate unit/integration/E2E tests with fixtures |
| ποΈ backend-architect | Sonnet (complex) | API design, database schema, scalability guidance |
| π¨ incident-coordinator | Sonnet (complex) | Production incident response, runbooks, postmortems |
| β‘ performance-analyst | Sonnet (complex) | Bundle analysis, Core Web Vitals, systematic optimization |
| π― full-stack-orchestrator | Sonnet (complex) | End-to-end feature coordination (frontend β backend β tests) |
| π€ code-review-orchestrator | Haiku (fast) | Runs 5 agents in parallel for 30-second comprehensive review |
---
βοΈ Configuration Presets
Choose the preset that matches your project type:
$3
`bash
cp config/presets/startup.json .claude/config.json
`Settings:
- β
Test coverage: 70% (pragmatic)
- β
Min PRD grade: C (good enough)
- β
Review dimensions: 5 (essentials only)
- β
Parallel features: 2 (small team)
- β
Auto-scan: On PR only (don't slow down development)
Best for: MVPs, prototypes, fast iteration
---
$3
`bash
cp config/presets/enterprise.json .claude/config.json
`Settings:
- β
Test coverage: 90% (strict)
- β
Min PRD grade: B (high quality)
- β
Review dimensions: 10 (comprehensive - includes Compliance, Security, Performance)
- β
Parallel features: 5 (larger team)
- β
Auto-scan: On every commit (catch early)
- β
Fine-grained tasks (40-50 tasks per PRD)
- β
SOX/PCI-DSS compliance tracking
Best for: Production systems, regulated industries, large teams
---
$3
`bash
cp config/presets/open-source.json .claude/config.json
`Settings:
- β
PRD ID format: RFC-{number} (community standard)
- β
Work plan: ROADMAP.md (public transparency)
- β
Labels: help-wanted, good-first-issue (contributor-friendly)
- β
Auto-assign: Off (community picks tasks)
- β
No notifications (avoid spam)
Best for: Open source projects, community contributions
---
$3
Start with a preset, then customize:
`bash
cp config/presets/startup.json .claude/config.json
Edit .claude/config.json to your needs
`Full configuration reference β
---
π Complete Command Reference
| Command | Purpose | Example Usage |
|---------|---------|---------------|
| Core Workflow |||
|
/create-prd | Create new PRD from template | Start any new feature |
| /review-prd | AI-powered 7D review + grading | Before approval |
| /setup-prd | Create branch + worktree (dev setup) | Ready to implement |
| /code-prd | Guided task-by-task implementation | During development |
| /list-prds | Show all PRDs with status | Check progress |
| /archive-prd | Archive completed/cancelled PRDs | Cleanup |
| Quality & Security |||
| /security-audit | Scan dependencies, code, secrets, OWASP | Before PR |
| /quality-check | Linting, tests, coverage, complexity | Before PR |
| Orchestration |||
| /orchestrate | Multi-PRD coordination & dependencies | Managing 3+ PRDs |---
π Documentation
$3
- π Complete Guide - Everything in one place (Quick Start, Commands, Agents, Config, Troubleshooting)
- π― Real-World Examples - Startup, Enterprise, Microservices, Open Source setups---
ποΈ Advanced Features
$3
Work on 5+ features simultaneously without branch switching:
`bash
/setup-prd # PRD-001 β ../project-auth/
/setup-prd # PRD-002 β ../project-dashboard/
/setup-prd # PRD-003 β ../project-billing/Each feature has its own:
- Isolated workspace
- Installed dependencies
- No merge conflicts
- Instant context switching
`Time saved: 2-3 hours/day on context switching
---
$3
Managing 10+ PRDs?
/orchestrate shows:- π Dependency graph - What blocks what
- π― Critical path - Bottlenecks highlighted
- π₯ Resource allocation - Team capacity planning
- β° Timeline prediction - When features ship
Example output:
`
π― Critical Path: PRD-001 β PRD-003 β PRD-005 (7 weeks)
π΄ Blocked: PRD-004, PRD-006 (waiting for PRD-003)
β
Ready: PRD-002, PRD-007 (no blockers)
β οΈ Bottleneck: Backend team at 120% capacity
`---
$3
Automatic issue creation when PRD approved:
`json
{
"prd_workflow": {
"github": {
"enabled": true,
"create_issue_on_approval": true,
"issue_labels": ["feature", "P0", "PRD-001"],
"auto_assign": true,
"milestone_tracking": true
}
}
}
`Result: Every approved PRD = GitHub issue with:
- Full PRD content
- Acceptance criteria checklist
- Dependencies linked
- Auto-assigned to team
---
$3
Security Audit (
/security-audit):
- β
npm/yarn audit (dependency vulnerabilities)
- β
ESLint security plugin
- β
git-secrets (no credentials committed)
- β
OWASP Top 10 checks
- β
Snyk/Trivy (container scanning)Quality Check (
/quality-check):
- β
Linting (ESLint/Prettier)
- β
Type checking (TypeScript)
- β
Test coverage (80-90% threshold)
- β
Code complexity (max 10)
- β
Bundle size analysis
- β
Performance budgetsBoth run in <30 seconds and block PR merge if failing.
---
π€ Contributing
We welcome contributions! Here's how:
$3
1. Fork the repo
2. Create a feature branch: git checkout -b feature/amazing-feature
3. Make your changes
4. Test thoroughly
5. Submit a PR$3
- Follow the existing code style
- Add tests for new features
- Update documentation
- Keep PRs focused (one feature per PR)$3
`bash
git clone https://github.com/Yassinello/claude-prd-workflow.git
cd claude-prd-workflow
npm install # if you're adding JS/TS features
`---
π Support & Community
$3
- π¬ GitHub Discussions - Ask questions
- π GitHub Issues - Report bugs$3
Use our issue templates:
- π Bug Report
- β¨ Feature Request
- βοΈ Configuration Help
- π Documentation Issue---
πΊοΈ Roadmap
$3
- [ ] Video tutorials
- [ ] VS Code snippets
- [ ] Interactive playground
- [ ] /clone-prd command (duplicate PRDs)
- [ ] /split-prd command (split large PRDs)$3
Core MCP Support:
- [ ] MCP server integration framework
- [ ] Configuration schema for MCP serversOptional MCP Integrations:
- [ ] Context7 - Fetch up-to-date library documentation
- [ ] GitHub MCP - Enhanced GitHub operations (PR reviews, issue sync)
- [ ] Memory MCP - Persistent knowledge graph for PRD relationships
- [ ] Puppeteer MCP - Automated testing & screenshots
- [ ] Brevo MCP - Email notifications & marketing automation
New Features:
- [ ] Jira/Linear/Notion integrations
- [ ] Analytics dashboard (
/prd-metrics)
- [ ] AI-generated PRDs from notes
- [ ] Smart dependency detection$3
- [ ] Real-time collaboration
- [ ] Approval workflows
- [ ] Gantt chart visualization
- [ ] Team capacity planning
- [ ] Custom MCP server: @claude-prd/analytics-mcp
- [ ] Custom MCP server: @claude-prd/integrations-mcp---
π License
MIT License - Free for commercial and open source use.
Copyright Β© 2025 Yassine Hamou-Tahra
See LICENSE for details.
---
π Acknowledgments
Built with:
- Claude Code - AI-powered development
- Git - Version control & worktrees
- Inspired by Shape Up methodology
Special thanks to the Claude Code team for creating an amazing platform!
---
πͺ Plugin Distribution & Marketplaces
This plugin is available through multiple distribution channels:
$3
1. npm Registry (Recommended for automation)
`bash
npm install -g claude-prd-workflow
`
- β
Automatic updates with npm update -g
- β
Version pinning support
- β
Works with CI/CD pipelines2. Claude Code Marketplace (Native integration)
`bash
/plugin marketplace add Yassinello/claude-prd-workflow
/plugin install claude-prd-workflow
`
- β
Direct Claude Code integration
- β
Discover updates within Claude Code
- β
Marketplace-based distribution3. Community Marketplaces
Submit this plugin to popular Claude Code marketplaces:
- claudecodemarketplace.com - Largest community marketplace
- claudemarketplaces.com - Marketplace directory
$3
This repository includes a
.claude-plugin/marketplace.json file that makes it a valid Claude Code marketplace. You can:1. Fork this repo to customize for your organization
2. Add it as a marketplace:
/plugin marketplace add your-org/your-fork`See the Plugin Marketplaces documentation for more details.
---
If PRD Workflow Manager helps you ship faster, please:
- β Star this repo
- π Write a blog post
- π¬ Tell your team
Every star motivates us to keep improving! π
---
!GitHub stars
!GitHub forks
!GitHub watchers
---
Built with β€οΈ for the Claude Code community
Documentation β’ Examples β’ Contributing β’ License
Made by @Yassinello | Powered by Claude Code π€