II.
Term JSON
Structured · liveterm:ccpm
Claude Code Project Manager (CCPM) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:ccpm",
"_kind": "Term",
"_file": "terminology/terms/terms-methodologies.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:ccpm.canonical",
"displayName": "Claude Code Project Manager (CCPM)",
"kind": "concept",
"description": "Spec-driven development methodology adapted from\ngithub.com/automazeio/ccpm. Enforces \"every line of code must trace\nback to a specification\" via five strict phases with no shortcuts.\n"
},
"outgoingEdges": [
{
"from": "term:ccpm",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "acronym:ccpm",
"to": "term:ccpm",
"kind": "expands_to"
},
{
"from": "definition:ccpm.canonical",
"to": "term:ccpm",
"kind": "defines"
}
]
}