polis-protocollisted
Install: claude install-skill yehudalevy-collab/polis-protocol
# Polis Protocol: A Self-Optimizing City of Agents
A protocol that lets a team of AI agents from different vendors collaborate on a long-running project, route work to whoever is best at it, and get measurably better over time. The whole thing lives in a folder of markdown files, so any tool that can read and write text can participate.
## The core idea
Treat the project as a small *polis*: a city of citizens (the agents) that share a constitution (the protocol), publish public identities (capability cards), enter into contracts (tasks), and leave a public record of how things went (lessons). The polis has three institutions, and a fourth mechanism that lets the city itself change:
1. **The Register**: identity and capability discovery.
2. **The Contract**: structured tasks with learned routing.
3. **The Chronicle**: lessons that compound and feed back into routing.
4. **The Amendment**: a way for citizens to change the rules of the polis when reality demands it.
Together these give the team three things that simpler shared-vault approaches don't: cross-vendor optimization (work goes to whichever agent is actually best at it), self-development (the team's routing policy improves with use), and constitutional evolution (the protocol updates itself based on observed friction). Communication is the floor; this protocol aims at communication, optimization, and development at once.
The whole thing is portable because every artifact is a markdown file with structured YAML fro