bd) is a Dolt-powered issue tracker designed for AI-supervised coding workflows.
Why Beads?
Traditional issue trackers (Jira, GitHub Issues) weren’t designed for AI agents. Beads was built from the ground up for:- AI-native workflows - Hash-based IDs prevent collisions when multiple agents work concurrently
- Dolt-backed storage - Issues stored in a version-controlled SQL database, enabling collaboration via Dolt-native replication
- Dependency-aware execution -
bd readyshows only unblocked work - Formula system - Declarative templates for repeatable workflows
- Multi-agent coordination - Routing, gates, and molecules for complex workflows
Quick Start
Core Concepts
The whole model on one page: How Beads Works.| Concept | Description |
|---|---|
| Beads (issues) | Work items with priorities, types, labels, and dependencies |
| Dependencies | blocks, parent-child, discovered-from, related |
| Sync | Dolt push/pull over your git remote — no server to run |
| Formulas | Declarative workflow templates (TOML or JSON) |
| Molecules | Work graphs instantiated from formulas |
| Gates | Async coordination primitives (human, timer, GitHub) |
For AI Agents
Beads is optimized for AI coding agents:Architecture
Next Steps
- Installation - Get bd installed
- Quick Start - Create your first issues
- How Beads Works - The concept model on one page
- CLI Reference - All available commands
- Workflows - Formulas, molecules, and gates