Cc Blueprint Toolkit banner
croffasia croffasia

Cc Blueprint Toolkit

Development community intermediate

Description

🏗️ Claude Code Plugin for smart blueprint-driven development

Installation

Terminal
claude install-skill https://github.com/croffasia/cc-blueprint-toolkit

README

PRO Version

🏆 Need advanced features? Check out the PRO version with early access and lifetime license
vibecodekit.dev
💎 Use code CCBLUEPRINT for 10% OFF

🏗️ Blueprint-Driven Claude Code Autopilot

**Claude Code Plugin for smart blueprint-driven development**

AI analyzes patterns, creates solid implementation plans, delivers working code in 15 minutes

[![GitHub stars](https://img.shields.io/github/stars/croffasia/cc-blueprint-toolkit?style=social)](https://github.com/croffasia/cc-blueprint-toolkit) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude-Code-blue)](https://claude.ai/code) [![Threads / Open Source Alternatives](https://img.shields.io/badge/Threads-OpenSourceAlternatves-black)](https://www.threads.com/@opensourcealternatives)

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!

❤️ Why Developers Love It

    undefined

🚀 Quick Start

Installation (3 simple steps)

**Step 1: Add Plugin from Marketplace**

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: Install Plugin**

/plugin install bp

Then restart Claude Code to load the plugin.

**