1.2 KiB
1.2 KiB
Execute BASE PRP
Implement a feature using using the PRP file.
PRP File: $ARGUMENTS
Execution Process
-
Load PRP
- Read the specified PRP file
- Understand all context and requirements
- Follow all instructions in the PRP and extend the research if needed
- Ensure you have all needed context to implement the PRP fully
- Do more web searches and codebase exploration as needed
-
ULTRATHINK
- Think hard before you execute the plan. Create a comprehensive plan addressing all requirements.
- Break down complex tasks into smaller, manageable steps using your todos tools.
- Use the TodoWrite tool to create and track your implementation plan.
- Identify implementation patterns from existing code to follow.
-
Execute the plan
- Execute the PRP
- Implement all the code
-
Validate
- Run each validation command
- Fix any failures
- Re-run until all pass
-
Complete
- Ensure all checklist items done
- Run final validation suite
- Report completion status
- Read the PRP again to ensure you have implemented everything
-
Reference the PRP
- You can always reference the PRP again if needed
Note: If validation fails, use error patterns in PRP to fix and retry.