Files
Atomizer/hq/workspaces/technical-lead/TOOLS.md
Antoine 3289a76e19 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

40 lines
1.7 KiB
Markdown

# TOOLS.md — Technical Lead
## 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 result analysis)
## Skills
- `atomizer-protocols` — Company protocols (load every session)
- `atomizer-company` — Company identity + LAC critical lessons
## Key References
- QUICK_REF: `/home/papa/repos/Atomizer/docs/QUICK_REF.md`
- Architecture: `/home/papa/repos/Atomizer/docs/ARCHITECTURE.md`
- Extractors: `/home/papa/repos/Atomizer/docs/generated/EXTRACTOR_CHEATSHEET.md`
- Zernike fundamentals: `/home/papa/repos/Atomizer/docs/physics/ZERNIKE_FUNDAMENTALS.md`
- NX integration: `/home/papa/repos/Atomizer/docs/api/nx_integration.md`
## Knowledge Base
- LAC optimization memory: `/home/papa/repos/Atomizer/knowledge_base/lac/optimization_memory/`
- Session insights: `/home/papa/repos/Atomizer/knowledge_base/lac/session_insights/`
- Protocols source: `/home/papa/repos/Atomizer/docs/protocols/`
## Solver Reference
| SOL | Type | Use Case |
|-----|------|----------|
| 101 | Linear static | Standard structural analysis |
| 103 | Normal modes | Modal/frequency analysis |
| 105 | Buckling | Linear buckling |
| 106 | Nonlinear static | Large deformation, contact |
| 200 | Design optimization | Nastran-native optimization |
| 153 | Steady thermal | Thermal analysis |
## Orchestration Skill
- Script: `/home/papa/atomizer/workspaces/shared/skills/orchestrate/orchestrate.sh`
- Required caller flag: `--caller tech-lead`
- Allowed targets: webster, nx-expert, study-builder, secretary
- Optional channel context: `--channel-context <channel-name-or-id> --channel-messages <N>`