<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge-Management on RevoluGame</title><link>http://revolugame.com/tags/knowledge-management/</link><description>Recent content in Knowledge-Management on RevoluGame</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 22 Jun 2026 00:00:00 +0200</lastBuildDate><atom:link href="http://revolugame.com/tags/knowledge-management/index.xml" rel="self" type="application/rss+xml"/><item><title>How I Use Obsidian for Work, Personal Life, and AI</title><link>http://revolugame.com/p/how-i-use-obsidian-for-work-personal-life-and-ai/</link><pubDate>Mon, 22 Jun 2026 00:00:00 +0200</pubDate><guid>http://revolugame.com/p/how-i-use-obsidian-for-work-personal-life-and-ai/</guid><description>&lt;img src="http://revolugame.com/p/how-i-use-obsidian-for-work-personal-life-and-ai/cover-image.png" alt="Featured image of post How I Use Obsidian for Work, Personal Life, and AI" /&gt;&lt;p&gt;Over the years, I&amp;rsquo;ve tried countless productivity tools, note-taking systems, and documentation platforms.&lt;/p&gt;
&lt;p&gt;Most of them failed for the same reason: information ended up scattered across multiple locations.&lt;/p&gt;
&lt;p&gt;Meeting notes lived in one tool. Documentation lived somewhere else. Tasks were tracked separately. Project knowledge slowly disappeared into chat conversations and ticket systems. I would often remember that a useful decision had been made, but not whether it was buried in Slack, a meeting doc, a ticket comment, or a notebook page.&lt;/p&gt;
&lt;p&gt;Today, almost everything I write, document, plan, or archive ends up in Obsidian.&lt;/p&gt;
&lt;p&gt;Obsidian has become the central hub for both my professional and personal life. It stores my notes, project documentation, infrastructure knowledge, diagrams, meeting summaries, and increasingly serves as the foundation for my AI workflows.&lt;/p&gt;
&lt;p&gt;That last part is what makes it more than a personal knowledge base. It is not just where I keep information. It is where I build usable context for both myself and the tools I rely on.&lt;/p&gt;

 &lt;blockquote&gt;
 &lt;p&gt;Obsidian is not just where I store notes. It is where scattered information turns into usable context.&lt;/p&gt;

 &lt;/blockquote&gt;
&lt;h2 id="my-vault-structure"&gt;My Vault Structure
&lt;/h2&gt;&lt;p&gt;I keep things intentionally simple by following a structure inspired by the PARA methodology:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Inbox&lt;/li&gt;
&lt;li&gt;Projects&lt;/li&gt;
&lt;li&gt;Areas&lt;/li&gt;
&lt;li&gt;Resources&lt;/li&gt;
&lt;li&gt;Archive&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This structure has remained largely unchanged for years because it scales well without becoming complicated.&lt;/p&gt;
&lt;p&gt;What I like about PARA in practice is that it gives me enough structure to find things later without forcing me to over-design the system upfront.&lt;/p&gt;
&lt;h3 id="inbox"&gt;Inbox
&lt;/h3&gt;&lt;p&gt;The Inbox is where everything starts.&lt;/p&gt;
&lt;p&gt;Ideas, meeting notes, technical thoughts, project requests, architecture discussions, blog post ideas, and random observations all land here first.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t spend time deciding where information belongs during capture.&lt;/p&gt;
&lt;p&gt;The objective is simple: capture first, organize later.&lt;/p&gt;
&lt;h3 id="projects"&gt;Projects
&lt;/h3&gt;&lt;p&gt;Projects contain anything with a defined goal and an end date.&lt;/p&gt;
&lt;p&gt;Examples include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New product features&lt;/li&gt;
&lt;li&gt;Infrastructure migrations&lt;/li&gt;
&lt;li&gt;Customer implementations&lt;/li&gt;
&lt;li&gt;Internal tooling&lt;/li&gt;
&lt;li&gt;Blog articles&lt;/li&gt;
&lt;li&gt;Side projects&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each project contains all relevant information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Meeting notes&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Research&lt;/li&gt;
&lt;li&gt;Architecture diagrams&lt;/li&gt;
&lt;li&gt;Decisions&lt;/li&gt;
&lt;li&gt;Action items&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The goal is to keep everything related to a project in a single place.&lt;/p&gt;
&lt;h3 id="areas"&gt;Areas
&lt;/h3&gt;&lt;p&gt;Areas represent ongoing responsibilities.&lt;/p&gt;
&lt;p&gt;Unlike projects, they never truly end.&lt;/p&gt;
&lt;p&gt;For work, these include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Infrastructure&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;Monitoring&lt;/li&gt;
&lt;li&gt;Development practices&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For personal life:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Finance&lt;/li&gt;
&lt;li&gt;Health&lt;/li&gt;
&lt;li&gt;Learning&lt;/li&gt;
&lt;li&gt;Home&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most long-term operational knowledge eventually ends up here.&lt;/p&gt;
&lt;h3 id="resources"&gt;Resources
&lt;/h3&gt;&lt;p&gt;Resources are reference materials I may need in the future.&lt;/p&gt;
&lt;p&gt;Examples include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Technical documentation&lt;/li&gt;
&lt;li&gt;Research notes&lt;/li&gt;
&lt;li&gt;Configuration examples&lt;/li&gt;
&lt;li&gt;Learning material&lt;/li&gt;
&lt;li&gt;AI experiments&lt;/li&gt;
&lt;li&gt;Troubleshooting guides&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Whenever I solve a problem that I know I&amp;rsquo;ll encounter again someday, I document it here.&lt;/p&gt;
&lt;h3 id="archive"&gt;Archive
&lt;/h3&gt;&lt;p&gt;Completed projects and outdated information are moved to the Archive.&lt;/p&gt;
&lt;p&gt;I rarely delete anything.&lt;/p&gt;
&lt;p&gt;Storage is cheap.&lt;/p&gt;
&lt;p&gt;Losing institutional knowledge is expensive.&lt;/p&gt;
&lt;h2 id="how-information-enters-obsidian"&gt;How Information Enters Obsidian
&lt;/h2&gt;&lt;p&gt;Obsidian is my source of truth, but it isn&amp;rsquo;t always where information originates.&lt;/p&gt;
&lt;p&gt;A large portion of my notes start on my &lt;a class="link" href="http://revolugame.com/p/how-the-supernote-became-the-starting-point-for-almost-everything-i-write/" &gt;Supernote&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;During meetings, brainstorming sessions, architecture discussions, or debugging sessions, I prefer writing by hand.&lt;/p&gt;
&lt;p&gt;The process is straightforward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Take notes on the Supernote&lt;/li&gt;
&lt;li&gt;Export the document&lt;/li&gt;
&lt;li&gt;Run OCR&lt;/li&gt;
&lt;li&gt;Import into Obsidian&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt"&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Capture -&amp;gt; OCR -&amp;gt; Obsidian -&amp;gt; organize -&amp;gt; reuse
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This gives me the benefits of handwriting while still keeping everything searchable and connected.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve found that writing by hand helps me think more clearly, while Obsidian excels at organizing and maintaining information over time.&lt;/p&gt;
&lt;h2 id="daily-notes-and-tasks"&gt;Daily Notes and Tasks
&lt;/h2&gt;&lt;p&gt;My Daily Note acts as the operational dashboard for the day.&lt;/p&gt;
&lt;p&gt;It contains:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tasks&lt;/li&gt;
&lt;li&gt;Meeting summaries&lt;/li&gt;
&lt;li&gt;Follow-ups&lt;/li&gt;
&lt;li&gt;Personal reminders&lt;/li&gt;
&lt;li&gt;Work items&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I rely heavily on the Tasks plugin to manage action items across projects and areas.&lt;/p&gt;
&lt;p&gt;Instead of manually maintaining task lists, tasks are collected from the notes where the work actually happens.&lt;/p&gt;
&lt;p&gt;This keeps context attached to the task itself.&lt;/p&gt;
&lt;p&gt;When I revisit a task weeks later, I can immediately see the meeting, project, or discussion that generated it.&lt;/p&gt;
&lt;h2 id="excalidraw-for-architecture-and-thinking"&gt;Excalidraw for Architecture and Thinking
&lt;/h2&gt;&lt;p&gt;Not all knowledge is textual.&lt;/p&gt;
&lt;p&gt;For architecture discussions, infrastructure planning, system design, and brainstorming, I use the Excalidraw plugin directly inside Obsidian.&lt;/p&gt;
&lt;p&gt;Almost every significant technical project generates diagrams:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Infrastructure layouts&lt;/li&gt;
&lt;li&gt;Application architecture&lt;/li&gt;
&lt;li&gt;Data flows&lt;/li&gt;
&lt;li&gt;Deployment pipelines&lt;/li&gt;
&lt;li&gt;System interactions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Keeping diagrams alongside documentation is incredibly valuable.&lt;/p&gt;
&lt;p&gt;Months later, I can revisit a project and immediately recover both the visual and written reasoning behind a decision.&lt;/p&gt;
&lt;p&gt;Excalidraw has effectively become my digital whiteboard.&lt;/p&gt;
&lt;h2 id="where-ai-fits-into-the-workflow"&gt;Where AI Fits Into the Workflow
&lt;/h2&gt;&lt;p&gt;AI has become an important part of my workflow, but not in the way many people expect.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t use AI as a replacement for documentation.&lt;/p&gt;
&lt;p&gt;I use it to help process, organize, and leverage documentation.&lt;/p&gt;
&lt;h3 id="processing-meeting-notes"&gt;Processing Meeting Notes
&lt;/h3&gt;&lt;p&gt;One of the biggest time sinks after meetings is turning conversations into actionable information.&lt;/p&gt;
&lt;p&gt;To solve this, I built a workflow around Gemini, Claude, and Obsidian.&lt;/p&gt;
&lt;p&gt;After a meeting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Gemini generates a transcript.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The transcript is processed by Claude using Claude Cowork.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Claude produces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A concise summary&lt;/li&gt;
&lt;li&gt;Key decisions&lt;/li&gt;
&lt;li&gt;Open questions&lt;/li&gt;
&lt;li&gt;Action items&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Action items are formatted for the Obsidian Tasks plugin.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The tasks are inserted directly into my Daily Note.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I review and approve the result.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The meeting note is stored in the appropriate project or area.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The important part is the review step.&lt;/p&gt;

 &lt;blockquote&gt;
 &lt;p&gt;AI speeds up the transformation from conversation to structured knowledge, but I still validate the output before it becomes part of the system.&lt;/p&gt;

 &lt;/blockquote&gt;
&lt;p&gt;AI accelerates the process, but I remain responsible for validating the output.&lt;/p&gt;
&lt;p&gt;The result is that meetings become structured knowledge instead of forgotten conversations.&lt;/p&gt;
&lt;h3 id="building-an-ai-ready-knowledge-base"&gt;Building an AI-Ready Knowledge Base
&lt;/h3&gt;&lt;p&gt;One lesson I&amp;rsquo;ve learned is that AI is only as good as the context it receives.&lt;/p&gt;
&lt;p&gt;For this reason, I maintain a separate Obsidian vault specifically designed for AI consumption.&lt;/p&gt;
&lt;p&gt;This vault contains:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Infrastructure documentation&lt;/li&gt;
&lt;li&gt;Project documentation&lt;/li&gt;
&lt;li&gt;Runbooks&lt;/li&gt;
&lt;li&gt;Deployment procedures&lt;/li&gt;
&lt;li&gt;Architecture decisions&lt;/li&gt;
&lt;li&gt;Operational knowledge&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The documentation is actively maintained because it serves two audiences:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Humans&lt;/li&gt;
&lt;li&gt;AI assistants&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When Claude needs to help troubleshoot an issue, understand a project, or generate documentation, it already has access to the context it needs.&lt;/p&gt;
&lt;p&gt;Instead of repeatedly explaining how systems work, I can point the AI at the relevant documentation.&lt;/p&gt;
&lt;p&gt;The quality of the answers improves dramatically.&lt;/p&gt;
&lt;h3 id="ai-as-a-team-member"&gt;AI as a Team Member
&lt;/h3&gt;&lt;p&gt;The best way I can describe this setup is that AI starts behaving less like a search engine and more like a knowledgeable team member.&lt;/p&gt;
&lt;p&gt;It understands:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Current projects&lt;/li&gt;
&lt;li&gt;Infrastructure architecture&lt;/li&gt;
&lt;li&gt;Existing procedures&lt;/li&gt;
&lt;li&gt;Historical decisions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Not because the model is smarter, but because the documentation exists.&lt;/p&gt;
&lt;p&gt;A good example is troubleshooting. If I ask Claude to help investigate a deployment issue in a project that already has architecture notes, runbooks, and past decisions documented in the vault, the conversation starts much further along. Instead of spending time reconstructing the system from memory, I can focus on the actual problem.&lt;/p&gt;
&lt;p&gt;The value doesn&amp;rsquo;t come from AI alone.&lt;/p&gt;
&lt;p&gt;It comes from combining AI with a well-maintained knowledge base.&lt;/p&gt;
&lt;h2 id="one-system-many-uses"&gt;One System, Many Uses
&lt;/h2&gt;&lt;p&gt;Obsidian has become much more than a note-taking application for me.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s where projects begin, documentation evolves, knowledge accumulates, and AI gains the context needed to be genuinely useful.&lt;/p&gt;
&lt;p&gt;The core workflow remains surprisingly simple:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Capture information.&lt;/li&gt;
&lt;li&gt;Organize it.&lt;/li&gt;
&lt;li&gt;Document continuously.&lt;/li&gt;
&lt;li&gt;Maintain context.&lt;/li&gt;
&lt;li&gt;Let AI help process and leverage that knowledge.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Everything else is just tooling.&lt;/p&gt;
&lt;p&gt;The real value comes from building a system where information is captured once, maintained properly, and remains accessible for both humans and machines.&lt;/p&gt;
&lt;p&gt;That is why Obsidian has become so central to both my work and personal life. It is not merely a note-taking app. It is the layer where scattered information becomes durable knowledge, and where that knowledge becomes useful not just to me, but to the AI systems that help me work with it.&lt;/p&gt;</description></item></channel></rss>