Multi-role orchestration for Claude Code workers. Conductor, Gatekeeper, and Planner roles coordinate development across multiple sessions.
BeadsHive solves the multi-agent coordination problem with a simple but powerful idea: give each AI worker a defined role with specific permissions and responsibilities. Instead of every worker having full access, roles constrain what each session can do.
The entire system is implemented in pure shell scripts -- no Python, no Node, no compiled binaries. This makes it instantly portable to any Unix system with bash and tmux. The role definitions, access controls, and coordination protocols are all declarative shell configurations.