Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

GTD No Next Step

saibotsivadsaibotsivad4k downloads

Add a badge to Getting Things Done (GTD) "project" files with no defined next step.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Obsidian plugin for GTD workflow that adds a badge to project files with no defined next step.

Motivation for Plugin

In the GTD framework, a project is in a bad state if there is no clearly defined next actionable step defined for it, and if at the same time it is not waiting for some external trigger.

This plugin simply looks at every "project" file and adds a red badge if there's not a task tagged as the next actionable, but if there's a task tagged as waiting for an external trigger it shows a gray badge. All other files display as normal.

What it Looks Like

Files with red badges would need examination and processing:

  • Maybe the project is actually complete and should be archived?
  • Maybe you haven't actually gone through the mental effort of deciding the next actionable step?
  • Perhaps you should double check the external "Waiting For" trigger?

Configuration

This plugin currently only has the following configurable options:

Projects folder

The folder where project files live.

Default: Projects/

This plugin also works for all sub-folders as well, e.g.:

Projects/
├── Big Project/
│   ├── Some part of it.md
│   └── Another part.md
└── Single file project.md

Next-Step tag

The tag that indicates a task has a next step.

Default: #next-step

Waiting-For tag

The tag that indicates a task is waiting for an external action.

Default: #waiting-for

My GTD Workflow

My workflow in Obsidian is that each GTD "project" is a file within a folder named "Projects":

Projects/
    Get restored files to dad.md
    Launch awesome podcast.md
    Replace van windshield.md

I also use the Tasks plugin, which lets you add tasks with tags, and then later query those.

For example, if I have a GTD-project likek Projects/Replace van windshield.md it might have, as the next actionable task:

- [ ] call Fred to get the phone number of the windshield place he likes #next-step

In various views I then query for incomplete tasks that have the #next-step tag:

```tasks
tags includes #next-step
not done
```

This plugin also has a #waiting-for tag, which is used to indicate things (technically Tasks) that are in a state of waiting on an external actor of some kind:

- [ ] #waiting-for Fred to get back to me with the windshield guys number

At various times I have used tags for people, so for example #Fred-Smith, in which case I can easily see what items are waiting on Fred for input:

```tasks
tags includes #waiting-for
tags includes #Fred-Smith
not done
```

These two things form the basis for a large portion of my GTD-in-Obsidian workflow.

License

Published and made available freely under the Very Open License.

72%
HealthFair
ReviewSatisfactory
About
Mark project files that lack a defined next actionable step with a red badge, and mark projects waiting on external triggers with a gray badge. Scan project folders and subfolders for task lines tagged #next-step or #waiting-for and display badges to highlight projects needing attention.
Project management
Details
Current version
1.1.0
Last updated
2 years ago
Created
3 years ago
Updates
4 releases
Downloads
4k
Platforms
Desktop, Mobile
License
OTHER
Report bugRequest featureReport plugin
Author
saibotsivadsaibotsivad
davistobias.com
GitHubsaibotsivad
  1. Community
  2. Plugins
  3. Project management
  4. GTD No Next Step

Related plugins

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.

Longform

Helps you write and edit novels, screenplays, and other long projects.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

LifeOS

Life management system.

Kanban Bases View

A kanban-style drag-and-drop custom view for Bases.

Base Board

Organize notes into Kanban boards using frontmatter properties. Drag and drop cards between columns powered by Bases.

Kanban

Create Markdown-backed Kanban boards.

TaskChute Plus

Execute TaskChute that slots today's tasks, tracks projects, adds comments, and keeps you focused on now.

Project Manager

Full-featured project management: stunning Gantt charts, Kanban boards, Table views, customizable fields, due date notifications.

Tasks Map

A visual graph view of your tasks.