A personal knowledge management system built on Obsidian, Git, and AI assistance.
| Folder | Purpose |
|---|---|
00-Inbox/ |
Raw captures — dump everything here first |
01-Projects/ |
Active work with deadlines |
02-Areas/ |
Ongoing responsibilities |
03-Resources/ |
Reference material and MOCs |
04-Archive/ |
Completed or inactive items |
05-Templates/ |
Note templates |
06-Daily/ |
Daily notes (append-only) |
- Capture → dump raw ideas in
00-Inbox/ - Process → AI summarizes, finds connections, suggests placement
- Organize → approve suggestions, AI moves files and adds links
- Express → create blog posts, decisions, outputs from organized notes
- Clone this repo
- Open in Obsidian
- Install Obsidian Git plugin (auto-commit every 10 min)
- Start capturing
This vault is configured for AI-assisted note-taking. Agents follow the pipeline in AGENT.md.
/uteuk capture "Your raw idea here"
/uteuk process
/uteuk organize "[[Note Name]]"
/uteuk connect "[[Note A]] [[Note B]]"
/uteuk status
/uteuk weekly-reviewAll agent prompts live in .uteuk/prompts/:
capture.md— Capture raw ideasprocess.md— Process inbox into PARAorganize.md— Organize specific notesconnect.md— Find connections between notesexpand.md— Expand seed ideas into full notesdaily.md— Update daily notespublish.md— Prepare drafts for publishingstatus.md— Vault dashboardweekly-review.md— Full weekly auditcommit.md— FOOLPROOF git commit (no AI co-author)
- AI suggests, you decide. Never moves anything without asking.
- NEVER add AI co-author to git commits.
- ALWAYS use FOOLPROOF commit method.
CLAUDE.md— Claude Code specific rulesQWEN.md— Qwen Code specific rulesOPENCODE.md— OpenCode specific rulesOPENCLAW.md— OpenClaw specific rules
Built with Obsidian + Git + AI