Exadra37

Exadra37

Feedback wanted on my Priority levels draft based on the the Franklin Covey framework to organize priorities in our professional and personal activities

I am building a Tasks Todo app to help me to organize my professional and personal life, while at same time I learn Elixir, and this week I started to work in what I though it would be a very easy task to accomplish, Priorities.

After some brief research to confirm the levels I was wanting to use very high, high, medium, low and very low I stumble on the Franklin Covey framework, that lead me into the rabbit hole of time management and all different approaches out there, but the Franklin Covey framework really resonated with me, because of their matrix that says you that urgent things are not necessarily important things, and for being productive we should aim to spent as much time as possible in the important things.

So after some brief though on that matrix and how I would translate it into my application I decided to draw a draft for my Priority levels, inspired by the Franklin Covey framework, that will display in the user interface as Critical , Urgent , Important , Normal and Low .

The draft tries to stay agnostic of a profession, and does not go into much detail in the examples, because each individual as it’s own particularities, thus I think it should be used as a guideline, not as a set of hard rules to follow.

I would like to know your thoughts on the Priority levels draft I came up with based on the Frank Covey framework.

Please feel free to point where you disagree with in the draft or where you think I could improve it.

Also feel free to shoot out whatever methodologies/frameworks you are using to establish priorities to organize your personal and professional activities.

Do you have more examples to add into each priority level?

The draft is currently on this state:

PRIORITIES

Our professional and personal lives are made of priorities, and mastering how
to organize and prioritize our activities on a daily basis is not an easy
endeavor. Several frameworks exist, but this approach will be inspired by the
Franklin Covey framework.

Critical

Meant to be used for Important and Urgent activities.

If we have the majority of our priorities here than we are not organized at
all and/or work in a place that wants everything for yesterday, thus we
learn to organize our-selfs better and/or maybe we should start thinking in finding a new job.

To be used for:

  • Important deadlines
  • Crises
  • Pressing important meetings
  • Emergencies
  • Last minute preparations

Urgent

Meant to be used for activities not important but urgent.

If urgent activities take a huge stake of our day then we must learn to
prioritize better, learn to say no to some activities, maybe delegate others,
but most important to not have activities here that could have be done before.

To be used for:

  • Fixing/Resolving that thing that is causing delays/issues
  • Some professional and personal emails and phone calls
  • Some professional or personal meetings

Important

Meant to be used for activities not urgent but important.

Here is where we want to spent the majority of our day, because is were we are
the most productive, doing that activities that matter and moves us forward.

To be used:

  • For working/participating in a professional or personal projects/activities
  • To develop/create that new thing/feature that everyone keeps asking
  • To Improve/Fix/Resolve that thing that everyone keeps complaining about
  • For personal and professional development activities that improve ourselves
  • To promote our well-being, like some hobby and/or exercise activities to
    have fun, relax and alleviate the stress

Normal

Meant to be used for activities not urgent and not important, like that routine activities
that are not essentially important, neither urgent but that you still need to go through them.

We will want to reserve some of our professional and personal day for this
type of activities, but ensuring that they will not represent a significant
part of it.

To be used for:

  • Nice to haves in that professional or personal project
  • Professional or personal social networking
  • Some professional or personal social media interactions
  • Some TV programs

Low

Meant to be used for trivial activities or activities that we are unsure if we want to put effort into.

This are probably were we will put some activities that we should not be
wasting time with, but others will deserve a chance to get through. We must be
careful to not waste too much of our day on them, and think twice if we should
spent our precious time on them.

To be used for:

  • Over-engineering and/or making perfect that personal or professional project
  • Archiving things
  • Cleanup/Re-Organization activities in personal or professional projects
  • Research that better deal(think twice if the time and effort will pay off)

Most Liked

Exadra37

Exadra37

Thanks for your feedback :slight_smile:

I was thinking this way until I read the Frank Convey framework, that states that what its urgent is not always important and what is important it’s not necessarily urgent, but should be in what we spent the majority of our time.

The bottom line is that we usually put urgent and important things in the same bag when they are different things. Educating ourselves into properly distinguish them will help us being more productive in what it matters.

But I get your point, because that has been my approach until now :wink:

ShowMeBillyJo

ShowMeBillyJo

My boss at work went through Franklin Covey training several months ago, and he shared the urgent/important matrix with me. It made a lot of sense to me, too. I like and agree with how you’ve translated it into priorities. :+1:

AstonJ

AstonJ

Not sure if this’ll help but I generally try to keep things simple, with things that are urgent given the highest priority (usually because you have little choice) and things that aren’t given varying priority and then combined with a daily list of things to do - with what needs to be done first at the top and with the lowest priority at the bottom.

Where Next?

Popular General Dev topics Top

Jase
Do they publish their stacks or is it mostly a case of guesswork? Twitter facebook instagram snapchat tiktok google et all. Used to be we...
New
AstonJ
I really like our #general-developer-forum:in-the-news section and am wondering whether we could automate some of the cross-posting of th...
New
AstonJ
Stopwords are words that you normally filter for things like search queries, such as ‘as’, ‘because’ etc - there are a few online, but I ...
New
DevotionGeo
The version of Java installed with Android Studio on my Mac is the following (when I run java -version) openjdk version "1.8.0_242-relea...
New
brennan
Trying to understand recursion in Elixir. Sometimes it is simple based on the problem, sometimes it is hard. Any suggestions on how to le...
New
sona11
How can I apply a modified date and time to a variable? This is what I get when I execute the following query in SQL Server Mgmt Studio: ...
New
harwind
Consider the following bits of code: void foo(const int i) // First foo { std::cout << "First " << i << endl; } vo...
New
harwind
I’m working on a SQL query for a database containing records of customer transactions. Each transaction has a transaction_id, customer_id...
New
jaeyson
Hi! I received an email from shopperapproved.com, I’ll copy-pasta here: Hi , Would you be willing to help future Manning.com customers...
New
New

Other popular topics Top

DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
dasdom
No chair. I have a standing desk. This post was split into a dedicated thread from our thread about chairs :slight_smile:
New
AstonJ
I’ve been hearing quite a lot of comments relating to the sound of a keyboard, with one of the most desirable of these called ‘thock’, he...
New
AstonJ
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting: asdf install erlang 23.1.2 Configure failed. checking ...
New
dimitarvp
Small essay with thoughts on macOS vs. Linux: I know @Exadra37 is just waiting around the corner to scream at me “I TOLD YOU SO!!!” but I...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
DevotionGeo
The V Programming Language Simple language for building maintainable programs V is already mentioned couple of times in the forum, but I...
New
PragmaticBookshelf
Author Spotlight Rebecca Skinner @RebeccaSkinner Welcome to our latest author spotlight, where we sit down with Rebecca Skinner, auth...
New
AstonJ
If you want a quick and easy way to block any website on your Mac using Little Snitch simply… File > New Rule: And select Deny, O...
New
PragmaticBookshelf
Author Spotlight: Karl Stolley @karlstolley Logic! Rhetoric! Prag! Wow, what a combination. In this spotlight, we sit down with Karl ...
New