← ClaudeAtlas

blueprint-prp-createlisted

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.
laurigates/claude-plugins · ★ 37 · AI & Automation · score 80
Install: claude install-skill laurigates/claude-plugins
# /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 docs/blueprint -maxdepth 1 -name 'manifest.json' -type f` - Last PRP ID: !`jq -r '.id_registry.last_prp // 0' docs/blueprint/manifest.json` - ai_docs available: !`find docs/blueprint/ai_docs -type f -name "*.md"` - Existing PRDs: !`find docs/prds -name "*.md" -type f` ## Parameters Parse `$ARGUMENTS`: - `feature-name` (required): Kebab-case name for PRP (e.g., `auth-oauth2`, `api-rate-limiting`)