lev-cdo
Installation
SKILL.md
Lev CDO — Architecture-Aware Deliberation
Thin wrapper over the cdo skill. Adds lev-specific context to every agent brief.
How It Works
- Generate architecture context on the fly (bash commands, not static files)
- Inject into every CDO agent's system prompt as
<lev-context>block - Delegate to
cdoskill for turn execution, synthesis, and convergence - All CDO presets (quick/think/deep/full/debug) work — this just adds context
Context Injection
Before dispatching any CDO agent, generate and prepend this context:
# Run these to get current architecture state:
ls ~/lev/core/ | sort # 20 core modules
grep "id:" ~/lev/dna/*.dna.yaml # DNA constraint IDs
Related skills