tavva4k downloadsImplements key processes in David Allen's Getting Things Done (GTD) methodology
GTD-powered task management for Obsidian.
Flow captures everything demanding your attention and helps you focus on what matters. Built on David Allen's Getting Things Done methodology.
Your mind is constantly interrupted by things you need to remember: tasks, ideas, commitments, follow-ups. These open loops consume mental energy that should go towards your actual work.
Flow gets everything out of your head and into a trusted system, so you can focus completely on what you're doing right now. It's based on GTD principles but doesn't require you to follow the methodology rigidly.
To try unreleased builds before they reach the stable community plugin listing:
tavva/flow and enable itBRAT will automatically update to the latest beta when new versions are released. To switch back to stable, remove the plugin from BRAT.
If you use a beta build we'd love to hear from you in the repo Discussions.
Capture — When something has your attention, add it to your inbox. Don't organise yet, just get it out of your head.
Process — Review your inbox regularly. For each item you choose:

Screenshot from the current inbox processing flow.
Plan — Open a sphere view, enter planning mode, and click actions to add them to your focus. Your focus is your curated list of what to work on.
Do — Work from your focus. When done, mark complete. When blocked, convert to waiting-for.
Flow projects use YAML frontmatter:
---
priority: 2
tags: project/work
status: live
parent-project: "[[Parent Project]]"
---
# Ship v1.0
## Next actions
- [ ] Write release notes
- [ ] Update documentation
- [w] Waiting for design review from Sarah
Add GTD context tags to your actions to filter by where or how you can do them:
- [ ] Call dentist #context/phone
- [ ] Review budget spreadsheet #context/computer
- [ ] Pick up dry cleaning #context/errands
Context tags appear as filters in sphere and waiting-for views. The prefix is configurable in settings — change context to at, ctx, or whatever suits your workflow.
Flow can generate cover images for projects using AI. Configure an image-capable model via OpenRouter in Settings → Flow (openai/gpt-5-image creates great cover images in our experience).
GPL-3.0-or-later — see LICENSE for details.