This project offers an advanced Personal Knowledge Management framework designed for Obsidian. With features like automated agent workflows for research, synthesis, and task extraction, it promotes honest thinking, strict organization, and valuable knowledge connections, ensuring that information is effectively managed and utilized.
ai-second-brain-template
The ai-second-brain-template is a robust Personal Knowledge Management (PKM) framework designed specifically for Obsidian, leveraging automated agent workflows to facilitate research, synthesis, and task extraction. This system is built upon a core philosophy that emphasizes honest and objective thinking, ensuring that the focus remains on generating the best solutions rather than merely agreeable ones. Agents are designed to challenge assumptions, support their arguments with verified evidence, and maintain a clear separation between various domains of work.
Core Principles
- Honest & Objective Thinking: The framework prioritizes integrity in knowledge processing, encouraging agents to challenge subpar work and advocate for accuracy.
- Lite Over Large: By maintaining a concise vault, the template ensures that only high-value outputs are retained, eliminating clutter and preventing inefficiencies associated with excessive data.
- Strict Separation of Domains: This protocol enforces a clear distinction among work-related, personal, and resource folders, reducing context bleed while allowing for insightful cross-domain reasoning.
- Link-First Architecture: Knowledge value is derived from how information interconnects through
[[wikilinks]], rather than the content itself. - Agent-Augmented Workflows: While AI agents facilitate various processes such as curation and synthesis, the human element retains critical understanding and decision-making.
Vault Structure
The organization of knowledge within the vault comprises several structured folders:
00-inbox/: Captures raw data and fleeting notes.01-work/: Includes professional responsibilities and ongoing projects.02-personal/: Contains interests and personal management topics.03-resources/: Acts as a reference library on various subjects.04-archive/: Holds inactive materials for future reference.99-system/: Contains metadata, templates, and system documentation.
Operational Workflow
The operating workflow is encapsulated in a continuous loop involving the capture of raw data, its transformation into actionable insights, and the pruning of unnecessary materials:
flowchart TD
Inbox["00-inbox (Raw Bookmarks)"]
Curate["curate-bookmarks (Skill)"]
Draft["draft/ (Curated Notes)"]
Synthesize["synthesize-drafts (Skill)"]
Plan["synthesis/ (Strategic Plan)"]
Extract["plan-to-kanban (Skill)"]
Kanban["todo-kanban.md (Actionable Tasks)"]
Execute["Build / Execute"]
Prune["Delete Intermediates (Bookmarks & Drafts)"]
Inbox --> Curate
Curate -->|Extracts signal| Draft
Draft --> Synthesize
Synthesize -->|Scientific Thematic Synthesis| Plan
Plan --> Extract
Extract -->|Deduplicates and appends| Kanban
Kanban --> Execute
Execute --> Prune
classDef file fill:#2d2d2d,stroke:#555,stroke-width:1px,color:#fff
classDef skill fill:#1a3f5c,stroke:#4a90e2,stroke-width:2px,color:#fff
classDef action fill:#1e4620,stroke:#4caf50,stroke-width:2px,color:#fff
class Inbox,Draft,Plan,Kanban file
class Curate,Synthesize,Extract skill
class Execute,Prune action
Key Functionalities
This template includes a suite of operational skills that empower users to manage their knowledge effectively:
init-area: Facilitates the creation of new areas by challenging ideas and defining necessary structures.curate-bookmarks: Processes raw bookmarks into actionable drafts within designated areas.synthesize-drafts: Merges multiple drafts into a coherent Strategic Plan utilizing thematic analysis.plan-to-kanban: Converts plans into actionable task lists, ensuring duplicates are managed.vault-linter: Conducts checks for knowledge graph integrity, identifying issues without making direct edits.audit-maintenance: Reviews pending tasks and monitors tools created by agents to maintain system health.
Quality Assurance
The system enforces a rigorous peer review process to ensure continuous improvement:
- Each tool's creation is logged and reviewed to promote high-quality standards and accountability among agents.
- A structured checklist reinforces operational integrity following major changes, requiring updates to documentation and maintenance logs.
This comprehensive framework supports individuals in cultivating a personal knowledge management system that is systematic, reflective, and conducive to both personal and professional growth.
No comments yet.
Sign in to be the first to comment.