Skip to content

πŸ€– Claude Code autopilot for autonomous feature development. From idea to production-ready code - AI handles research, planning, and implementation.

License

Notifications You must be signed in to change notification settings

croffasia/claude-code-prp-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ Claude Autopilot

Transform feature ideas into production code in 15 minutes

GitHub stars License: MIT Claude Code

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!

πŸ”₯ Why Developers Love It

  • ⚑ 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."

πŸš€ Quick Start

Installation

  1. Clone the Repository

    git clone https://github.com/croffasia/claude-code-prp-generator.git
    cd claude-code-prp-generator
  2. 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/
  3. 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/

Basic Usage

# 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! ✨

🎯 How It Works

1. Think Through Your Feature (/brainstorm) Optional

  • 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

2. Create Perfect Plan (/prp:generate)

  • Validates your request is complete
  • Studies your codebase patterns
  • Researches external docs if needed
  • Creates detailed implementation plan

3. Execute the Plan (/prp:execute)

  • 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!

πŸ’Ž What You Get

πŸ€– Specialized AI Agents

  • 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

βš™οΈ Works With Everything

  • Frontend: React, Vue, Angular, Svelte
  • Backend: Node.js, Python, Go, PHP, Java
  • Databases: PostgreSQL, MySQL, MongoDB
  • Cloud: AWS, Vercel, Railway, any platform

πŸ“Š Real Results

  • 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

πŸ› οΈ Commands

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

πŸ“ What's Included

πŸ“¦ 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

🎯 Perfect For

  • 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

🀝 Join the Community

  • ⭐ 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

πŸ“„ License

MIT License - Use freely in commercial projects


Ready to stop wasting hours on features? Install now and experience autonomous development! πŸš€

GitHub stars License: MIT Claude Code

v1.2.0 | Updated: August 22, 2025