CCW Chain Orchestrator Chain-based workflow orchestrator using for progressive step loading and LLM-driven decision routing. Discovery 1. — list all chains with triggers, entries, and descriptions 2. Match user intent to chain / 3. — preview chain node graph and available entries 4. — begin from default entry, named entry ( ), or any node ( ) Execution Protocol When delivers a step node with a skill/command doc: 1. Read the loaded doc content to understand the skill's purpose and interface 2. Assemble the Skill call: - First step: - Subsequent steps: (auto-receives session context) - Special…