← ClaudeAtlas

blueprint-prp-executelisted

Execute 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.
laurigates/claude-plugins · ★ 37 · AI & Automation · score 80
Install: claude install-skill laurigates/claude-plugins
# /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: !`grep -m1 "^confidence:" docs/prps/${1:-unknown}.md` - Feature tracker enabled: !`find docs/blueprint -maxdepth 1 -name 'feature-tracker.json' -type f` - Current branch: !`git rev-parse --abbrev-ref HEAD` - Uncommitted changes: !`git status --porcelain` ## Parameters Parse `$ARGUMENTS`: - `prp-name` (required): Name of PRP file in `docs/prps/` (without .md extensi