Free Preview: The Two-Minute Rule
(Free preview lesson) If it takes less than two minutes, do it now. We break down David Allen's classic rule, show where it pays off (email, slack triage, filing), and more importantly where it backfires (anything that needs thinking). By the end you will have a simple heuristic for when to act and when to capture.
- What you will learn in this lesson
- Hands-on exercise you can try in under 10 minutes
- One common pitfall to avoid
// Example snippet
const demo = () => 'ready';
demo();