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]
|
||
|
|
```
|