blueprint-prp-execute
SolidExecute a PRP with validation loop, TDD, and quality gates. Use when asked to execute a PRP, run a planned feature from docs/prps/, or delegate a PRP to subagents.
AI & Automation 58 stars
6 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /blueprint:prp-execute
Execute a PRP (Product Requirement Prompt) with systematic implementation, validation gates, TDD workflow, and quality assurance.
**Usage**: `/blueprint:prp-execute [prp-name]`
**Prerequisites**:
- PRP exists in `docs/prps/[prp-name].md`
- Confidence score >= 7 (if lower, suggest `/blueprint:prp-create` refinement)
For detailed report templates, deferred items workflow, feature tracker sync, and error handling patterns, see [REFERENCE.md](REFERENCE.md).
## When to Use This Skill
| Use this skill when... | Use alternative when... |
|------------------------|-------------------------|
| Ready to implement a planned feature from a PRP | PRP is not yet ready (confidence < 7) |
| Want to execute with full validation and TDD workflow | Implementing ad-hoc features without documentation |
| Need feature tracker and GitHub issue tracking | Working on isolated bug fixes |
| Want automatic progress reporting and deferred items tracking | Quick prototyping without formal tracking |
## Context
- PRP file path: !`find . -maxdepth 1 -name \'docs/prps/${1:-unknown}.md\'`
- PRP confidence score: !`find . -path '*/docs/prps/*' -maxdepth 3 -name "${1:-unknown}.md" -exec grep -m1 "^confidence:" {} +`
- Feature tracker enabled: !`find . -path '*/docs/blueprint/*' -maxdepth 3 -name 'feature-tracker.json' -type f`
- Current branch: !`git rev-parse --abbrev-ref HEAD`
- Uncommitted changes: !`git status --porcelain`
## Parameters
Parse `$ARGUMENTS`:
- `prp-name` (...
Details
- Author
- laurigates
- Repository
- laurigates/claude-plugins
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
blueprint-prp-create
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.
58 Updated today
laurigates AI & Automation Listed
blueprint
Guided parent-owned project charter and PRD interviews with durable artifact-only resume.
38 Updated 4 days ago
rp1-run Testing & QA Solid
blueprint-development
Generate project-specific rules from PRDs for Blueprint Development. Use when generating architecture, testing, or quality rules from requirements documents.
58 Updated today
laurigates