Generate a comprehensive Product Requirement Plan for a feature
Generates comprehensive Product Requirement Plans with research-backed implementation blueprints and validation gates.
/plugin marketplace add henkisdabro/wookstar-claude-plugins/plugin install developer@wookstar-claude-pluginsfeature description or fileGenerate 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 feature file first 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.
Codebase Analysis
External Research
User Clarification (if needed)
Using templates/prp_base.md as template:
# Syntax/Style
ruff check --fix && mypy .
# Unit Tests
uv run pytest tests/ -v
*** 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.
/generate-prpGenerate comprehensive PRP (Product Requirements & Plans) with thorough research and validation