Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · COG Second Brain (Library)
page:library-cog-second-braina5c.ai
Search record views/
Record · tabs

Available views

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

page:library-cog-second-brain

Reading · 3 min

COG Second Brain (Library) reference

A self-evolving second brain system combining AI agents with markdown files and version control. COG = Cognition + Obsidian + Git.

Pagewiki/library/cog-second-brain.mdOutgoing · 1Incoming · 1

COG Second Brain

A self-evolving second brain system combining AI agents with markdown files and version control. COG = Cognition + Obsidian + Git.

**Source:** COG Second Brain by Huy Tieu

Overview

COG Second Brain is a privacy-first, local-first knowledge management methodology that uses pure markdown files with Git version control. It provides a structured evolution cycle from daily capture through monthly knowledge consolidation, personalized through role packs.

Process Files

ProcessFileDescription
Main Orchestratorcog-orchestrator.jsFull lifecycle: setup, onboarding, daily/weekly/monthly cycles
Knowledge Capturecog-knowledge-capture.jsBraindump, URL dump, meeting transcript processing
Intelligence Cyclecog-intelligence-cycle.jsDaily brief, team brief, comprehensive analysis
Reflection & Synthesiscog-reflection-synthesis.jsWeekly check-in, knowledge consolidation, monthly synthesis
Vault Managementcog-vault-management.jsUpdate COG, self-healing, cross-reference maintenance

Agents

AgentRole
vault-architectVault structure design and maintenance
knowledge-curatorContent classification and curation
intelligence-analystNews and source verification
team-synthesizerCross-platform integration
reflection-coachPattern analysis and reflection
framework-builderKnowledge consolidation
meeting-analystTranscript processing
role-advisorRole pack customization

Skills

SkillPurpose
onboardingInitial vault setup and role pack configuration
braindump-captureRaw thought capture with domain classification
daily-intelligencePersonalized verified news briefs
url-extractionURL insight extraction with credibility scoring
weekly-reflectionCross-domain pattern analysis
knowledge-consolidationFramework building from scattered notes
team-intelligenceCross-platform team briefs
meeting-processingTranscript to decisions and action items

Vault Structure

Code
cog-vault/
  00-inbox/        # Profiles, interests, integrations
  01-daily/        # Briefs & check-ins
  02-personal/     # Private braindumps
  03-professional/ # Professional notes & strategy
  04-projects/     # Per-project tracking
  05-knowledge/    # Consolidated frameworks

Evolution Cycle

1. **Daily capture** - Braindump raw thoughts, classify by domain 2. **Daily intelligence** - Personalized verified news 3. **Daily team sync** - Cross-reference GitHub/Linear/Slack/PostHog 4. **Meeting processing** - Extract structured decisions/action items 5. **Weekly reflection** - Pattern analysis across domains 6. **Weekly deep-dive** - Comprehensive strategic analysis 7. **Monthly synthesis** - Scattered notes become consolidated frameworks

Role Packs

Product Manager, Engineering Lead, Engineer, Designer, Founder, Marketer, Custom

Key Principles

  • No vendor lock-in (pure markdown + Git)
  • Privacy-first, local-first
  • 7-day freshness on intelligence sources
  • 95%+ source accuracy
  • Strict domain separation
  • Self-healing cross-references
  • Content-safe updates (framework separates from personal data)

Quick Start

bash
# Initialize vault and onboard
babysitter run:create --process methodologies/cog-second-brain/cog-orchestrator \
  --input '{"userName":"Alex","rolePack":"engineer","cycleMode":"setup"}'

# Daily cycle
babysitter run:create --process methodologies/cog-second-brain/cog-orchestrator \
  --input '{"userName":"Alex","rolePack":"engineer","cycleMode":"daily"}'

# Weekly cycle
babysitter run:create --process methodologies/cog-second-brain/cog-orchestrator \
  --input '{"userName":"Alex","rolePack":"engineer","cycleMode":"weekly"}'

# Full lifecycle
babysitter run:create --process methodologies/cog-second-brain/cog-orchestrator \
  --input '{"userName":"Alex","rolePack":"engineer","cycleMode":"full"}'

Article source

The article body is owned directly by this record.

Related pages

No related wiki pages for this record.

Shortcuts

Open overview
Open JSON
Open graph