feat: add Atomizer HQ multi-agent cluster infrastructure
- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor,
Optimizer, Study-Builder, NX-Expert, Webster)
- Orchestration engine: orchestrate.py (sync delegation + handoffs)
- Workflow engine: YAML-defined multi-step pipelines
- Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent
- Shared skills: delegate, orchestrate, atomizer-protocols
- Capability registry (AGENTS_REGISTRY.json)
- Cluster management: cluster.sh, systemd template
- All secrets replaced with env var references
2026-02-15 21:18:18 +00:00
|
|
|
# HEARTBEAT.md
|
2026-02-16 10:00:29 +00:00
|
|
|
|
2026-02-17 10:00:15 +00:00
|
|
|
## 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
|
|
|
|
|
```
|
|
|
|
|
|
2026-02-16 10:00:29 +00:00
|
|
|
## 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.
|