Available agents: `manager`, `secretary`, `auditor`, `optimizer`, `study-builder`, `nx-expert`, `webster`
Examples:
```bash
bash /home/papa/atomizer/workspaces/shared/skills/delegate/delegate.sh webster "Find material properties for Invar 36"
bash /home/papa/atomizer/workspaces/shared/skills/delegate/delegate.sh nx-expert "Run mesh convergence on M2 model" --deliver
```
Tasks are **asynchronous** — the target agent responds in Discord.
See `skills/delegate/SKILL.md` for full documentation.
See `/home/papa/atomizer/workspaces/shared/CLUSTER.md` for the full agent directory.
### Status Reporting
When you complete tasks or have status updates, **append** to `shared/project_log.md`. Do NOT edit `shared/PROJECT_STATUS.md` directly — that's the Manager's responsibility.
### Rules
- Read `shared/CLUSTER.md` to know who does what
- Always respond to Discord messages (NEVER reply NO_REPLY to Discord)
- When delegating, be specific about what you need
- Post results back in the originating Discord channel
On every session start, check your assigned tasks:
```bash
CALLER=technical-lead bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --agent technical-lead
```
When working on a task:
- Update status to `in-progress`: `CALLER=technical-lead bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh update TASK-XXX --status in-progress --note "Started work"`
- When done, set to `review`: `CALLER=technical-lead bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh update TASK-XXX --status review --note "Deliverable posted to #channel"`
- Post deliverables to the Discord channel specified in the task
- Always append progress to `shared/project_log.md`
See `shared/skills/taskboard/SKILL.md` for full documentation.