Initial commit with translated description

This commit is contained in:
2026-03-29 13:20:13 +08:00
commit 9950cfc29d
5 changed files with 465 additions and 0 deletions

44
templates/QUEUE.md Normal file
View File

@@ -0,0 +1,44 @@
# Task Queue
*Last updated: [timestamp]*
---
## 🔴 Ready (can be picked up)
### High Priority
- [ ] [Task description]
### Medium Priority
- [ ] [Task description]
### Low Priority
- [ ] [Task description]
---
## 🟡 In Progress
- [ ] @[agent]: [Task description]
---
## 🔵 Blocked
- [ ] [Task description] (needs: [what's blocking])
---
## ✅ Done Today
- [x] @[agent]: [Task description]
---
## 💡 Ideas (not yet tasks)
- [Idea that might become a task]
---
*Add tasks as you discover them. Pick from Ready when you have capacity.*