Task lists for humans and machines
A markdown format that AI agents can parse reliably and you can edit by hand. No app required. No vendor lock-in. Just a text file you own.
Embridge is markdown with just enough structure. Flexible for humans, predictable for code.
Track project tasks in plain text, version them with git, edit in your favorite editor.
Give your agents a reliable format to read and write tasks without complex parsing.
Share task lists that anyone can edit without special software or accounts.
# Shopping
- Apples
- Bread
- Coffee
This is valid Embridge. Start with what you know.
# To-do
- [ ] Fix login bug
prio: high, due: 2025-02-01, assignee: sam
- [ ] Update API docs
tags: "docs, backend"
- [x] Deploy staging build
status: done
# Backlog
- Research caching options
"Look into Redis vs Memcached for session storage"
Add metadata when you need it. Descriptions in quotes. Everything else is optional.
prio: high or due: 2025-02-01.Your tasks stay in a file you control. Tools come and go. Your data remains.
Write prio: high or prio: 1 or prio: urgent. All valid. Parsers adapt to you.
Apps can add UI, but the markdown file owns the data. Delete an app, keep your tasks.
Add custom fields anytime. Old parsers ignore what they don't know. Nothing breaks.
No runtime, no database, no account. A text file and a parser. That's the whole stack.
Open any text editor. Save a new file as todo.md.
Use markdown lists. Add - [ ] for checkboxes. Add metadata on the next line if you want.
Commit to git, sync with Dropbox, or just keep it local. It's your file.