iiRecord
Agentic AI Atlas · CC10X
methodology:cc10xa5c.ai
II.
Methodology JSON

methodology:cc10x

Structured · live

CC10X json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/methodologies/methodologies.yamlCluster · domain
Record JSON
{
  "id": "methodology:cc10x",
  "_kind": "Methodology",
  "_file": "domain/methodologies/methodologies.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "CC10X",
    "description": "Intelligent workflow orchestration for Claude Code development. Routes all\ndevelopment requests through a single entry point that detects intent and\ndispatches to specialized workflows (BUILD, DEBUG, REVIEW, PLAN) with\nevidence-first validation, TDD enforcement, confidence gating at 80%+,\nparallel agent execution, and persistent session memory across three surfaces.\n",
    "methodologyKind": "ai-assisted",
    "origin": "CC10X"
  },
  "outgoingEdges": [
    {
      "from": "methodology:cc10x",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--cc10x-build",
      "to": "methodology:cc10x",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--cc10x-debug",
      "to": "methodology:cc10x",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--cc10x-plan",
      "to": "methodology:cc10x",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--cc10x-review",
      "to": "methodology:cc10x",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--cc10x-router",
      "to": "methodology:cc10x",
      "kind": "follows_methodology",
      "attributes": {
        "weight": 1
      }
    }
  ]
}