Adding the ability to assign task to a period (=higher horizon) instead of just a date or time #1825
mathisgauthey
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
After using Timestripe and Noteplan, I discovered something that changed how I think about task management: the problem isn't that I'm bad at finishing tasks. The problem is that most tools use the wrong granularity.
Context with what I call the treadmill problem
Most task systems, including Obsidian TaskNotes today, anchor every task to a specific date. Anything you don't finish gets pushed to tomorrow, then the next day, accumulating a quiet sense of failure without any real change in your priorities. You're not late because the task became less important. You're late because the date was too precise from the start.
The horizon model
For those familiar with GTD Horizons and periodic reviews, you'll know where I'm going.
For the rest, the fix is enhancing dates with horizons: Life, Decade, Year, Quarter, Month, Week, Day.
A task doesn't need a due/schedule date until it genuinely has one. It lives at the level of ambition it actually represents.
The workflow flows in two directions:
This distinction matters psychologically. Rescheduling a task to tomorrow every day feels like stagnation. Moving it to next week's horizon feels like a deliberate choice. The first erodes confidence, the second preserves it.
And you do these moving up and down at the start of every period, adjusting your priorities with what is on your plate at the moment.
Two views that make this work
Timestripe implements this through two complementary layouts, and I'd love to see something equivalent in TaskNotes:
1. The stacked calendar view
All horizons visible simultaneously, stacked from Life down to Days. Your decade-level intentions sit above your yearly goals, which sit above your quarters, months, weeks, and finally your daily grid. You always have context. You can see at a glance whether your daily tasks connect to anything meaningful above them.
2. The horizons board view
A horizontal kanban-style layout where each column is a horizon: Today / This week / This month / This quarter / This year / This decade / Life. Tasks sit in the column that matches how far out they live, and you drag them leftward as the time approaches. This view is particularly useful for weekly reviews.
For a live demo of the full workflow, Timestripe's beginner tutorial is worth a look.
What this could look like in Obsidian
Obsidian already has the infrastructure through periodic notes. The natural implementation would be:
[[2026-W16]],[[2026-04]],[[2026-Q2]].The heavy lifting is already there. TaskNotes would provide the two views on top of the periodic notes you already maintain.
Prior writing on this topic
I've explored these ideas in a few posts if you want more context:
And the reddit post that inspired my writing.
Would love to hear if others have been missing this workflow in Obsidian, and whether the TaskNotes team sees this as something feasible to build toward.
Beta Was this translation helpful? Give feedback.
All reactions