How I work
How I build
Every session starts by understanding where things stand. Then comes the plan, then the agents run in waves. An agent here is a program that completes one work step on its own and hands in the result. Approval happens by hand, line by line.
The swarm in motion
| Role | Waves | Agents |
|---|---|---|
| Discovery | 63 | 157 |
| Impl-Core | 71 | 184 |
| Impl-Polish | 67 | 159 |
| Quality | 62 | 180 |
| Finalization | 62 | 30 |
| Ad-hoc roles | 33 | 29 |
Every number on this page comes from .orchestrator/metrics in this repository. Each session records its own waves and agents: measured, not estimated. The graphic shows a time-lapse excerpt, the table below carries the full values.
The tool behind it
This data exists because session-orchestrator runs the sessions: plan, waves, approvals, log. The plugin is open source and published on npm.