II.
Methodology JSON
Structured · livemethodology:cog-second-brain
COG Second Brain json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:cog-second-brain",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "COG Second Brain",
"description": "A self-evolving second brain system combining AI agents with markdown files and\nGit version control (COG = Cognition + Obsidian + Git). Privacy-first, local-first\nknowledge management using pure markdown with structured evolution cycles from\ndaily capture through monthly knowledge consolidation, personalized through\nrole packs for different professional contexts.\n",
"methodologyKind": "research",
"origin": "Huy Tieu"
},
"outgoingEdges": [
{
"from": "methodology:cog-second-brain",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--cog-intelligence-cycle",
"to": "methodology:cog-second-brain",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--cog-knowledge-capture",
"to": "methodology:cog-second-brain",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--cog-orchestrator",
"to": "methodology:cog-second-brain",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--cog-reflection-synthesis",
"to": "methodology:cog-second-brain",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--cog-vault-management",
"to": "methodology:cog-second-brain",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}