Skip to content

Simplifying my life with iOS Shortcuts

May 5, 2024 (2y ago)

1,082 views

When I came back to iOS after years on Android, I didn’t want another folder full of novelty automations. I wanted micro-tools I’d use every day: under ten seconds, hands-free where possible, and reliable.

This post covers the few that stuck. There’s Log an Idea, Log a Worry, and a Break Timer that respects Focus and Do Not Disturb. They’re boring on purpose, which is exactly why they’re still on my home screen.


Design rules that made these shortcuts stick

  • Ten seconds or less, end to end. Any longer and I forget to use it.
  • Hands-free first. It has to work through Siri, ideally in the car or on a walk.
  • One source of truth. Each shortcut writes to a dedicated list so nothing gets lost.
  • Triggers everywhere: Home Screen, lock screen, and Apple Watch complications.
  • No brittle logic. Stock apps like Reminders, Notes, and Calendar beat third-party dependencies.

Shortcut 1: Log an Idea

The goal is capturing an idea the moment it turns up, without opening an app or losing my train of thought.

It works because dictating into Reminders is faster than opening Notes and picking a folder, an “Ideas” list keeps capture separate from daily todos, and a timestamp saves me from “what did I mean by this?” a week later.

What it does:

  1. Prompts for text, or takes dictation via Siri: “Hey Siri, Log an Idea”.
  2. Creates a Reminder in a list named Ideas.
  3. Appends the current time, and optionally the location, to the note field.
  4. Optionally tags it #idea so you can build Smart Lists and filters later.

Download ‘Log an Idea’

To make it better, add a daily review (a calendar event at 17:30, or a repeating Reminder) to triage ideas into tasks or notes. On Apple Watch, map it to a complication so it really is one tap.


Shortcut 2: Log a Worry

The goal is getting an intrusive worry out of your head now and dealing with it at a specific, calmer time.

It’s based on a simple CBT technique: capture now, review later. Saying the thing out loud to Siri is often enough on its own to stop the rumination, and a dedicated “Worries” list keeps them from polluting everyday tasks.

What it does:

  1. Prompts for the worry, which works with dictation in the car.
  2. Adds a Reminder in a list named Worries with your text in the note.
  3. Optionally sets a review time, say today at 19:00, so you know you’ll come back to it, then snoozes until then.

Download ‘Log a Worry’

To make it better, create a repeating “Worry Review” event at a consistent hour and batch-process the list, resolving, scheduling, or deleting each item. Adding a tag like #finance or #health lets you see themes cluster over time.


Shortcut 3: Break Timer

The goal is taking a real break without missing anything important and without being spammed by everything else.

It works because it toggles a Focus (or DND) with exceptions rather than going fully dark, and because the timer restores your previous state on its own, so you can’t forget to come back.

What it does:

  1. Asks how long you want, say 10, 15, or 25 minutes.
  2. Enables a Break Focus or DND with Allow Notifications From set to favourites or urgent.
  3. Optionally sets a Slack status if you want a visible signal.
  4. Waits for the duration, then restores your normal Focus.

Put this one on your lock-screen widget. If it’s two taps away, you won’t use it.


Setup notes and troubleshooting

  • Lists: create Ideas and Worries in Reminders first. Shortcuts can do it for you, but doing it once by hand avoids the prompts.
  • Siri names: keep shortcut names short and unique (“Log an Idea”, “Log a Worry”, “Break Time”).
  • Widgets: long-press the Home Screen → Edit Home Screen → + → Shortcuts, then pick yours.
  • Apple Watch: in the Watch app → Complications → add Shortcuts for single-tap use.
  • Privacy: dictation goes wherever your default input goes. If the content is sensitive, type it instead, or drop the location stamp.
  • Reliability: if Siri says “You’ll need to continue in the app,” add a minimal Ask for Input action at the start. Oddly, that stabilises hands-free runs.

When to prefer Shortcuts over dedicated apps

Shortcuts work best when the workflow is simple (one or two steps), frequent (daily or weekly), and better hands-free, like when you’re driving, walking, or standing in a queue.

If you find yourself building twenty-step trees, that’s a smell. Reach for a proper app, or a different capture target.


Why these survive while others don’t

Each one solves a single real annoyance. Each one is fast, with no scrolling or mode-switching. The Ideas and Worries lists are somewhere I actually go back to, rather than where tasks go to die. And all three are available from Siri, a widget, and the Watch.

Small automations compound. What you notice after a few months isn’t any single clever Shortcut, it’s all the friction you stopped feeling.


Further reading

Written by Sam Ainsworth.

my face
© Sam Ainsworth 2024 - 2026. All Rights Reserved.privacy