Multi-agent orchestration: skill-as-agent с pluggable coordination
## Что это
Большая mission может orchestrate несколько skill-as-agent'ов параллельно: researcher + writer + critic. Coordination patterns pluggable (round-robin / debate / supervisor). Все агенты пишут в один shared audit log.
## Зачем
Single agent для сложных задач — это «один человек делает всё». Multi-agent — это «команда людей с ролями». Качество результата другого класса.
## Источники вдохновения
- [666ghj/BettaFish](https://github.com/666ghj/BettaFish) — multi-agent orchestration
- [assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher) — agent skills
- [builderz-labs/mission-control](https://github.com/builderz-labs/mission-control) — orchestration
## 🔗 Linear
- [PZD-289](https://linear.app/kuhjie/issue/PZD-289) — backing ticket