Initial commit
This commit is contained in:
23
commands/prp-task-execute.md
Normal file
23
commands/prp-task-execute.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Execute TASK PRP
|
||||
|
||||
Run through a task list from an existing TASK PRP.
|
||||
|
||||
## PRP File: $ARGUMENTS
|
||||
|
||||
## Execution Process
|
||||
|
||||
1. **Load Tasks**
|
||||
- Read task list
|
||||
- Understand context
|
||||
|
||||
2. **Execute Each Task**
|
||||
- Perform ACTION
|
||||
- Run VALIDATE
|
||||
- Fix IF_FAIL issues
|
||||
|
||||
3. **Complete Checklist**
|
||||
- Verify all tasks done
|
||||
- Run final validation
|
||||
- Check no regressions
|
||||
|
||||
Work through tasks sequentially, validating each.
|
||||
Reference in New Issue
Block a user