Yesterday, I have actually make them design and implement a coordination system that let them reach consensus, and we prototyped it already.
See the repo docs:
doc/collab/sessions/2026-06-08-multi-agent-collaboration-research
doc/proposals/ccrep-synthesis.md
You can get the source code for the MCP from the https://github.com/robertolupi/deep-cuts repo, but I am going to publish it separately soon.
Adam Lewis
Product Engineer/Architect navigating the AI revolution
The skills/ directory pattern is the same in our setup. We've got one markdown file per architectural decision the agent kept getting wrong, and they all get re-read at the start of every session. After a few sessions there's not much left to re-explain.
Scalability is harder to catch with a hook alone. We've started writing the quantified threshold into the spec ('handles 30k rows in under 2 seconds'), so the agent flags it itself before I'd otherwise need to interrupt.