We can achieve this by thinking of alignment as the solar system of your life.
- Just as planets in the solar system maintain their paths and harmony through gravitational forces and orbits, we can achieve alignment in our lives by staying true to our core values which is the sun, across different timeframes which is the orbits, by focusing on key priorities with planets on each timeframe, and regularly reviewing our progress during the completion of each cycle.
> If you’re not consciously aware of putting forth the effort to exert self-guided integrated thinking… then you’re giving in to laziness and no longer control your life
> — David Kekich, found through [[Getting Things Done Application]]
## Notes
To stay true to our values.
We need to be assured that what we are doing is what we should be doing, and that it’s okay to not be doing what we’re not doing. This is the core focus of [[My Resources/My MOCs/Slow Productivity]]:
- [[Do less things]] by selectively choosing what we want to do
- [[Work at a natural pace]] by thinking about where this goes
- [[Obsess over quality]] by ensuring the things you are working will make you proud and are meaningful
When you are planning your tasks, always look at the higher order reviews or goal to remember the vision.
This is implemented in my vault through [[My Alignment Philosophy]].
Internalize goals through intrinsic motivation to the point where they feel like natural impulses.
## Tips
Always remind yourself of your higher-order intentions in your smaller scale reflections
It's important to spend time coming up with what goals you want to achieve, but at the same alignment is a process. The main objective is to be intentional.
## Other
See [[Vertical horizon alignment]] for the GTD version
## Queries
### To Develop 🌱
```dataview
list from #note/🌱 AND !"Hidden"
where contains(Links, this.file.link)
sort file.mtime desc
```
### Notes 📝
```dataview
list from [[]] AND !outgoing([[]]) AND !#input AND !#thought AND !"Hidden"
sort file.mtime desc
```
### Inputs 📥
```dataview
table Tags as Type, Links, Created
from [[]] AND #input AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```
### Thoughts đź’
```dataview
table Created
from [[]] AND #thought AND !"Hidden" AND !outgoing([[]])
sort file.mtime desc
```