Question
How do I practice workflow triggers?
Quick Answer
Choose one workflow you already have documented — or one you perform regularly but have not yet written down. Identify whether it currently has an explicit trigger or whether it relies on you 'remembering' or 'feeling like it.' If there is no trigger, design one using the if-then format: 'When.
The most direct way to practice workflow triggers is through a focused exercise: Choose one workflow you already have documented — or one you perform regularly but have not yet written down. Identify whether it currently has an explicit trigger or whether it relies on you 'remembering' or 'feeling like it.' If there is no trigger, design one using the if-then format: 'When [specific observable event], I will begin [first step of workflow].' The trigger must be concrete and unambiguous — something you can point to as either having happened or not. Write it down and attach it to the workflow documentation. Execute the workflow the next time the trigger fires and note whether the trigger was sufficient to initiate action without deliberation. If you hesitated, the trigger may be too vague, too distant from the workflow context, or attached to an event that does not reliably occur. Refine and test again.
Common pitfall: The most common failure is designing triggers that are actually goals in disguise. 'When I feel motivated to exercise' is not a trigger — it is a hope. 'When I notice the kitchen is messy' is not a trigger — it is a judgment call that requires the very executive function the trigger is supposed to bypass. Effective triggers are observable events, not internal states. 'When I pour my second cup of coffee' is a trigger. 'When the calendar notification for my 3 PM meeting fires' is a trigger. 'When I feel ready' is a trapdoor that leads back to willpower-dependent initiation, which is precisely the failure mode triggers are designed to eliminate.
This practice connects to Phase 41 (Workflow Design) — building it as a repeatable habit compounds over time.
Learn more in these lessons