Workflow Selection
Recognizes intent, selects 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 → Clarify requirements → Execute agent chain → 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 workflow automatically.
Skills are loaded BY agents via frontmatter (not invoked directly by users).
Skill tool:Each 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/memory/Agents use memory to make informed decisions and avoid repeating past mistakes.
.claude/memory/Selected automatically based on your intent
You: "This feels insecure"
cc10x: code-reviewer (confidence ≥ 80%) + optional silent-failure-hunter
You: "plan the microservices architecture"
cc10x: planner (architecture, risks, roadmap)
You: "build a user authentication system"
cc10x: component-builder (TDD) → code-reviewer → silent-failure-hunter (if error handling) → integration-verifier
You: "fix this error: …"
cc10x: bug-investigator (LOG FIRST) → code-reviewer → integration-verifier
LOG FIRST • TDD enforcement • confidence scoring • evidence-first verification
Directly aligned to cc10x v5.7.1 agents and skills
Memory persistence. TDD enforcement. Evidence-first verification.
/plugin marketplace add romiluz13/cc10x
/plugin install cc10x@romiluz13