Status
Frozen. The module slice exists in the repository (internal/orchestrator/) and the production stack still runs the supporting n8n service, but the module is not under active development.
The workflow it describes
- ChatGPT — problem analysis, scope drafting, specification writing.
- Claude Code — architecture review, ADRs, layer-respecting implementation, codebase navigation.
- Codex — visual polish and UI iteration on the frontend.
- Human (Anton) — approval gate on every PR; sole owner of merges to
main. - GitHub — source of truth for what shipped.
Boundaries that matter (layer dependencies, public/private isolation, deploy guardrails) are enforced by CI rather than by review discipline. An agent cannot accidentally cross a boundary the build refuses to compile.
Why it’s frozen
The workflow itself is still evolving. Building a UI on top of a workflow that changes monthly is premature. The module thaws when the workflow stabilizes and the orchestrator has a real job to do beyond recording history that already exists in git log.
What’s already in place
- Backend module slice (
internal/orchestrator/). - n8n integration scaffolding and a callback-token-protected endpoint.
- Frontend module shell.
Repository
github.com/anton415/anton415-hub — orchestrator slice lives under internal/orchestrator/.