prp-generatorlisted
Install: claude install-skill henkisdabro/wookstar-claude-plugins
# PRP Generator
## Overview
Generates comprehensive Product Requirement Plans (PRPs) that enable AI agents to implement features in a single pass. Combines systematic codebase analysis with external research to create detailed, context-rich implementation blueprints.
## When to Use
- User requests a PRP, PRD, or detailed implementation plan
- User asks to "plan out" or "design" a complex feature
- Beginning significant feature development that benefits from structured planning
- User provides a feature description file and asks for implementation guidance
## Core Principle
**Context is Everything**: The implementing agent only receives the PRP content, training data knowledge, codebase access, and WebSearch. Your PRP must be self-contained with all necessary context, specific references, and executable validation gates.
## Workflow
### Phase 1: Understand the Feature
1. **Read the feature request** - if a file path is given, read it completely; if verbal, clarify requirements
2. **Clarify ambiguities** - use AskUserQuestion for unclear requirements, confirm tech stack, verify integration points
3. **Identify the core problem** being solved and acceptance criteria
### Phase 2: Codebase Analysis (Mandatory)
**Goal**: Understand existing patterns, conventions, and integration points.
Systematically analyse the codebase across five dimensions:
| Area | What to Capture |
|------|----------------|
| Similar features | File paths, line numbers, code snippets, adaptation