defend-colony
Installation
SKILL.md
Defend Colony
Implement layered collective defense for distributed systems, teams, or organizations — using alarm signaling, role mobilization, proportional response, and immune memory patterns inspired by social insect colony defense and biological immune systems.
When to Use
- Designing defense-in-depth for distributed systems where no single guardian can cover all threats
- Building incident response processes that scale with threat severity
- Protecting a system where individual components cannot defend themselves alone
- Current defense is either over-reactive (every alert triggers full mobilization) or under-reactive (threats go unnoticed until damage is done)
- Building organizational resilience where teams must self-organize in response to incidents
- Complementing
coordinate-swarmwith specific threat-response coordination patterns
Inputs
- Required: Description of the colony (system, organization, team) to be defended
- Required: Known threat categories (attacks, failures, competitors, environmental risks)
- Optional: Current defense mechanisms and their failure modes
- Optional: Available defender types and their capabilities
Related skills