Here's what we're doing so far:
We have a github repository where we synchronize an Obsidian vault.
Out vault is composed of a /notes folder and a /daily-notes folder.
All /notes are questions.
Each note in /notes has a body with the answer to the question. In the bottom of the body we have links to other related questions to the content of the body.
In the /daily-notes folder we have a note for each day that follows this template:
```md
## What are your goals?
## What are your objectives?
## How are you feeling about those objectives?
## Where are the roadblocks on the way to your objectives?
```
And that's it.
Pretty happy with it so far.