Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:58 +08:00
commit 5007abf04b
89 changed files with 44129 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
# Command Template
## Purpose
[Single sentence describing what the command does]
## Your Task
[Clear description of what needs to be accomplished with: $ARGUMENTS]
## Execution Steps
1. **Phase 1 - Analysis**
- [Step 1]
- [Step 2]
- [Step 3]
2. **Phase 2 - Implementation**
- [Step 1]
- [Step 2]
- [Step 3]
3. **Phase 3 - Validation**
- [Step 1]
- [Step 2]
- [Step 3]
## Context Preservation
Cache the following for future commands:
- Key findings
- Decisions made
- Files modified
- Patterns identified
## Expected Output
```markdown
## [Command] Results
### Summary
- [Key outcome 1]
- [Key outcome 2]
### Details
[Structured output based on command type]
### Next Steps
- [Recommended follow-up action 1]
- [Recommended follow-up action 2]
```
## Integration
**Prerequisites**: [What should be done before this command] **Follow-up**: [What commands naturally follow this one] **Related**: [Other commands that work well with this]