Knowledge Base
Your second brain for research, learning, and information organization.
Files in This Module
| File | Format | Purpose |
|---|---|---|
bookmarks.jsonl | JSONL | Saved links and resources |
learning.yaml | YAML | Skills and learning goals |
competitors.md | Markdown | Competitive landscape |
research/ | Folder | Deep-dive research notes |
notes/ | Folder | Quick capture notes |
Data Schemas
Bookmark Entry
{
"id": "bm_YYYYMMDD_HHMMSS",
"saved_at": "ISO8601",
"url": "https://...",
"title": "Page title",
"source": "article|video|podcast|tool|tweet|paper",
"category": "category_name",
"summary": "1-2 sentence summary",
"key_insights": ["insight1", "insight2"],
"status": "unread|read|reviewed|archived",
"rating": 1-5,
"tags": ["tag1", "tag2"]
}Workflows
Saving a Resource
- Append to
bookmarks.jsonlwith status "unread" - Add category and initial tags
- Later: read, summarize, update status
Research Projects
- Create
research/[topic].mdfor deep dives - Link relevant bookmarks
- Synthesize insights
- Extract content ideas
Learning Tracking
- Define skills in
learning.yaml - Link resources to skills
- Track progress and milestones
- Review quarterly
Agent Instructions
<instructions> When managing knowledge:
- Saving links: Always capture URL, title, and initial category
- Organizing: Use consistent categories and tags
- Retrieving: Search bookmarks.jsonl by category, tags, or keywords
- Synthesizing: When asked about a topic, check research/ folder first
- Learning updates: Update learning.yaml when completing resources
Categories to use:
- ai_agents: AI, agents, automation
- building: Startups, product, engineering
- growth: Marketing, audience, content
- productivity: Systems, tools, workflows
- leadership: Management, teams, culture
- industry: Market trends, competitors
- personal: Health, relationships, life
</instructions>
Knowledge Graph Hints
When retrieving information, consider connections:
- Bookmarks → Content ideas
- Research → Authority pieces
- Learning → Skills to highlight in brand
- Competitors → Differentiation angles