25 lines
1006 B
Markdown
25 lines
1006 B
Markdown
# HEARTBEAT.md
|
|
|
|
## Condensation Check (every heartbeat)
|
|
1. Check for completed orchestration chains needing summary:
|
|
```bash
|
|
bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --status done
|
|
```
|
|
- If there are recently completed task clusters that haven't been summarized: produce condensation and post to Discord `#reports`
|
|
|
|
2. Check your own assigned tasks:
|
|
```bash
|
|
CALLER=secretary bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --agent secretary
|
|
```
|
|
|
|
## Task Board Check
|
|
1. Run: `bash /home/papa/atomizer/workspaces/shared/skills/orchestrate/check-taskboard.sh secretary`
|
|
2. If tasks pending for you: work on them or update status
|
|
3. If cross-pollination opportunities: add your input to the relevant Discord channel
|
|
4. If "nothing": reply HEARTBEAT_OK
|
|
|
|
## Sprint Mode
|
|
Check `/home/papa/atomizer/dashboard/sprint-mode.json` — if active and you're listed, increase urgency.
|
|
|
|
If nothing needs attention, reply HEARTBEAT_OK.
|