Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:00 +08:00
commit c961db41d7
20 changed files with 2110 additions and 0 deletions

View 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.