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 feature file first 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 your codebase and researching external patterns. Use this when starting complex features that require thorough planning, existing pattern research, and validation gates for AI-driven implementation.
/plugin marketplace add henkisdabro/wookstar-claude-code-plugins/plugin install henkisdabro-productivity-toolkit-productivity-toolkit@henkisdabro/wookstar-claude-code-pluginsGenerate 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