30 lines
847 B
Markdown
30 lines
847 B
Markdown
# Execute SPEC PRP
|
|
|
|
Implement a specification using an existing SPEC PRP.
|
|
|
|
## PRP File: $ARGUMENTS
|
|
|
|
## Execution Process
|
|
|
|
1. **Understand Spec**
|
|
- Current state analysis
|
|
- Desired state goals
|
|
- Task dependencies
|
|
|
|
2. **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.
|
|
|
|
3. **Execute Tasks**
|
|
- Follow task order
|
|
- Run validation after each
|
|
- Fix failures before proceeding
|
|
|
|
4. **Verify Transformation**
|
|
- Confirm desired state achieved
|
|
- Run all validation gates
|
|
- Test integration
|
|
|
|
Progress through each objective systematically. |