/init
Initialize СС Blueprint Toolkit - copy actual documentation templates to your project
> /plugin marketplace add croffasia/cc-blueprint-toolkit > /plugin install bp@cc-blueprint-toolkit
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/init
Context preview
What this command does when you run it.
Initialize СС Blueprint Toolkit - copy actual documentation templates to your project
Command definition
init.mddescription: Initialize СС Blueprint Toolkit - copy actual documentation templates to your project
allowed-tools: Bash, Read, Write
Initialize Blueprint Toolkit
Copy PRP templates and documentation from the Blueprint Toolkit to your current project.
Installation Steps
Execute the following steps to set up the toolkit in your project:
1. Clone the toolkit repository
git clone https://github.com/croffasia/cc-blueprint-toolkit.git /tmp/cc-blueprint-toolkit-temp
2. Create documentation directories
mkdir -p docs/templates docs/prps docs/tasks
3. Copy templates to project
cp -r /tmp/cc-blueprint-toolkit-temp/docs/templates/* docs/templates/ && rm -rf /tmp/cc-blueprint-toolkit-temp
Verification
After installation, verify the following files exist:
- `docs/templates/prp_document_template.md`
- `docs/templates/technical-task-template.md`
- `docs/templates/brainstorming_session_template.md`
Success Message
Display to user:
✅ Blueprint Toolkit initialized successfully!
📁 Templates installed:
→ docs/templates/prp_document_template.md
→ docs/templates/technical-task-template.md
→ docs/templates/brainstorming_session_template.md
📂 Directories created:
→ docs/prps/ (for generated PRPs)
→ docs/tasks/ (for task breakdowns)
🚀 Ready to use:
/brainstorm - Start feature planning session
/prp:generate - Create implementation blueprint
/prp:execute - Execute PRP directly (simple features)
/task:execute - Execute task breakdown (complex features)
💡 Tip: Start with /brainstorm to explore your feature ideas,
then use /prp:generate to create a detailed implementation plan.
Read more
description: Initialize СС Blueprint Toolkit - copy actual documentation templates to your project allowed-tools: Bash, Read, Write
Initialize Blueprint Toolkit
Copy PRP templates and documentation from the Blueprint Toolkit to your current project.
Installation Steps
Execute the following steps to set up the toolkit in your project:
1. Clone the toolkit repository
git clone https://github.com/croffasia/cc-blueprint-toolkit.git /tmp/cc-blueprint-toolkit-temp
2. Create documentation directories
mkdir -p docs/templates docs/prps docs/tasks
3. Copy templates to project
cp -r /tmp/cc-blueprint-toolkit-temp/docs/templates/* docs/templates/ && rm -rf /tmp/cc-blueprint-toolkit-temp
Verification
After installation, verify the following files exist:
- `docs/templates/prp_document_template.md`
- `docs/templates/technical-task-template.md`
- `docs/templates/brainstorming_session_template.md`
Success Message
Display to user:
✅ Blueprint Toolkit initialized successfully! 📁 Templates installed: → docs/templates/prp_document_template.md → docs/templates/technical-task-template.md → docs/templates/brainstorming_session_template.md 📂 Directories created: → docs/prps/ (for generated PRPs) → docs/tasks/ (for task breakdowns) 🚀 Ready to use: /brainstorm - Start feature planning session /prp:generate - Create implementation blueprint /prp:execute - Execute PRP directly (simple features) /task:execute - Execute task breakdown (complex features) 💡 Tip: Start with /brainstorm to explore your feature ideas, then use /prp:generate to create a detailed implementation plan.
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
Repo: croffasia/cc-blueprint-toolkit
Other commands on bp.
- /brainstorm
Facilitate a structured brainstorming session for feature development using Scrum Master techniques
Open command - /execute-prp
Implement features from PRP specifications with comprehensive validation and testing
Open command - /execute-task
Execute individual development tasks from task breakdown documents
Open command - /generate-prp
Generate comprehensive PRP (Product Requirements & Plans) with thorough research and validation
Open command

