From bp
Generates validated PRP (Product Requirements & Plans) for a feature description or user story via preflight checks, codebase analysis, and targeted external research.
npx claudepluginhub croffasia/cc-blueprint-toolkit --plugin bpfeature description or user storycommands/# Create PRP ## Feature file: $ARGUMENTS Generate PRP (Product Requirements & Plans) through validated research and codebase analysis. ## Workflow Summary Two-phase approach: validate completeness (Phase 1), then research (Phase 2). **CRITICAL**: PRP must contain ALL context - research findings, documentation URLs, code examples. The executor agent sees only the final PRP document, not your research process. ## Research Process **Phase 1: Initial Discovery & Task Validation** (Validate task completeness before deep research) 1. **Preflight Analysis** (Use subagent: `bp:preflight-prp...
/generate-prpGenerates a Product Requirement Plan (PRP) for a feature from description or file, including codebase analysis, external research, implementation blueprint, and executable validation gates. Saves as PRPs/{feature-name}.md
/create-prpCreates a comprehensive Product Requirement Prompt (PRP) for a feature description, gathering research from web, docs, and codebase via a structured template.
/prp-planGenerates detailed feature implementation plan from description or PRD file path, with codebase analysis, pattern extraction, user story, and complexity assessment.
/create-prdCreates a comprehensive product requirements document (PRD) for new features or enhancements in the current project by analyzing the codebase, gathering requirements interactively, and outputting a markdown file.
/prp-prdGenerates interactive Product Requirements Document via problem-first questions, market/codebase research using subagents, and hypothesis-driven spec output.
Share bugs, ideas, or general feedback.
Generate PRP (Product Requirements & Plans) through validated research and codebase analysis.
Two-phase approach: validate completeness (Phase 1), then research (Phase 2).
CRITICAL: PRP must contain ALL context - research findings, documentation URLs, code examples. The executor agent sees only the final PRP document, not your research process.
Phase 1: Initial Discovery & Task Validation (Validate task completeness before deep research)
Preflight Analysis (Use subagent: bp:preflight-prp)
Decision Gate:
Phase 2: Comprehensive Research Phase (After task validation - Codebase first, then smart external research)
Codebase Analysis (Use subagent: bp:codebase-research)
Smart External Research Decision (Evaluate AFTER codebase analysis)
FIRST: Analyze codebase findings to determine if external research is needed:
SKIP External Research if:
PROCEED with External Research ONLY if:
If External Research is needed (Use subagent: bp:research-agent):
Technical Clarification (Use if needed after research completion)
IMPORTANT: Read and follow the template structure from docs/templates/prp_document_template.md exactly.
If template doesn't exist, tell user to run /bp:init first to install templates.
CRITICAL BEFORE WRITING:
Save as: docs/prps/{feature-name}.md
Score the PRP on a scale of 1-10 (confidence level to succeed in one-pass implementation using claude codes)
Final Step: Generate Implementation Tasks
After completing the PRP document, automatically generate a detailed task breakdown:
Task Decomposition (Use subagent: bp:team-lead-task-breakdown)
docs/tasks/{feature-name}.mdIntegration with PRP
docs/tasks/{feature-name}.mdThis ensures the PRP includes both comprehensive requirements AND actionable implementation tasks ready for development sprints.
Remember: The goal is one-pass implementation success through comprehensive context AND clear task decomposition.