TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to prioritize tasks?

160 点作者 jimmyislive超过 2 年前

24 条评论

ergonaught超过 2 年前
How to Prioritize Anything:<p>1) Make two lists. Write everything down in the first list. The second list is empty.<p>2) Something came up! One item on this list cannot be done. It doesn&#x27;t matter why: you know which one that is. Which one is it? Write that down in the second list and mark it off the first list.<p>3) Repeat until the first list is done.<p>Congratulations, your second list is prioritized (albeit likely in reverse order), without extraneous algebraic diversions.<p>Bonus points for going Warren Buffett on it: only the top 3 priorities matter, sideline everything else; consider repeating the exercise after those three are complete.
评论 #34513243 未加载
评论 #34514341 未加载
评论 #34518148 未加载
评论 #34513651 未加载
lifeisstillgood超过 2 年前
<i>The right people in the right room</i><p>Most tasks on most task lists are not tasks - they are wishes or outcomes<p>Prioritising outcomes is easy. Do we get five new corporate customers this month or do we build a web scaling system on AWS.<p>One is a task, one is an unknown project with no clear definitions or starting process. Which is why many startups have great infrastructure and not enough customers.<p>So, unless you know which right people to put in a room, the thing in front of you is not a task it&#x27;s an investigation.<p>And to me this answers the question a few days back about sam altmann - determination is what gets you from &quot;get five customers&quot; to &quot;call bob smith of company X after Joe Schmoe introduces us and offer him a 12 month for price of 6 deal if they sign this week&quot;<p>Determination is of course made easier with contacts but politicians will politician
评论 #34516536 未加载
theptip超过 2 年前
Instead of maximizing “benefit - cost” I would recommend maximizing “cost&#x2F;benefit”.<p>The former will bias towards big tasks with big payoffs, but often there are small tasks with extremely good ROI, which will get lost if you just look at the magnitude of the net benefit.<p>But, +1 to the general approach of trying to put a number on it. Remember though, your numbers are uncertain, beware the McNamara fallacy.
评论 #34513823 未加载
tunesmith超过 2 年前
I&#x27;ve found it more useful to focus on &quot;How to deprioritize tasks?&quot; There, it&#x27;s helpful to have a good understanding of the operative principles and values. All sorts of possible to-do items come up that only kinda sorta express those values. Those are the enemy. You have to get good at the logic of necessity and sufficiency to recognize which ones you can ignore entirely.
walterbell超过 2 年前
<a href="https:&#x2F;&#x2F;longform.asmartbear.com&#x2F;posts&#x2F;jit-backlogs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;longform.asmartbear.com&#x2F;posts&#x2F;jit-backlogs&#x2F;</a><p><i>&gt; Sorting a “Big List” of epics doesn’t seem like the right way .. The first problem is that you’re sorting things that are incomparable .. The second problem is that the resulting decision is unsatisfying to [all] stakeholders .. The third problem is that The Big List conflates the idea of “prioritization”—what is most important—with “work-planning”—which is the order that specific work will be executed ... The solution is to prioritize items in separate, actually-comparable streams ... Don&#x27;t forget to schedule rocks, then pebbles, then sand. That’s an even more primary principle for work-planning. Separate prioritization streams help identify which rocks and pebbles should be scheduled in the first place.</i>
seanw444超过 2 年前
Do people really have this hard of a time deciding what task to do? If you have something that needs doing <i>urgently</i>, then do that. Otherwise... it just depends? There&#x27;s no one-size-fits-all solution.
评论 #34512062 未加载
评论 #34512215 未加载
评论 #34512501 未加载
nerdponx超过 2 年前
It&#x27;s a nice idea, but I&#x27;d like to see some examples of this in practice. One problem I see with this particular system is one of relative scale, in that your x,y,z and a,b,c and p,q,r triples all need to be somewhat-carefully tuned to remain on the same numerical order of magnitude. I wonder if a better system can be constructed that depends more on the relative rankings within each category, and less on absolute quantities.<p>That said, I&#x27;ve started using another system that a coworker recently introduced me to. He likes to model the total business value of an improvement or cost-savings as a discounted cash flow. You estimate the gain as a cash flow per period, and run that through the standard present-value formulas, either picking a discount rate out of a hat or using a range of discount rates to see how the results vary. You can then compare this to your total estimated cost (e.g. your hourly rate times the expected hours of work) to see if the thing is worth doing.
allenu超过 2 年前
For me, I think of projects as sort of having two phases: the discovery phase and the &quot;get it over the finish line&quot; phase.<p>In the first phase, there are a ton of unknowns. You don&#x27;t know what all the technical challenges are, so it&#x27;s difficult to even estimate how long the project will take. As such, I think it&#x27;s more important to take on tasks that have the most number of unknowns. Your goal here is to unearth any &quot;unknown unknowns&quot;. You end up prototyping a lot at this stage to prove out ideas, and the work here will naturally generate even more tasks for you, but that&#x27;s a good thing as it&#x27;s better to find that out now rather than later, when you think &quot;you&#x27;re almost done&quot; and then have to push out the schedule a ton because you find some technical limitation that would sidetrack your entire project.<p>Eventually, once you get through this &quot;discovery&quot; phase, you get to a phase where you generally know the big pieces and have a way better idea of what the big technical challenges are.<p>You now have a long list of tasks and how long it would take if you did absolutely everything. You won&#x27;t do everything though since you don&#x27;t have all the time in the world. Now you enter the &quot;get it over the finish line&quot; phase. I think at this point you just draw a line in the sand and say &quot;we ship on this date&quot; based on what you think you can ship for your MVP and given the list of tasks. You prioritize things would prevent you from getting across the finish line.<p>This is a pretty coarse way of looking at things, for sure, and there is a middle phase in there where you just execute through tasks based on lighting up features or demo&#x27;ing progress to stakeholders, but I think looking at it as &quot;discovering&quot; and &quot;finishing&quot; is a simpler way to ensure you&#x27;re not just spinning your wheels doing tasks just because they&#x27;re there.
评论 #34517134 未加载
评论 #34516507 未加载
gillh超过 2 年前
From the way of work document at FluxNinja[0]:<p>Task priorities are decided based on two factors:<p>1. The ratio of value generated per given effort: If there are two tasks with similar value but one of them requires less effort then the one with lesser effort goes higher in priority. On the contrary if two tasks require the same effort but one of them has higher value then the one with higher value gets higher priority.<p>2. Time sensitivity: Certain tasks are time sensitive and should be given higher priority. Tasks can be time sensitive because they are blockers for other tasks or because they help de-risk technical or business risks and may affect the fate of other tasks going on in parallel. These are usually information generating tasks and they help reduce wasted effort on other tasks if the information is revealed early.<p>One makes a priority decision based on the best judgement combining the above criteria. The intent is to increase the overall value generated by the team.<p>[0]: fluxninja.com
topaz0超过 2 年前
I&#x27;m currently working on moving across the country, which involves a ton of small, more or less self-contained tasks that all need to be done by a set date. There is some room for prioritizing (e.g. pack this room so there is space to lay out this other stuff to sort, or order this item now so it can arrive in time to use it for the move), but the vast majority of the tasks are of equal priority and trying to sort them is a recipe for wasting time. I&#x27;m prone to wasting that time, so I&#x27;ve been writing up a list, throwing a random number at it, and doing whatever comes up. It is quite freeing, and made me more efficient in this time.
catchmeifyoucan超过 2 年前
I have a similar methodology, and you can even use a spreadsheet to assign values across multiple factors. For example, we may use a series of 1&#x27;s and 0&#x27;s to represent:<p>Expected - Do customers expect this feature from us? (e.g. competitors) Wow Factor - Does building this make our users go wow? Need by Others - Is this a dependency for other items?<p>The more factors, the more divisive the points are, and plotting them makes it easy to understand and visualize what to go build next or where we might need more resources<p><a href="https:&#x2F;&#x2F;www.heyraviteja.com&#x2F;post&#x2F;calculate-feature&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.heyraviteja.com&#x2F;post&#x2F;calculate-feature&#x2F;</a>
PaulRobinson超过 2 年前
Eisenhower method is all you need.<p>Decide if something is urgent, and if it is important.<p>Urgent and important? Do it.<p>Urgent and not important? Delegate it.<p>Not urgent and important? Schedule it.<p>Not urgent and not important? Bin.<p>Lots of things that are urgent and important? Choose 1 thing. Do it. Then do the next one.<p>I read 4000 Weeks by Oliver Burkeman recently. TLDR: embrace you don&#x27;t have time for it all, and if you try and optimise you&#x27;ll just create more work for yourself. Get rid of as much as you can as a first step.<p>It definitely doesn&#x27;t need maths. If it does, you&#x27;re optimising for the wrong thing.
评论 #34512398 未加载
评论 #34512144 未加载
fsiefken超过 2 年前
Thuis reminders me of the opposite approach Mark Forster takes boy prioritising in the resistance a task creates <a href="http:&#x2F;&#x2F;markforster.squarespace.com&#x2F;blog&#x2F;2022&#x2F;6&#x2F;14&#x2F;resistance-how-to-make-the-most-of-it-the-resistance-zero-sy.html" rel="nofollow">http:&#x2F;&#x2F;markforster.squarespace.com&#x2F;blog&#x2F;2022&#x2F;6&#x2F;14&#x2F;resistance...</a>
robflaherty超过 2 年前
Worth remembering that priority and sequence are not quite the same thing.<p>There&#x27;s a useful framework called RICE where you evaluate&#x2F;score ideas by Reach, Impact, Confidence, and Effort. Sometimes assigning numeric values feels forced so I often use it as &quot;dimensions to be thinking about&quot; rather than a literal scoring system. [1]<p>There&#x27;s some great stuff in Reinertsen&#x27;s Flow book about different sequencing strategies and when to use each. Eg, When delay costs are homogeneous, do the shortest task first. When task durations are homogeneous, do the highest cost-of-delay task first.<p>[1] <a href="https:&#x2F;&#x2F;www.intercom.com&#x2F;blog&#x2F;rice-simple-prioritization-for-product-managers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.intercom.com&#x2F;blog&#x2F;rice-simple-prioritization-for...</a>
legrande超过 2 年前
&gt; How to Prioritize Tasks?<p>I use a priority quadrant[0]<p>[0] <a href="https:&#x2F;&#x2F;appfluence.com&#x2F;productivity&#x2F;why-you-should-manage-tasks-using-the-4-quadrants-method&#x2F;" rel="nofollow">https:&#x2F;&#x2F;appfluence.com&#x2F;productivity&#x2F;why-you-should-manage-ta...</a>
7237139812超过 2 年前
I tried something similar a while back. It made me feel like I was doing really we;; at prioritising my work, but it&#x27;s honestly a hard thing to do well and without over-engineering prioritisation.<p>These days I just have a list of weekly objectives (TODOs), and a daily list of things that I&#x27;m &quot;doing&quot;. The doing list is based mostly on gut feel about what&#x27;s important right now, and is in part - based on what my team &#x2F; the business feels is important right now.<p>All the things in the weekly objective list are always high priority &#x2F; important, if it isn&#x27;t, then it doesn&#x27;t go on a list.
jkmcf超过 2 年前
Another vote for all the work Mark Forster has done experimenting with different list methods.<p><a href="http:&#x2F;&#x2F;markforster.squarespace.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;markforster.squarespace.com&#x2F;</a><p>With less introspection, I’ve usually done the long list, scanning for something I either feel joy or guilt, and do that. Not that effective at work because most of the work doesn’t bring joy.
puffoflogic超过 2 年前
If I applied this strategy I would quickly be fired. All of the things that my management chain finds valuable are not things which are valuable to the product (mostly, planning and producing as work output JIRA tasks, spreadsheets, timetables, etc.). Actually working on things valuable to customers is seen as a necessary evil, a game we play to score the primary work output, i.e. plans.
tianqi超过 2 年前
So the word to-do <i>list</i> is misleading. It should be a to-do <i>heap</i>. To be specific, a to-do <i>min-abs-heap</i> :)
POiNTx超过 2 年前
In sideprojects that are early stage, I have a todo.txt in my repo with one line, the thing I have to focus on. I keep this thing small in scope. Once it&#x27;s done I replace it with another thing that&#x27;s in my head.<p>It works surprisingly well to keep me focused on the task at hand :)
评论 #34514908 未加载
ochrist超过 2 年前
There is also this: <a href="https:&#x2F;&#x2F;www.productplan.com&#x2F;glossary&#x2F;weighted-shortest-job-first&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.productplan.com&#x2F;glossary&#x2F;weighted-shortest-job-f...</a> Weighted Shortest Job First (WSJF)
kybernetyk超过 2 年前
&gt;If there is immediate impact, assign a low negative score. And if only in the long term, assign a higher negative score.<p>So what&#x27;s a &quot;higher negative score&quot;? :) Is it a score that&#x27;s nearer to 0 or further away from it?
VWWHFSfQ超过 2 年前
I see these kinds of posts a lot on here. This one is just like all the others. Trying to reduce effort&#x2F;reward down to some kind of scoring method.
评论 #34512426 未加载
zs234465234165超过 2 年前
For me, Ease &amp; Impact scoring has proven to be the best mix of simplicity and effectiveness