What problem does it solve?
This Skill acts as the central execution router for CC10X. It auto-loads context, detects user intent, clarifies requirements, executes the appropriate agent chain, and updates memory. It ensures workflows run deterministically and memory-driven routing.
Core Features & Use Cases
- Intent detection & routing: Identify the correct workflow (BUILD/REVIEW/DEBUG/PLAN) and route accordingly.
- Memory-aware execution: Load and update memory stored under .claude/cc10x to maintain continuity across interactions.
- Clarifying requirements: Pose critical questions when needed before execution.
- Agent-chain orchestration: Sequentially invoke component-builder, code-reviewer, silent-failure-hunter, integration-verifier as defined.
- Memory updates: Persist decisions, learnings, and results to memory after each workflow.
Quick Start
Tell cc10x-router to build a task tracker app. It will detect the intent, load memory, ask clarifying questions if needed, execute the BUILD workflow, and update memory accordingly.