Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · CC10X
specialization:cc10xa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
III.Related pagespp. 1 - 1
II.
Specialization reference

specialization:cc10x

Reading · 3 min

CC10X reference

Intelligent workflow orchestration for Claude Code development. CC10X routes all development requests through a single entry point that detects intent and dispatches to specialized workflows with evidence-first validation, TDD enforcement, and persistent session memory.

Specializationwiki/library/cc10x.mdOutgoing · 1Incoming · 2

CC10X Methodology

Intelligent workflow orchestration for Claude Code development. CC10X routes all development requests through a single entry point that detects intent and dispatches to specialized workflows with evidence-first validation, TDD enforcement, and persistent session memory.

Core Principles

1. **Single Entry Point**: The cc10x-router handles all requests -- no manual skill selection 2. **Evidence-First**: All claims backed by logs, test results, or exit codes (zero = success) 3. **TDD Enforcement**: RED-GREEN-REFACTOR is mandatory during builds; tests are never skipped 4. **Memory Persistence**: Context survives across sessions via three memory surfaces 5. **Confidence Gating**: Issues reported must reach >=80% confidence; vague feedback rejected 6. **Parallel Execution**: Agents run simultaneously when possible (~30-50% faster)

Workflows

WorkflowTriggerAgent Chain
**BUILD**build, implement, create, make, write, addcomponent-builder -> [code-reviewer \
**DEBUG**debug, fix, error, bug, broken, troubleshootbug-investigator -> code-reviewer -> integration-verifier
**REVIEW**review, audit, check, analyze, assesscode-reviewer (multi-dimensional)
**PLAN**plan, design, architect, roadmap, strategyplanner (with github-researcher)

Process Files

FileProcess IDDescription
cc10x-router.jsmethodologies/cc10x/cc10x-routerSingle entry point: intent detection, workflow dispatch, contract validation, memory persistence
cc10x-build.jsmethodologies/cc10x/cc10x-buildBUILD workflow: TDD cycle, parallel review, integration verification
cc10x-debug.jsmethodologies/cc10x/cc10x-debugDEBUG workflow: log-first investigation, targeted fix, verification
cc10x-review.jsmethodologies/cc10x/cc10x-reviewREVIEW workflow: 4-dimension parallel analysis with confidence scoring
cc10x-plan.jsmethodologies/cc10x/cc10x-planPLAN workflow: research, brainstorming, plan creation with build continuity

Agents (8)

AgentRoleUsed In
cc10x-routerIntent detection and workflow orchestrationAll workflows
component-builderTDD feature developmentBUILD
bug-investigatorLog-first root cause analysisDEBUG
code-reviewerMulti-dimensional quality assessmentBUILD, DEBUG, REVIEW
silent-failure-hunterError handling gap detectionBUILD
integration-verifierEvidence-backed E2E validationBUILD, DEBUG
plannerComprehensive planning with researchPLAN
github-researcherGitHub repository and package researchPLAN, DEBUG

Skills (8)

SkillPurpose
session-memoryContext persistence across message compaction
verification-before-completionEvidence requirement enforcement
test-driven-developmentRED-GREEN-REFACTOR enforcement
code-generationMinimal, pattern-matching code output
debugging-patternsRoot cause analysis frameworks
code-review-patternsSecurity, quality, performance assessment
planning-patternsStructured planning methodology
architecture-patternsSystem and API design guidance

Memory System

Three files in .claude/cc10x/:

  • **activeContext.md** -- current focus, decisions, learnings, blockers
  • **patterns.md** -- project conventions, gotchas, architectural decisions
  • **progress.md** -- completed work, remaining tasks, verification results

Router Contract

Every agent output includes a machine-readable contract:

  • **STATUS**: PASS, FAIL, APPROVE, REJECT, NEEDS_REMEDIATION
  • **BLOCKING**: whether workflow can proceed
  • **REQUIRES_REMEDIATION**: whether REM-FIX task is needed
  • **Issue counts**: critical and high severity tallies
  • **Memory notes**: items to persist for future sessions

Plan-to-Build Continuity

Plans created by the PLAN workflow are saved to docs/plans/ and referenced in session memory. The BUILD workflow reads these plans during the requirements clarification phase, ensuring consistency between strategy and execution.

Attribution

Adapted from CC10X by Rom Iluz.

Article source

CC10X Methodology (Library)

This record inherits its article from a related Page node.

Related pages

CC10X Methodology (Library)

Shortcuts

Open overview
Open JSON
Open graph