autonomous-skill-orchestrator
SKILL.md
Autonomous Skill Orchestrator v2.0
Inspired by oh-my-opencode's three-layer architecture, adapted for OpenClaw's ecosystem.
Core Philosophy
Traditional AI follows: user asks → AI responds. This fails for complex work because:
- Context overload: Large tasks exceed context windows
- Cognitive drift: AI loses track mid-task
- Verification gaps: No systematic completeness check
- Human bottleneck: Requires constant intervention
This skill solves these through specialization and delegation.
Architecture