scale-colony
Installation
SKILL.md
Scale Colony
Scale distributed systems, teams, or organizations through colony budding (splitting), role differentiation (age polyethism), and growth-triggered architectural transitions — maintaining coordination quality as the colony grows beyond its initial design capacity.
When to Use
- A team or system that worked at 10 agents is breaking down at 50
- Communication overhead is growing faster than productive output
- Coordination patterns that were implicit need to become explicit
- Planning a growth phase and wanting to scale proactively rather than reactively
- Observing coordination failures that correlate with size (lost messages, duplicated work, unclear ownership)
- The existing system needs to split into semi-autonomous sub-colonies
Inputs
- Required: Current colony size and target growth (or growth rate)
- Required: Current coordination mechanisms and their stress points
- Optional: Colony structure (flat, hierarchical, clustered)
- Optional: Role differentiation already in place
Related skills