Workflow Selection
Recognizes intent, selects the correct workflow automatically.
cc10x is what Claude Code should be.
cc10x-router is the only entry point and AUTO-EXECUTES the workflow based on intent.
Detect intent → Load memory → Create task chain → Execute agents → Update memory.
Memory persistence ensures context never gets lost. Every session builds on previous work.
LOG FIRST. RED→GREEN→REFACTOR. Exit code 0 or it didn't happen. Confidence ≥ 80% only.
Single router • memory persistence • enforced quality gates
Recognizes intent, selects the correct workflow automatically.
Skills are loaded by agents via frontmatter (users never pick them).
github-research via the Skill tool when external research is requiredEach workflow runs a specific agent chain in order.
Persistent memory across sessions • automatic context loading • seamless continuity
Every workflow starts by loading relevant memory files from previous sessions.
activeContext.md - current project statepatterns.md - learned patterns and preferencesprogress.md - previous work and decisionsMemory files are automatically updated throughout the workflow execution.
.claude/cc10x/Agents use memory to make informed decisions and avoid repeating past mistakes.
.claude/cc10x/Selected automatically based on your intent (error keywords always win)
Trigger words: review, audit, check, assess
Chain: code-reviewer (confidence ≥ 80%)
Trigger words: plan, design, architect, roadmap
Chain: planner (phased plan + risks)
Trigger words: build, implement, create, add
Chain: component-builder → [code-reviewer ∥ silent-failure-hunter] → integration-verifier
Trigger words: debug, fix, error, bug, broken
Chain: bug-investigator → code-reviewer → integration-verifier
LOG FIRST • TDD enforcement • confidence scoring • evidence-first verification
Directly aligned to cc10x v6.0.14 agents and skills
Memory persistence. TDD enforcement. Evidence-first verification.
/plugin marketplace add romiluz13/cc10x
/plugin install cc10x@romiluz13