Hey everyone,
This is an idea from the book “Creative Strategy and the Business of Design” by Douglas Davis. And I manage it with tags in Obsidian.
It’s a technique to distill specific actions from your observations and insights from your notes, and put them, to use in actionable ways.
This is a pretty simple but useful concept, so I thought I’d share it. I honestly try to keep my PKM techniques pretty simple. Using tags this way, I can write out these tags in any software that I’m using, or even in my paper notebooks, until I can transcribe them to Obsidian.
#OBSERVATION - When I notice something interesting, I use this tag to make a note of it. It is like using a keyword as a highlight.
#INSIGHT - What is an insight about this observation? Also you can have multiple insights from one observation.
#CONCEPT - What are some ideas for how this insight could be put to use? You can also have multiple concepts from one insight.
#EXECUTION - What specific steps can you take to execute on the concept? This becomes a list of specific tasks you can do in support of your projects and concepts. You can also have multiple executions from a single concept, or by combining concepts.
Example from the book:
#OBSERVATION - In Malcolm Gladwell’s book Outliers, he asserts that it takes at least 10000 hours practice to become a world-class master at something.
#INSIGHT - If you look at this from the beginning writer’s perspective, someone just starting out will need to overcome a great deal of insecurity, a mountain of rewrites, and the temptation to quit.
#CONCEPT - Behind every great speech, book, or script are a ton of revisions, and though people are familiar with the finished versions of speeches, novels, or screenplays, new writers (our target) are less familiar with the process it takes to get to great.
#EXECUTION - Introduce new writers to the development process by showing the potential phases well-known lines went through to get what we all know and recognize.
Example from my vault:
#OBSERVATION - One of the animators on a project I’m working on keeps asking the producers to see a final rendered result from the game engine. He has to wait for them to get his work, render it, and upload a movie, with 8 hours difference in time zone.
#INSIGHT - I’m a tech artist. This is the kind of [[Pipeline Tools]] stuff I should be concerned with.
#CONCEPT - It would be interesting to make some kind of a tool that the animator could use, to upload their animation, and automatically build+deliver the result back to them without anyone needing to manually do it.
#EXECUTION - First step: Install [[Unreal Engine]].
#EXECUTION - Begin researching how I would code such a tool, or host the files ([[Plastic SCM]]?).