Think before journaling, Journal before practicing, Practise before doing

6.30.2022


I Think, therefore I am discovering data.
I Journal, therefore I am having the information.
I Practise, therefore I am developing my skill.
I Do, therefore I am becoming knowledgeable.
I Reflect, therefore I am wise.
-SoulChimes

There is no shortcut to wisdom but to practise and then apply the skill in your job. The more you do, the more you’ll learn by feedback. Having a clear goal will aid in planning and navigating the path. The below template which is used widely in software development can be used to get clarity on the task.

As a {type of user} [WHO]
i want {goal/action} [WHAT]
so that {benefit i gain} [WHY]

Testable criteria:
When I {complete this action} I will get {this result}

Example:
As a chef
i want to spread my recipes
so that i can get feedback

Testable criteria:
When I blog a recipe once a week, I will get feedback from people.