You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Improve installation guide and add real-world example
Major documentation improvements based on user feedback:
Added:
- Concrete Quick Start example (MCP Server Prioritization)
- Example PRD demonstrating complete workflow
- Interactive installation option (via Claude Code)
- "Using in Existing Project" section with clear steps
Changed:
- Fixed all installation paths (~/.claude-code/ instead of ~/.config/Claude/)
- Restored critical node install.js step in Git Clone option
- Enhanced Quick Start with real scenario walkthrough
- Improved troubleshooting with specific commands
Fixed:
- Corrected paths that were incorrectly using ~/.config/Claude/
- Removed mixed language content for consistency
- Restored missing installation steps
Version bumped to 1.0.3
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "claude-prd-workflow",
3
-
"version": "1.0.2",
3
+
"version": "1.0.3",
4
4
"description": "The complete Claude Code plugin for Product-Driven Development. Ship features faster with AI-powered PRD review, Git worktree support, and automated quality gates.",
0 commit comments