Seven Hitchhikers

Here we are looking to start with seven hitchhikers managing seven sociocracy circles or bounded domains.

I start to imagine what these bounded domains might be through considering what I needs help for. So:

0. Mr Myth (Creative Director) needs help with:

# Towel Team

0. Digital Bureaucracy, Federation - decentralised asynchronous coordination

graph G { layout=neato overlap=false splines=true bgcolor="transparent" outputorder=edgesfirst // Point-top hexagons node [ shape=polygon sides=6 regular=true orientation=0 // point-up width=1.6 height=1.6 fixedsize=true style=filled color="#000000" penwidth=2 fontname="Helvetica" fontsize=16 ] // Center C [label="one", fillcolor="#FF6F61", pos="0,0!", pin=true] // Ring with a hex directly above and below center // Base radius d=1.8; dx = 0.866*d ≈ 1.56, dy = 0.5*d = 0.9 T [label="two", fillcolor="#33FF57", pos=" 0, 1.8!", pin=true] // top TR [label="three", fillcolor="#3357FF", pos=" 1.56, 0.9!", pin=true] // top-right BR [label="four", fillcolor="#5EF3FF", pos=" 1.56,-0.9!", pin=true] // bottom-right B [label="five", fillcolor="#F5E663", pos=" 0, -1.8!", pin=true] // bottom BL [label="six", fillcolor="#FF66C4", pos="-1.56,-0.9!", pin=true] // bottom-left TL [label="seven", fillcolor="#A66BFF", pos="-1.56, 0.9!", pin=true] // top-left // Curved arcs from center to each outer hex C -- T; C -- TR; C -- BR; C -- B; C -- BL; C -- TL; }