Personal Ontology Skill
A framework for organizing your life as a knowledge graph. Objects are the entities (beliefs, goals, projects). Links are the relationships between them (serves, supports, contradicts). The agent uses this graph to make decisions aligned with who you are.
Quick Start (Example)
You tell the agent: "Moltbot bootstrap personal ontology." It scans your notes, proposes candidate Objects (e.g., a Belief about AI, a Goal for health, a Project for a newsletter), and presents them for review - nothing is auto-committed.
You confirm or edit those candidates. The agent then creates/updates your ontology files and links Projects → Goals → Core Self, flagging any orphans or contradictions for your decision.
From that point on, the agent runs a light daily scan: it watches for new beliefs, predictions, goals, and projects, and surfaces only high-confidence candidates or conflicts so you stay aligned without extra maintenance.
The Object Hierarchy
Objects are organized from most abstract/stable to most concrete/changeable:
- 1. Higher Order - The highest organizing principle (God, universe, truth). Acknowledged, not defined.
- Beliefs - Foundational assumptions about reality. What you hold to be true. Generally unfalsifiable.
- Predictions - Your model of what will happen. Testable, time-bound, updateable.
- Core Self - Who you are: Mission, Values, Strengths.
- Goals - Time-bound objectives serving your Core Self. Outcomes you want to achieve.
- Projects - Organized efforts toward goals. Bounded work with beginning and end.
- Tasks - Atomic units of work. (Live elsewhere: daily notes, Kanban, reminders.)
Link Types
Every Object (except Higher Order) should link to other Objects. Standard link types:
| Link | Meaning | Example |
|---|
| INLINECODE0 | Directly supports an outcome | "This Project serves Goal X" |
| INLINECODE1 |
Provides evidence/foundation for | "This Prediction
supports Belief Y" |
|
contradicts | In tension with | "This Belief
contradicts Prediction Z" |
|
relates-to | General association | "This Goal
relates-to Value W" |
|
depends-on | Requires for completion | "Project A
depends-on Project B" |
|
evolved-from | Updated version of | "Prediction 2.0
evolved-from Prediction 1.0" |
Validation rule: Every Project must serve at least one Goal. Every Goal must serve Core Self. Orphan Objects are flagged for review.
File Structure
Live ontology (canonical): INLINECODE8
CODEBLOCK0
Each file contains multiple Objects of that type, each with a ## Links section.
Suggestions queue: INLINECODE10
Use this file to capture all candidate updates (bootstrap + ongoing).
For AI Agents
Deployment Modes
Interactive Mode: Direct conversation. User asks for help, agent references ontology for context.
- - "Should I take this job?" → Check against Goals, Values, Mission
- "What should I work on?" → Surface high-priority Projects serving active Goals
Embedded Mode: Agent uses ontology to inform all decisions without explicit reference.
- - Email triage → Prioritize based on Goals/Projects
- Task suggestions → Only suggest what serves active Projects
- Calendar optimization → Protect time for Goal-aligned work
Automated Mode: Passive scanning and maintenance without user prompting.
- - Daily scan for new/changed Objects
- Flag contradictions and orphans
- Surface stale Predictions
When to Reference the Ontology
- 1. Making decisions - Check proposed action against Values, Goals, Mission
- Prioritizing - Use Goal hierarchy to rank options
- Explaining - Connect tasks to higher purpose ("This serves your goal of...")
- Flagging misalignment - "This task doesn't connect to any active Goal"
- Surfacing insights - "Your Prediction about X has a time horizon of Q1 - any update?"
Integration Recipes (optional)
For users who want the ontology to shape daily behavior, integrate it into:
- - Morning briefing: restate Mission + top Goal + active Project, then suggest the next concrete output.
- Task sanity checks: flag tasks that don't clearly map to a Project → Goal.
- End-of-day closure: reflect on what served the Mission/Goals, then close the loop so the user can disconnect.
- Wind-down: brain dump + tiny alignment cue for tomorrow.
Adaptive prompts ("magic in the background")
If higher layers are missing (Higher Order, Predictions), do not nag daily.
Instead:
- - Ask one tiny, optional prompt at most once every N days.
- Track last-asked timestamps in a small local state file (example:
memory/ontology-nudges.json). - Only surface prompts at natural transitions (work start or wind-down), and skip on overloaded days.
These can be implemented via scheduled prompts (cron) that read the ontology files + the user's task board/journal + the nudge state file.
How to Use It
CODEBLOCK1
Daily Passive Scan
Agents should perform a lightweight scan of recent activity to maintain the ontology.
What to Scan
- - New notes (last 24h) - Look for ontology-relevant content
- Modified files (last 24h) - Check if existing Objects need updates
- Task completions - Do they affect Project status?
- Calendar/journal - Any events that validate/invalidate Predictions?
Extraction Patterns
When scanning, look for these signals:
| Pattern | Candidate Object |
|---|
| "I believe...", "I think...", "I'm convinced..." | Belief |
| "I predict...", "By 20XX...", "will happen", "I expect..." |
Prediction |
| "My goal is...", "I want to achieve...", "I'm working toward..." | Goal |
| "I'm working on...", "Project:", "I'm building..." | Project |
| Mission statements, value lists, "What matters to me..." | Core Self |
When to Act
| Signal | Action |
|---|
| New Object candidate (high confidence) | Queue for user review |
| New Object candidate (low confidence) |
Note in daily memory, don't surface yet |
| Existing Object contradicted | Surface immediately with evidence |
| Prediction time horizon passed | Prompt for resolution |
| Project completed | Prompt to update Goals |
Contradiction Detection
When new content conflicts with existing ontology:
- 1. Note the specific contradiction
- Surface to user with both sides
- Don't auto-resolve - user decides which to update
- Track resolution in Prediction Log or Object history
Intelligence Layer
The ontology isn't just storage - it drives insights. Regularly surface:
Orphan Detection
- - Orphan Project - Doesn't serve any Goal → "This project isn't connected to your goals. Is it still relevant?"
- Orphan Goal - Doesn't connect to Core Self → "What mission/value does this goal serve?"
- Orphan Task - Doesn't belong to any Project → "Is this task important enough to track?"
Staleness Checks
- - Stale Prediction - Time horizon passed, no update → "Your prediction that X would happen by Q1 2026 - did it?"
- Stale Project - No activity in 30+ days → "Is [Project] still active?"
- Stale Goal - No serving Projects → "What's the next project for [Goal]?"
Alignment Checks
- - Task audit - "These 5 tasks from today don't connect to any Project. Intentional?"
- Time allocation - "You spent 80% of this week on Goal 2 but marked Goal 1 as top priority"
- Value drift - "Your recent decisions seem to prioritize X over Y, but your values list Y first"
Pattern Recognition
- - Recurring themes - "You've mentioned 'AI safety' in 5 notes this month. Should this be a Belief or Goal?"
- Implicit Objects - "You act as if you believe X, but it's not in your Beliefs. Add it?"
- Prediction clusters - "These 3 predictions are related. What's the underlying model?"
Review Cadence
Weekly (Agent-initiated)
- - Are current tasks serving projects?
- Are projects serving goals?
- Any new Objects to add from the week's notes?
Monthly (User-prompted)
- - Do goals still serve Core Self?
- New predictions to add? Existing ones to update?
- Any completed Projects to close out?
Quarterly (Deep review)
- - What surprised you? What does that reveal?
- Has Core Self shifted?
- Full Prediction Log review - what were you right/wrong about?
Temporal Tracking
Objects evolve. Track when and why:
CODEBLOCK2
For Predictions specifically, track:
- - Created: When you made the prediction
- Timeframe: When you expected resolution
- Resolved: Date + outcome (confirmed/disconfirmed/modified)
- Learning: What the outcome revealed
Setup
How to Run Bootstrap (User-Facing)
Say:
"Moltbot bootstrap personal ontology."
The agent will:
1) Scan your notes for candidate Objects
2) Present candidates for your review (no auto-commit)
3) Write/merge confirmed Objects into your ontology files
Default location (Obsidian): Vault v3/ontology/ (pretty-formatted, readable Markdown)
For New Users
- 1. Run the bootstrap process (see
bootstrap.md) to extract candidate Objects from existing notes - Review and confirm/edit candidates
- Work through
prompts.md to fill gaps - Agent begins daily passive scans
For Existing Users
- 1. Copy templates to your ontology folder
- Fill in what you know
- Agent maintains and extends over time
Reference Implementation
See templates/ for starter files. The user's ontology will be created in their notes folder.
Files
- -
SKILL.md - This file (agent instructions) - INLINECODE16 - Rules for categorization and validation
- INLINECODE17 - Initial extraction from existing vault
- INLINECODE18 - Guided questions for building each layer
- INLINECODE19 - Starter files for each Object type
个人本体技能
一个将你的生活组织成知识图谱的框架。对象是实体(信念、目标、项目)。链接是它们之间的关系(服务于、支持、矛盾)。智能体利用这个图谱做出与你身份一致的决策。
快速入门(示例)
你告诉智能体:Moltbot 启动个人本体。它会扫描你的笔记,提出候选对象(例如,关于AI的信念、健康目标、新闻通讯项目),并呈现给你审查——不会自动提交任何内容。
你确认或编辑这些候选对象。然后智能体会创建/更新你的本体文件,并将项目→目标→核心自我链接起来,标记任何孤立或矛盾之处供你决策。
从那时起,智能体会运行一个轻量级的每日扫描:它会关注新的信念、预测、目标和项目,只呈现高置信度的候选对象或冲突,让你无需额外维护就能保持一致。
对象层级结构
对象从最抽象/稳定到最具体/可变进行组织:
- 1. 更高秩序 - 最高组织原则(神、宇宙、真理)。被承认,而非被定义。
- 信念 - 关于现实的基础假设。你所相信为真的事物。通常不可证伪。
- 预测 - 你对将要发生之事的模型。可测试、有时间限制、可更新。
- 核心自我 - 你是谁:使命、价值观、优势。
- 目标 - 服务于核心自我的有时间限制的客观目标。你想要实现的结果。
- 项目 - 为实现目标而组织的有序努力。有始有终的有边界工作。
- 任务 - 工作的原子单位。(存在于别处:每日笔记、看板、提醒事项。)
链接类型
每个对象(除更高秩序外)都应链接到其他对象。标准链接类型:
| 链接 | 含义 | 示例 |
|---|
| 服务于 | 直接支持一个结果 | 这个项目服务于目标X |
| 支持 |
提供证据/基础 | 这个预测
支持信念Y |
| 矛盾 | 与...存在张力 | 这个信念
矛盾预测Z |
| 相关于 | 一般关联 | 这个目标
相关于价值观W |
| 依赖于 | 需要...才能完成 | 项目A
依赖于项目B |
| 演化自 | 的更新版本 | 预测2.0
演化自预测1.0 |
验证规则: 每个项目必须服务于至少一个目标。每个目标必须服务于核心自我。孤立对象会被标记供审查。
文件结构
实时本体(规范): [用户笔记文件夹]/MyPersonalOntology/
MyPersonalOntology/
├── 1-更高秩序.md
├── 2-信念.md
├── 3-预测.md
├── 4-核心自我.md
├── 5-目标.md
└── 6-项目.md
每个文件包含该类型的多个对象,每个对象都有一个## 链接部分。
建议队列: Ontology_Suggestions.md
使用此文件捕获所有候选更新(启动 + 持续进行)。
针对AI智能体
部署模式
交互模式: 直接对话。用户请求帮助,智能体参考本体获取上下文。
- - 我应该接受这份工作吗? → 对照目标、价值观、使命进行检查
- 我应该做什么? → 呈现服务于活跃目标的高优先级项目
嵌入模式: 智能体使用本体来为所有决策提供信息,无需明确引用。
- - 邮件分类 → 根据目标/项目进行优先级排序
- 任务建议 → 只建议服务于活跃项目的内容
- 日历优化 → 保护用于与目标一致工作的时间
自动模式: 无需用户提示的被动扫描和维护。
- - 每日扫描新的/变更的对象
- 标记矛盾和孤立对象
- 呈现过时的预测
何时参考本体
- 1. 做决策时 - 对照价值观、目标、使命检查提议的行动
- 确定优先级时 - 使用目标层级对选项进行排序
- 解释时 - 将任务连接到更高目的(这服务于你的...目标)
- 标记不一致时 - 这个任务没有连接到任何活跃目标
- 呈现洞察时 - 你关于X的预测时间范围是Q1——有更新吗?
集成方案(可选)
对于希望本体塑造日常行为的用户,可将其集成到:
- - 晨间简报:重述使命 + 首要目标 + 活跃项目,然后建议下一个具体产出。
- 任务合理性检查:标记未明确映射到项目→目标的任务。
- 日终总结:反思哪些内容服务于使命/目标,然后闭环以便用户断开连接。
- 放松时间:大脑倾泻 + 为明天提供微小的一致性提示。
自适应提示(后台魔法)
如果更高层级缺失(更高秩序、预测),不要每日唠叨。
而是:
- - 最多每N天问一个微小的、可选的提示。
- 在本地小状态文件中跟踪上次询问的时间戳(示例:memory/ontology-nudges.json)。
- 只在自然过渡点(工作开始或放松时间)呈现提示,并在忙碌日跳过。
这些可以通过定时提示(cron)实现,读取本体文件 + 用户的任务板/日志 + 提示状态文件。
如何使用
- 1. 首先读取核心自我以进行价值判断
- 读取目标以了解当前优先级
- 读取项目以了解战术背景
- 读取信念/预测以了解世界观基础
- 在有益时明确引用(这与你的使命...一致)
- 当某些内容不匹配时进行标记
每日被动扫描
智能体应对近期活动进行轻量级扫描以维护本体。
扫描什么
- - 新笔记(最近24小时) - 寻找与本体相关的内容
- 修改过的文件(最近24小时) - 检查现有对象是否需要更新
- 任务完成情况 - 它们是否影响项目状态?
- 日历/日志 - 是否有任何事件验证/否定预测?
提取模式
扫描时,寻找这些信号:
| 模式 | 候选对象 |
|---|
| 我相信...、我认为...、我确信... | 信念 |
| 我预测...、到20XX年...、将会发生、我期望... |
预测 |
| 我的目标是...、我想要实现...、我正在努力... | 目标 |
| 我正在做...、项目:、我正在构建... | 项目 |
| 使命陈述、价值观列表、什么对我重要... | 核心自我 |
何时行动
| 信号 | 行动 |
|---|
| 新对象候选(高置信度) | 排队等待用户审查 |
| 新对象候选(低置信度) |
记录在每日记忆中,暂不呈现 |
| 现有对象被矛盾 | 立即呈现并附上证据 |
| 预测时间范围已过 | 提示解决 |
| 项目完成 | 提示更新目标 |
矛盾检测
当新内容与现有本体冲突时:
- 1. 记录具体的矛盾
- 向用户呈现双方观点
- 不要自动解决——用户决定更新哪个
- 在预测日志或对象历史中跟踪解决情况
智能层
本体不仅仅是存储——它驱动洞察。定期呈现:
孤立检测
- - 孤立项目 - 不服务于任何目标 → 这个项目没有连接到你的目标。它仍然相关吗?
- 孤立目标 - 不连接到核心自我 → 这个目标服务于什么使命/价值观?
- 孤立任务 - 不属于任何项目 → 这个任务重要到需要跟踪吗?
过时检查
- - 过时预测 - 时间范围已过,没有更新 → 你预测X会在2026年Q1发生——它发生了吗?
- 过时项目 - 30天以上没有活动 → [项目]仍然活跃吗?
- 过时目标 - 没有服务的项目 → [目标]的下一个项目是什么?
一致性检查
- - 任务审计 - 今天的这5个任务没有连接到任何项目。是有意的吗?
- 时间分配 - 你这周80%的时间花在了目标2上,但你把目标1标记为最高优先级
- 价值观漂移 - 你最近的决策似乎优先考虑X而非Y,但你的价值观列表把Y放在首位
模式识别
- - 重复主题 - 你这个月在5篇笔记中提到了AI安全。这应该是一个信念还是目标?
- 隐含对象 - 你的行为好像你相信X,但它不在你的信念中。要添加吗?
- 预测聚类 - 这3个预测是相关的。底层模型是什么?
审查节奏
每周(智能体发起)
- - 当前任务是否服务于项目?
- 项目是否服务于目标?
- 本周笔记中有任何要添加的新对象吗