Generate a complete PRP for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the GitHub issue first (specifically the context engineering comment created by `initial-github-issue` command) to understand what needs to be created, how the examples provided help, and any other considerations.
Generates a comprehensive PRP for feature implementation by analyzing GitHub issues, codebase patterns, and external research. Use this when you need a detailed implementation blueprint with validation gates for complex features.
/plugin marketplace add L-Sypniewski/claude-code-toolkit/plugin install context-engineering@claude-code-toolkitGenerate a complete PRP for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the GitHub issue first (specifically the context engineering comment created by initial-github-issue command) to understand what needs to be created, how the examples provided help, and any other considerations.
The AI agent only gets the context you are appending to the PRP and training data. Assuma the AI agent has access to the codebase and the same knowledge cutoff as you, so its important that your research findings are included or referenced in the PRP. The Agent has Websearch capabilities, so pass urls to documentation and examples.
GitHub Issue Analysis
initial-github-issue command)Codebase Analysis
External Research
User Clarification (if needed)
Using PRPs/templates/prp_base.md as template:
# Frontend Validation (Astro.js)
cd astro && npm run build
# CMS Validation (Strapi)
cd strapi/rewos && npm run build
# Integration Tests
cd tests && npm test
*** CRITICAL AFTER YOU ARE DONE RESEARCHING AND EXPLORING THE CODEBASE BEFORE YOU START WRITING THE PRP ***
*** ULTRATHINK ABOUT THE PRP AND PLAN YOUR APPROACH THEN START WRITING THE PRP ***
Save as: PRPs/{feature-name}.md
Score the PRP on a scale of 1-10 (confidence level to succeed in one-pass implementation using claude codes)
Remember: The goal is one-pass implementation success through comprehensive context.
Use sequential thinking, context7 MCPs to solve the problem using latest documentation and best practices. Ultrathink the approach and a plan.
/generate-prpGenerate comprehensive PRP (Product Requirements & Plans) with thorough research and validation