# backlog.md
v0.1 — open source
GitHub →Your backlog,in markdown
A simple protocol for managing your product backlog in plain .md files and an agent skill that lets AI keep it up to date.
- [x]A markdown protocol
- [x]A skill
- [x]Agents can read and update your backlog
## How it works
A protocol. A skill. That's it.
Define your backlog in markdown following the protocol. Your AI agent uses the skill to read, update, and track progress — no extra tooling needed.
01
Define your backlog
# Roadmap
## Features
### 001 — Auth system
- **Status:** in-progress02
Break it into tasks
- [ ] Design login screen
- [x] Set up OAuth provider
- [ ] Add session handling03
Let the agent work
> Agent: I've updated task 001
> status: in-progress → done