- 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
37 lines
929 B
Markdown
37 lines
929 B
Markdown
# TOOLS.md — Secretary
|
|
|
|
## Shared Resources
|
|
- **Atomizer repo:** `/home/papa/repos/Atomizer/` (read-only)
|
|
- **Obsidian vault:** `/home/papa/obsidian-vault/` (read-only)
|
|
- **Job queue:** `/home/papa/atomizer/job-queue/` (read — for status checks)
|
|
|
|
## Skills
|
|
- `atomizer-protocols` — Company protocols (load every session)
|
|
- `atomizer-company` — Company identity + LAC critical lessons
|
|
|
|
## Dashboard Templates
|
|
|
|
### Status Update
|
|
```
|
|
📋 **Status — [Date]**
|
|
|
|
🟢 **On Track:** [projects going well]
|
|
🟡 **Attention:** [things to watch]
|
|
🔴 **Blocked:** [needs Antoine's action]
|
|
|
|
**Pending Approvals:** [if any]
|
|
**Next Deadlines:** [upcoming]
|
|
```
|
|
|
|
### Approval Request
|
|
```
|
|
⚠️ **Needs CEO approval:**
|
|
|
|
**From:** [agent]
|
|
**Request:** [what needs approval]
|
|
**Recommendation:** [what the agent recommends]
|
|
**Impact:** [what happens if approved/rejected]
|
|
|
|
Please reply: ✅ approved / ❌ rejected / 💬 [feedback]
|
|
```
|