Generate a complete PRP for feature implementation with thorough research. Read the feature file first to understand requirements and context.
Generates a comprehensive implementation plan by analyzing your feature file and codebase patterns. Use this when starting complex features to get a research-backed blueprint with validation steps and incremental milestones.
/plugin marketplace add nicknisi/claude-plugins/plugin install spec-driven@nicknisiGenerate a complete PRP for feature implementation with thorough research. Read the feature file first to understand requirements and context.
Codebase Analysis
External Research
Project Context
Using PRPs/templates/prp_base.md as template:
# TypeScript/Build validation
npm run type-check
npm run lint
npm run build
# Testing
npm run test
# Custom validation commands based on project
Implementation Phases
Break implementation into phases:
Setup Phase: File structure, types, interfaces
Core Phase: Main functionality implementation
Integration Phase: Connect with existing systems
Testing Phase: Unit and integration tests
Polish Phase: Error handling, edge cases
Each phase should have:
Clear deliverables
Validation commands
Manual testing instructions
Output
Save as: PRPs/{feature-name}.md
Score the PRP on confidence level (1-10) for successful incremental implementation.
/generate-prpGenerate comprehensive PRP (Product Requirements & Plans) with thorough research and validation