Live data from Hacker News

Ask HN: How do you use checklists?

news.ycombinator.com

31–40 of 59 posts

Re: Ask HN: How do you use checklists?

#31
I use a number of types of checklists at work. They include:

1. Printed checklists that we provide to our integrators that summarize the details we describe in our design guide (we make industrial equipment that needs to be designed into our customers physical and computer systems). These are intended for our customers to confirm the covered all the important details in our design guide.

2. We have a similar type of checklists as #1 for our dealers' technicians to follow when commissioning one of our systems. In this case, the technician needs to sign it and also get the customer to sign it (marking it complete). Plus the technician needs to submit it to us to ensure warranty coverage.

3. We have production checklists when physically assembling and testing our hardware. These require a signature from a supervisor. The purpose is to help ensure that no steps were missed. We keep these in version control with our other documentation and they are updated as we change the process/assembly or find improvements.

4. We have less formal checklists that we manage in Trello. We use them for lightweight project manager. We also save templates of some Trello checklists for reoccurring processes (think sw release todos).

I know that sounds like a lot but we try to keep things as simple as possible. We've found that checklists are easy ways to reduce mistakes and communicate progress/requirements across customers, colleagues, and partners.

Re: Ask HN: How do you use checklists?

#32
post #25

Most comments are talking about todo lists. I use those a lot. I keep a detailed hierarchical list of tasks in OneNote, and move them to a done list when complete. But I think you meant checklists like pilots use to avoid human error. I make those very reluctantly, preferring to simplify whatever system seemed to need a list.

Sometimes, you just really need a check list. Two off the top of my head are packing lists and SOAP notes (https://en.wikipedia.org/wiki/SOAP_note).

Re: Ask HN: How do you use checklists?

#33
I constantly tell Siri to add a Reminder to the Reminders app for something I need to do. I specify a time that I need to be reminded and I'm automatically reminded. I used it over Thanksgiving to tell me when to put each dish into the oven or when to take them out. It was awesome! Anytime I think of anything, I just raise my watch and say "Hey Siri, Remind me at to do ". That way I never forget, there's no book to lose or checkboxes to uncheck at the start of each day.

Re: Ask HN: How do you use checklists?

#34

I constantly tell Siri to add a Reminder to the Reminders app for something I need to do. I specify a time that I need to be reminded and I'm automatically reminded. I used it over Thanksgiving to tell me when to put each dish into the oven or when to take them out. It was awesome! Anytime I think of anything, I just raise my watch and say "Hey Siri, Remind me at to do ". That way I never forget, there's no book to l…

Same here, and also take advantage of the geofenced notifications, e.g. "Hey Siri, remind me to pick up milk when I leave work".

Re: Ask HN: How do you use checklists?

#35
post #9

My entire productivity system is a checklist in a pocket-sized notebook. When I get to work, I write down the things I need to do, have been asked to do, and want to do (in that order) — most days it's 3–5 things. Each item is a specific task that I know how to do. This system, if you can even call it that, works for me for two reasons: 1) It gets the thoughts out of my head, so I don't have a constant "background no…

Problem with a book (there are many benefits of course) is : you lose the book. So I have a strict policy these days of only taking notes either on a piece of paper that sits on my desk, or in electronic form synced to all my devices (using OneNote fwiw but document files in Google Drive would probably work just as well). I also have around 20 notebooks scattered around the house, office, car, friends's houses, etc.

Long-term stuff goes elsewhere (Trello with the team at work, for example), but my notebook is only day-by-day. So I actually wouldn't mind losing it.

In return, I get something that works closer to the speed of thought than any digital tool — I can write down a thought in less time than it takes to unlock my phone or open a Google Doc. That's important for me because it's too easy for me to not bother writing it down if it breaks my flow.

Re: Ask HN: How do you use checklists?

#36
Hey folks, I'm building a web app where you create and work through checklists (part of a larger system for service companies that need procedures and work instructions for their service technicians).

I'm not going to shamelessly promote it here. Messsage me if you want to try it come demo time.

Re: Ask HN: How do you use checklists?

#38
For work, I use the Kanban method and created myself a Kanban board using Trello.

For day-to-day personal tasks, I use a list through rememberthemilk.com and accompanying app.

However, half the battle is actually sticking with the system you created. So it's a challenge to make it simple and a bigger challenge to make it into a solid habit.

Re: Ask HN: How do you use checklists?

#39
I use org-mode, of course. But more specifically, I wrote this little extension called org-journal [1], which auto-creates one org-file per day, is searchable, integrates with the Emacs calendar, and crucially, carries TODO items from the previous day to the current day.

This way, all my research notes, and my diary, and completed projects stays in the journal, but pending or ongoing tasks travel with me through time until they are done.

[1]: https://github.com/bastibe/org-journal

Re: Ask HN: How do you use checklists?

#40
You can also try the Pomotodo app that is a combination of Pomodoro and Todo lists. The twist is you focus on the task in indivisible time slots which I feel really helps you stay focused. This isn't a checklist technically, more like a task list for getting the work done but it works really well for me.
Post reply on HN