beads
Installation
SKILL.md
Beads Task Tracker
Dependency-aware task management integrated with spec workflows. Tasks are stored in .beads/beads.jsonl and persist across sessions via git.
Overview
Beads enforces implementation order through dependency tracking:
- Dependency-driven execution -
bd readysurfaces only unblocked tasks - Bottom-up enforcement - Dependencies ensure Entity → Repository → Service → Router
- Git-backed persistence -
.beads/beads.jsonltracks all tasks and status - Spec integration - Commands like
/spec:planauto-create epics with ordered tasks