Transform feature ideas into production code in 15 minutes
Stop spending hours on features that should take minutes. One Claude Code command generates a complete implementation plan, another delivers production-ready code with tests.
/brainstorm Add user authentication with OAuth2
# β Smart feature planning session β docs/brainstorming/2025-08-22-user-auth.md
/prp:generate @docs/brainstorming/2025-08-22-user-auth.md
# OR directly: /prp:generate Add user authentication with OAuth2
# β Complete implementation blueprint
/prp:execute @PRPs/user-auth.md
# β Working auth system
Before: 2-4 hours of coding, debugging, and integration
After: 15 minutes β Production-ready feature β¨
β Found this helpful? Star the repo and share it with a fellow developer who's tired of vibe coding!
- β‘ 10x Faster Development - Feature idea to production in one session
- π― Zero "Vibe Coding" - AI follows your exact patterns and conventions
- π§ Opus-Powered Planning - Deep research and smart blueprints, Sonnet-fast execution
- β Built-in Quality - Validation gates and linting included automatically
- π Any Tech Stack - React, Python, Go, PHP - works everywhere
"Literally 3 prompts and 15 minutes, and I am ready to get feedback on something I would have agonized over for at least 2 hours."
-
Clone the Repository
git clone https://github.com/croffasia/claude-code-prp-generator.git cd claude-code-prp-generator
-
Copy Commands and Agents to Claude Code
Option A: Global Installation (Recommended)
# Copy commands and agents to your global Claude Code configuration cp -r claude/commands ~/.claude/commands/ cp -r claude/agents ~/.claude/agents/
Option B: Project-Specific Installation
# Copy commands and agents to your project's .claude directory mkdir -p .claude/commands .claude/agents cp -r claude/commands/* .claude/commands/ cp -r claude/agents/* .claude/agents/
-
Copy Templates to Your Project
# In your target project directory cp -r /path/to/claude-code-prp-generator/PRPs/ ./PRPs/ cp -r /path/to/claude-code-prp-generator/docs/ ./docs/
# 1. Plan your feature (optional but recommended)
/brainstorm Add user authentication with OAuth2 and JWT tokens
# 2. Generate implementation blueprint
/prp:generate @docs/brainstorming/2025-08-22-user-auth.md
# OR directly: /prp:generate Add user authentication with OAuth2 and JWT tokens
# 3. Execute the plan
/prp:execute @PRPs/user-auth.md
# 4. Done! β¨
- Smart AI Scrum Master guides you through structured planning
- Asks the right questions to uncover hidden requirements
- Creates comprehensive feature documentation
- Perfect for solo developers who need a thinking partner
- Validates your request is complete
- Studies your codebase patterns
- Researches external docs if needed
- Creates detailed implementation plan
- Follows your patterns exactly
- Writes production-ready code
- Runs tests and linting
- Validates everything works
Smart Model Selection: Opus handles complex planning and research, Sonnet executes fast implementation - best of both worlds!
- Surface Discovery Agent (Opus) - Validates task completeness and identifies missing business logic
- Codebase Research Agent (Opus) - Deep pattern discovery and internal architecture analysis
- External Research Agent (Opus) - Comprehensive external documentation and best practices research
- Frontend: React, Vue, Angular, Svelte
- Backend: Node.js, Python, Go, PHP, Java
- Databases: PostgreSQL, MySQL, MongoDB
- Cloud: AWS, Vercel, Railway, any platform
- Development Speed: Dramatically faster feature delivery
- Code Quality: Higher (follows existing patterns)
- Technical Debt: Zero (uses established conventions)
- Validation: Built-in linting and project checks
Command | Purpose | Example |
---|---|---|
/brainstorm |
Smart feature planning session | /brainstorm Add file upload with S3 |
/prp:generate |
Create implementation plan | /prp:generate Add file upload with S3 |
/prp:execute |
Run the plan | /prp:execute @PRPs/file-upload.md |
π¦ claude-code-prp-generator/
βββ π€ claude/agents/ # Smart research agents
βββ β‘ claude/commands/ # Simple commands (brainstorm, prp:generate, prp:execute)
βββ π PRPs/templates/ # Universal PRP framework
βββ π docs/templates/ # Brainstorming session templates
- Solo Developers - Get team-level productivity + AI thinking partner for feature planning
- Agencies - Handle diverse client projects efficiently
- Startups - Ship features 10x faster with structured planning
- Large Teams - Maintain consistency across developers
- β Star this repo if it saves you hours
- π΄ Fork to customize for your stack
- π¬ Issues for questions and feature requests
- π PRs welcome for new agents and improvements
MIT License - Use freely in commercial projects
Ready to stop wasting hours on features? Install now and experience autonomous development! π
v1.2.0 | Updated: August 22, 2025