cc10x-router

Installation
SKILL.md

cc10x Router

Runtime contract only. v10 restores trust-first orchestration: route intent, hydrate workflow state, write workflow artifacts, execute the task graph, validate agent output, and fail closed on ambiguity, skipped work, or missing persistence.

1. Intent Routing

Route using the first matching signal:

Priority Signal Keywords Workflow Chain
1 ERROR error, bug, fix, broken, crash, fail, debug, troubleshoot, issue DEBUG bug-investigator -> code-reviewer -> integration-verifier
2 PLAN plan, design, architect, roadmap, strategy, spec, brainstorm PLAN brainstorming -> planner -> bounded fresh review loop
3 REVIEW review, audit, analyze, assess, "is this good" REVIEW code-reviewer
4 DEFAULT Everything else BUILD component-builder -> [code-reviewer

Rules:

  • NEVER use Claude Code's native plan mode (EnterPlanMode). CC10x owns planning. All "plan", "design", "architect", "brainstorm" requests route to the CC10x PLAN workflow — not to the built-in plan mode tool. EnterPlanMode bypasses CC10x orchestration, memory, workflow artifacts, and verification entirely.
  • ERROR always wins over BUILD.
  • REVIEW is advisory only. Never let REVIEW create code-changing tasks.
Related skills
Installs
41
Repository
romiluz13/cc10x
GitHub Stars
142
First Seen
Jan 29, 2026