blueprint-prp-create

Solid

Create a PRP (Product Requirement Prompt) with research, context, and validation gates. Use when planning a feature packet for subagent execution with TDD and confidence scoring.

AI & Automation 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /blueprint:prp-create Create a comprehensive PRP (Product Requirement Prompt) - a self-contained packet with all context an AI agent needs to deliver production code on first attempt. **What is a PRP?** PRD + Curated Codebase Intelligence + Implementation Blueprint + Validation Gates = everything needed for reliable implementation. **Usage**: `/blueprint:prp-create [feature-name]` **Prerequisites**: - Blueprint Development initialized (`docs/blueprint/` exists) - Clear understanding of the feature to implement ## When to Use This Skill | Use this skill when... | Use alternative when... | |------------------------|-------------------------| | Creating new feature implementation packet | Executing an existing PRP (use `/blueprint:prp-execute`) | | Want comprehensive research and documentation | Quick prototyping without formal requirements | | Planning for AI agent or subagent execution | Solo developer implementing without research | | Need to document implementation approach | Implementing based on existing codebase patterns | ## Context - Blueprint initialized: !`find . -path '*/docs/blueprint/*' -maxdepth 3 -name 'manifest.json' -type f` - Last PRP ID: !`find . -path '*/docs/blueprint/manifest.json' -maxdepth 3 -exec jq -r '.id_registry.last_prp // 0' {} +` - Curated rules available: !`find . -maxdepth 3 -path '*/.claude/rules/*' -type f -name "*.md"` - Existing PRDs: !`find . -path '*/docs/prds/*' -name "*.md" -type f` ## Parameters Parse `$ARGUMENTS`: - `feat...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category