croffasia/cc-blueprint-toolkit
🏗️ Claude Code Plugin for smart blueprint-driven development
8 Releases
Latest: 6mo ago
v1.4.1Latest
📋 Changes
- fix: windows installation fails due to invalid filename character;
- fix: synchronized git and plugin versions;
- update: README.md
v.1.4.0
📋 Changes
- Refactor: migrate to Claude Code plugin architecture;
- Plugin marketplace installation support;
- Add /bp:init for template setup;
- Updated README;
📦 How to install
- Step 1: Install Plugin
- In Claude Code console, run:
- ```bash
- /plugin marketplace add croffasia/cc-blueprint-toolkit
- /plugin marketplace add https://github.com/croffasia/cc-blueprint-toolkit.git
- ```
- Step 2: Initialize Templates
- In your project directory, run once:
- + 3 more
v.1.3.2
📋 Changes
- Changed default model behavior: agents now use default Claude Code model instead of Opus;
- Added vibe-coding-guide.md with 10 essential AI-assisted development tips;
- Added .mcp.json with recommended MCP servers (Context7, Playwright);
- Updated README;
v.1.3.1
📋 Changes
- Optimize prompts: reduce token usage by 12%;
v.1.3.0
✨ New Features
- Added team-lead-task-breakdown agent for decomposing PRPs into manageable development tasks;
📋 Changes
- Restructured agents into planning/ subdirectory and renamed for clarity;
- Moved PRP template from PRPs/templates/ to docs/templates/ for consistency;
- Updated PRP generation to output documents in docs/ directory structure;
- Refactored brainstorm command and template with improved workflow clarity;
- Removed time estimation fields from task breakdown to focus on deliverables;
- Updated README;
- Updating to v1.3.0
- 1. Remove Old Agent Files
- + 10 more
v.1.2.0
✨ New Features
- Added /brainstorm command for structured feature planning sessions;
- Created brainstorming session template with standard format;
📋 Changes
- Extend system prompt for prp-codebase-research agent with database capabilities;
- Improve PRP commands:
- Add frontmatter to /prp:generate and /prp:execute;
- Update /prp:generate to ask questions in request language, output in English
- Updated README.md;
v.1.1.0
📋 Changes
- Added task validation agent for incomplete requirements discovery and user clarification;
- Fixed agent tool configurations and workflow consistency;
- Enhanced PRP template with discovery phase documentation;
- Improved documentation clarity and user experience;
📦 How to update
- Follow the installation instructions, replace agents, commands and PRP template
v.1.0.0
📋 Changes
- Added two Opus-powered agents: codebase analysis and external research;
- Implemented smart external research trigger (only when codebase info insufficient);
- Updated command structure: /prp:generate and /prp:execute with new directory layout;
- Enhanced PRP generation with intelligent agent orchestration;
- Updated README;
📦 How to update
- Add new agents
- Remove old commands execure-prp & generate-prp
- Add new folder with new commands /prp/*
- Add new PRP template to PRPs/templates