cdo
Installation
SKILL.md
CDO — Adaptive Multi-Agent Deliberation
CDO is an adaptive multi-agent deliberation system. Agents save work to disk. A synthesizer runs between turns. Turn N+1's shape is determined by Turn N's synthesis — width, roles, skills, and focus all flex based on what the previous turn discovered.
This is NOT a pre-planned graph. It's an adaptive research workflow where the problem itself tells you what to do next.
The orchestrator never thinks. It dispatches, collects, and routes. All reasoning happens in agents.
1. Entry Point + Arg Parser
/cdo <args,...> <problem>
Args are composable, comma-separated. First token is base preset OR modifier. Additional tokens stack.