Skip to content

Repository files navigation

Taskdn icon

Taskdn

Documentation & Getting Started

A task-management system for individuals that stores data as markdown files (with YAML frontmatter) on disk while providing beautiful, purpose-built interfaces for actually managing your tasks. Tasks can be read and manipulated via text editors (Obsidian, VSCode), command line tools, and AI coding assistants.

desktop-app-screenshot C7W2VO2R_Z14GpVE

The core idea: provide the right user interface in the right context.

ToolDescriptionDirectoryStatus
SpecsFormal specifications for the protocoltdn-specs/✅ Stable
CLICommand-line interface for humans and AI agentstdn-cli/✅ Stable
Claude PluginClaude Code plugin for AI-assisted task managementtdn-claude-plugin/✅ Stable
Desktop AppCross-platform Tauri app for day-to-day usetdn-desktop/✅ Alpha (macOS)
Obsidian PluginRender task wikilinks as interactive widgetsobsidian-taskdn✅ Stable
Starter VaultPre-configured Obsidian vault with templates/basestdn-obsidian-starter-vault✅ Stable
WebsiteDocumentation and marketing sitewebsite/✅ Stable

Documentation

Installation

Desktop App Installation

Download the latest release from the website and configure the paths in the preferences.

CLI Installation

brew tap dannysmith/taproom
brew install tdn

See tdn-cli/README.md for more options and usage.

Claude Plugin Installation

The Claude Code plugin teaches Claude to work as a productivity assistant, using the tdn CLI to help manage tasks.

Install from marketplace:

/plugin marketplace add dannysmith/taskdn
/plugin install tdn@tdn-marketplace

Or load locally during development:

claude --plugin-dir ./tdn-claude-plugin

Obsidian Plugin Installation

The Obsidian plugin renders wikilinks to task files as interactive checklist widgets. Click to toggle status, open files, or navigate to projects/areas.

See tdn-obsidian-plugin/README.md for installation instructions.

Project Structure

This is a monorepo. Each tdn-* directory is a self-contained project with its own documentation, tests, build configuration etc.

taskdn/
├── demo-vault/ # Sample vault for testing
├── docs/ # Project-wide documentation
│ ├── archive/ # Old docs for reference
│ ├── developer/ # Developer guides common to all products
│ ├── tasks-done/ # Completed development tasks
│ └── tasks-todo/ # Active development tasks
├── tdn-cli/ # CLI tool (TypeScript/Bun + Rust)
├── tdn-claude-plugin/ # Claude Code plugin
├── tdn-desktop/ # Desktop app (Tauri)
├── tdn-obsidian-plugin/ # Stub with README.md pointing at obsidian-taskdn repo
├── tdn-specs/ # Protocol specifications
└── website/ # Documentation & marketing site (Astro/Starlight)

Development

Work which cuts across multiple products can happen in the top-level directory - this will usually be the case for early work on new products. Work which is tightly scoped to an individual product should happen in the project's own sub-directory. Each of these is set up to be an entirely independent project and each has its own README with setup instructions.

Monorepo Scripts

Run these from the repository root with bun <script>:

ScriptDescription
versionsShow local vs published versions for all products
monorepo:checkRun lint, typecheck, and tests across all products
cli:install-localInstall the CLI locally via symlink (for development)
demo:resetReset the dummy test vault to a clean state
demo:import-to-thingsImport demo vault tasks into Things.app
task:completeMove a completed dev task to tasks-done
task:rename-doneAdd dates to existing completed task files

See docs/developer/releases-and-versioning.md for release processes.

License

This monorepo uses different licenses for different components:

ComponentLicenseRationale
tdn-specsCC BY 4.0Maximum openness for spec adoption
tdn-desktopAGPL-3.0Copyleft; modifications must be shared
tdn-cliMITPermissive; maximum adoption
tdn-claude-pluginMITPermissive; standard for plugins
websiteMIT (code) / CC BY 4.0 (content)Standard for docs
obsidian-taskdnMITExternal repo
Everything elseMITDefault

See the root LICENSE file for full details.

About

A markdown-file based task-management system for individuals.

Resources

Stars

16 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages