Initial commit with translated description
This commit is contained in:
38
templates/HEARTBEAT.md
Normal file
38
templates/HEARTBEAT.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Proactive Heartbeat
|
||||
|
||||
## 1. Quick Checks (30 seconds)
|
||||
|
||||
- [ ] Human messages waiting? → Handle immediately
|
||||
- [ ] Critical blockers? → Escalate
|
||||
- [ ] Team needs coordination? → Respond
|
||||
|
||||
If nothing urgent, proceed to work mode.
|
||||
|
||||
## 2. Work Mode (use your time)
|
||||
|
||||
1. Read `tasks/QUEUE.md`
|
||||
2. Pick highest-priority Ready task you can do
|
||||
3. Do meaningful work on it
|
||||
4. Update the queue (move to Done or note progress)
|
||||
5. If time/tokens remain, pick another task
|
||||
|
||||
## 3. Before Finishing
|
||||
|
||||
- [ ] Log what you did to `memory/YYYY-MM-DD.md`
|
||||
- [ ] Update task queue with new tasks discovered
|
||||
- [ ] Post update to team if significant
|
||||
|
||||
---
|
||||
|
||||
## Token Strategy
|
||||
|
||||
- Human requests: ALWAYS FIRST
|
||||
- Urgent tasks: Time-sensitive items
|
||||
- High-impact tasks: Move needles
|
||||
- Maintenance: Improvements and cleanup
|
||||
|
||||
If approaching limits: wrap up, write handoff notes, sleep.
|
||||
|
||||
---
|
||||
|
||||
*Idle time = wasted tokens. Keep working.*
|
||||
44
templates/QUEUE.md
Normal file
44
templates/QUEUE.md
Normal 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.*
|
||||
Reference in New Issue
Block a user