wirasm-prps-agentic-eng
🏪MarketplaceWirasm/PRPs-agentic-eng
Add this Marketplace
/plugin marketplace add Wirasm/PRPs-agentic-engPrompts, workflows and more for agentic engineering
Overview
PRPs (Product Requirement Prompts) is a methodology and command collection for AI-assisted development with Claude Code. A PRP combines the goal and justification of a traditional PRD with AI-critical layers like precise file paths, codebase conventions, and executable validation commands, giving the AI everything it needs to ship production-ready code on the first pass.
Key Features
- Core PRP workflow commands —
/prp-prdfor interactive PRD generation,/prp-planfor implementation planning, and/prp-implementfor executing plans with validation loops - Issue and debug workflow —
/prp-issue-investigateto analyze GitHub issues and create implementation plans, streamlining bug-fix and feature workflows - Context-rich specifications — each PRP includes precise file paths, library versions, code snippet examples, existing codebase conventions, and executable verification commands
- Drop-in Claude Code integration — copy the
.claude/commands/prp-core/directory into any project to immediately use the PRP workflow
Who is this for?
PRPs is aimed at developers and engineering teams who use Claude Code for day-to-day coding tasks and want a structured methodology to get better first-pass results from AI agents. It is especially useful for teams working on production codebases where context about existing patterns and conventions is critical for generating correct code.