I’ve just updated Complice to give it primitive support for FVP directly!
A user sent me this article and asked about some changes to Complice that would make it easier to use FVP. I took a different approach than he suggested (creating a filter to only show starred actions) but I came up with something that I think works substantially better.
First I added a new hotkey (d) to mark a dot next to an intention in your list, which is sort of the bare minimum needed to implement FVP or Mark Forster’s other systems, which people have tried using the star ★ feature for. So select an intention with the arrow keys or j/k, then press d to dot it. Pressing d again clears the dot.
Then it became clear that the usual assumption Complice makes about your “next action” (that it’s the top item on today’s list that you haven’t yet done) is completely backwards for Forster mode. So I changed it so that if you’ve put dots next to any intentions, it’ll treat the lowest dotted item on the list (that you haven’t done yet) as your next action.
Then I made sure that that algorithm worked on the backend too so that this same next action is used for the new tab page extension as well.
I’ve added some styles to visually diminish the items between the dotted ones, since those sort of aren’t in consideration. I’m intending to make a mode where it hides those altogether, but that’s a larger project at this point.
There are still a few other improvements to make, like clearly disambiguating between “do” mode and “prioritize” mode, and at the moment the UI doesn’t guide you through the process whatsoever so you need to already know how you’re using the dots, by eg reading this guide above.
If anyone has used other systems by Mark Forster and can comment on which are compatible or incompatible with what I’ve done so far, that would be great. I know he has dozens but I’ve barely dabbled with them at all. And of course I’m also interested in hearing other ways that this system could be improved.
If you’re new to Complice, know that it’s very opinionated about a few things, and one of them is that you start with a fresh list every day. That’s not likely to change anytime soon, which technically goes against FVP but ultimately seems compatible with what Will describes above where he starts fresh about daily. And it has tons of other people features for tracking progress towards specific goals, and doing daily-weekly-monthly reviews based on what you’ve worked on in those periods.
I’ve just updated Complice to give it primitive support for FVP directly!
A user sent me this article and asked about some changes to Complice that would make it easier to use FVP. I took a different approach than he suggested (creating a filter to only show starred actions) but I came up with something that I think works substantially better.
First I added a new hotkey (d) to mark a dot next to an intention in your list, which is sort of the bare minimum needed to implement FVP or Mark Forster’s other systems, which people have tried using the star ★ feature for. So select an intention with the arrow keys or j/k, then press d to dot it. Pressing d again clears the dot.
Then it became clear that the usual assumption Complice makes about your “next action” (that it’s the top item on today’s list that you haven’t yet done) is completely backwards for Forster mode. So I changed it so that if you’ve put dots next to any intentions, it’ll treat the lowest dotted item on the list (that you haven’t done yet) as your next action.
Then I made sure that that algorithm worked on the backend too so that this same next action is used for the new tab page extension as well.
I’ve added some styles to visually diminish the items between the dotted ones, since those sort of aren’t in consideration. I’m intending to make a mode where it hides those altogether, but that’s a larger project at this point.
There are still a few other improvements to make, like clearly disambiguating between “do” mode and “prioritize” mode, and at the moment the UI doesn’t guide you through the process whatsoever so you need to already know how you’re using the dots, by eg reading this guide above.
If anyone has used other systems by Mark Forster and can comment on which are compatible or incompatible with what I’ve done so far, that would be great. I know he has dozens but I’ve barely dabbled with them at all. And of course I’m also interested in hearing other ways that this system could be improved.
If you’re new to Complice, know that it’s very opinionated about a few things, and one of them is that you start with a fresh list every day. That’s not likely to change anytime soon, which technically goes against FVP but ultimately seems compatible with what Will describes above where he starts fresh about daily. And it has tons of other people features for tracking progress towards specific goals, and doing daily-weekly-monthly reviews based on what you’ve worked on in those periods.
I use Complice, so this is exciting news for me!
Awesome, let me know what you think of it!