beads-workflow
Installation
SKILL.md
Beads Workflow
Beads is an AI-native issue tracker designed for agent workflows. Issues live in your repo, sync via git, and require no web UI.
Core Commands
| Command | Description |
|---|---|
bd create "Title" -t feature -p 2 |
Create issue (type, priority) |
bd list --status open |
List open issues |
bd show <id> |
View issue details |
bd update <id> --status in_progress |
Update status or assignee |
bd close <id> --reason "..." |
Close with reason |
bd ready --sort hybrid |
Find unblocked issues |
bd dep add <blocking> <blocked> --type blocks |
Add dependency |
bd dep tree <id> |
View dependency tree |
bd dep rm <blocking> <blocked> |
Remove dependency |
bd sync |
Sync with git remote |
bd flush |
Force flush to JSONL |