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
This commit is contained in:
2026-02-15 21:18:18 +00:00
parent d6a1d6eee1
commit 3289a76e19
170 changed files with 24949 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# 0_intake
Drop project files here:
- Contracts / requirements documents
- CAD screenshots or exports
- Reference images
- Engineering notes
- Any context the team needs to understand the problem
The Technical Lead will consume these to produce the breakdown in `1_breakdown/`.

40
hq/projects/README.md Normal file
View File

@@ -0,0 +1,40 @@
# 📁 Atomizer Projects Directory
> Shared project files — all agents read from here, all work flows through here.
## Structure
```
projects/
├── <client>-<job>/ # One folder per project
│ ├── 0_intake/ # CEO drops files here: contracts, requirements, CAD screenshots, notes
│ ├── 1_breakdown/ # Technical Lead's analysis (OP_01 output)
│ ├── 2_study/ # Study Builder's code, config, AtomizerSpec
│ ├── 3_results/ # Post-Processor's analysis, plots, data
│ └── 4_deliverables/ # Reporter's final output (PDF reports, client-ready)
├── .template/ # Empty template — copy for new projects
└── README.md # This file
```
## Conventions
- **Folder naming:** `<client>-<job>` in lowercase kebab-case (e.g., `starspec-wfe-opt`, `acme-bracket-topo`)
- **Slack channel:** matches the folder name: `#starspec-wfe-opt`
- **Intake files:** anything goes — PDFs, images, text notes, CAD exports, screenshots, voice memos
- **Each phase folder:** the owning agent writes a README.md summarizing what's inside
## Workflow
1. **CEO** creates folder + drops files in `0_intake/`
2. **CEO** creates matching Slack channel + posts "new project, files ready"
3. **Manager** assigns Technical Lead to break it down
4. Work flows through numbered folders as the project progresses
5. Final deliverables land in `4_deliverables/` for CEO review
## Access
All agents have read access to all projects. Agents write only to their designated phase folder.
---
*Created: 2026-02-08 by Manager 🎯*

1
hq/projects/hydrotech-beam Symbolic link
View File

@@ -0,0 +1 @@
/home/papa/repos/Atomizer/projects/hydrotech-beam