My PKM System

Personal Knowledge Management

This note describes my complete system for capturing, organizing, and retrieving knowledge. It builds on the principles from How I Take Notes.

System Overview

graph TB
    subgraph Capture
        A[Inbox] --> B[Quick Notes]
    end
    
    subgraph Process
        B --> C[Refine]
        C --> D[Link]
    end
    
    subgraph Organize
        D --> E[Projects]
        D --> F[Areas]
        D --> G[Resources]
    end

PARA Method

I use Tiago Forte’s PARA method:

  • Projects — Short-term efforts with deadlines
  • Areas — Long-term responsibilities
  • Resources — Topics of ongoing interest
  • Archive — Inactive items from above

Tags System

Tagging Strategy

Use tags for status and categories, not for linking.

Status Tags

TagMeaning
#status/seedNew, unprocessed
#status/buddingPartially developed
#status/evergreenFully refined
#status/archivedNo longer maintained

Linking Strategy

Links > Tags

Tags are useful, but links create real knowledge connections.

# 1. Direct reference
See [[Web Development Basics]] for more.
 
# 2. With alias
The [[Book Notes - Thinking Fast and Slow|Kahneman book]] changed my perspective.
 
# 3. Section link
Check [[Healthy Habits#Sleep Hygiene]] for sleep tips.

Review Process

Weekly Review

  • Process inbox (15 min)
  • Review new connections (10 min)
  • Update project notes (20 min)
  • Clean up tags (5 min)

Metrics

System Health

I track these metrics monthly:

MetricTargetCurrent
Notes created20/month25
Notes linked>80%85%
Evergreen notes10/month12
Graph density>2.02.3

See Also


*Tags: pkm knowledge-management obsidian productivity