Blueprint-driven Claude Code autopilot. Smart preparation over endless iterations - AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes.
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install bp@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/bp.json
Step 2: Install the plugin
/plugin install bp@bp
Claude Code Plugin for smart blueprint-driven development
AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes
Blueprint-driven development plugin: AI analyzes your codebase patterns, creates comprehensive implementation plans, then delivers production-ready code with tests. Smart preparation over endless iterations.
/bp:init
# ā Automatically installs/updates templates in your project ā docs/templates/*
/bp:brainstorm Add user authentication with OAuth2
# ā Smart feature planning session ā docs/brainstorming/2025-08-22-user-auth.md
/bp:generate:prp @docs/brainstorming/2025-08-22-user-auth.md
# OR directly: /prp:generate Add user authentication with OAuth2
# ā Complete implementation blueprint ā docs/prps/user-auth.md
/bp:execute:prp @docs/prps/user-auth.md
# ā Working auth system (direct PRP execution for simple features)
/bp:execute:task @docs/tasks/user-auth.md
# ā Execute all tasks from breakdown (for complex features)
Before: 2-4 hours of coding, debugging, and integration
After: 15 minutes ā Production-ready feature āØ
ā Found this helpful? Star the repo and hit Watch to get notified of new updates!
Step 1: Install Plugin
In Claude Code console, run:
# Short format
/plugin marketplace add croffasia/cc-blueprint-toolkit
# Or full URL
/plugin marketplace add https://github.com/croffasia/cc-blueprint-toolkit.git
Step 2: Initialize Templates
In your project directory, run once:
/bp:init
This will automatically install documentation templates to your project, enabling the full Blueprint workflow.
/bp:brainstorm
)docs/brainstorming/feature-session.md
/bp:generate:prp
)docs/prps/feature-name.md
docs/tasks/feature-name.md
/bp:execute:prp
)/bp:execute:task
)brainstorm ā generate prp ā execute
/bp:brainstorm
when you need to explore and refine feature concepts/bp:generate:prp
to create detailed technical specifications/bp:execute:prp
- Direct implementation for straightforward tasks/bp:execute:task
- Step-by-step implementation with progress trackinggenerate prp ā execute
Skip brainstorming when you have clear requirements:
/bp:generate:prp
/bp:execute:prp
for simple features or /bp:execute:task
for complex onesPro Tip: Use
/bp:execute:task
for higher quality first-pass implementations on complex features
š¦ cc-blueprint-toolkit/
āāā claude/agents/ # Smart research agents
āāā claude/commands/ # Claude Code Commands
āāā docs/templates/ # Templates
āāā docs/ # Documentation & guides
āāā vibe-coding-guide.md # 10 essential tips for AI-powered development
Want production-ready setup with zero configuration?
š Use code CCBLUEPRINT
for 10% OFF
What's included:
Perfect for teams and professionals who want enterprise-grade AI development tools without the setup hassle.
MIT License - Use freely in commercial projects
Ready to stop wasting hours on features? Install now and experience autonomous development! š
v1.4.0 | Updated: October 12, 2025
1.3.2