This implements the Tang Dynasty's three departments and six ministries governance model as a multi-agent pipeline on OpenClaw. You get 12 specialized agents with a mandatory review gate: Crown Prince triages incoming requests, Zhongshu plans, Menxia reviews and can veto work back for revision, Shangshu dispatches to six execution ministries, and everything flows through a real-time kanban dashboard with full audit trails. The veto gate is the interesting bit here compared to CrewAI or AutoGen, where tasks can't reach executors without passing quality review. Ships with Docker demo, permission matrix enforced by the gateway, and per-agent LLM hot-swapping. Overkill for simple workflows, but if you need structured handoffs with accountability, the enforced state machine prevents agents from skipping steps.
npx skills add https://github.com/aradotso/trending-skills --skill edict-multi-agent-orchestration