II.
Methodology JSON
Structured · livemethodology:ccpm
CCPM (Claude Code PM) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:ccpm",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CCPM (Claude Code PM)",
"description": "Spec-driven development methodology enforcing the principle that every line of\ncode must trace back to a specification. Five strict phases: Product Planning\n(PRD), Implementation Planning (architecture), Task Decomposition (dependency\ngraph), GitHub Sync (issue creation), and Parallel Execution (specialized agents\nwith quality gates). Nine agents coordinate across phases.\n",
"methodologyKind": "plan-driven",
"origin": "automazeio/ccpm"
},
"outgoingEdges": [
{
"from": "methodology:ccpm",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--ccpm-epic-planning",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ccpm-orchestrator",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ccpm-parallel-execution",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ccpm-prd-workflow",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ccpm-task-decomposition",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ccpm-tracking",
"to": "methodology:ccpm",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}