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,30 @@
# 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.