What problem does it solve?
Beads Workflow converts markdown plans into granular beads with dependency structure, bridging planning and execution for AI coding agents. It ensures plans are transformed into self-contained tasks that can be implemented, tested, and polled for progress without losing context.
Core Features & Use Cases
- Plan to beads: Convert a markdown plan into a set of granular beads with dependencies and rich descriptions.
- Polish beads: Iteratively refine bead quality across rounds, including cross-model reviews and test-coverage beads.
- Fresh session: Break polishing plateaus by resetting context and re-evaluating bead structure.
- Agent teamwork: Coordinate parallel bead execution via Claude Code agent teams and robot-mode planning.
- Tests & coverage: Attach unit tests and e2e tests beads to feature beads.
- BD/BV workflow: Use bd and bv commands for creation, updates, dependencies, and automated validation.
- References: Leverage guidance from planning and polishing references to ensure consistency.
Quick Start
Install the bead workflow toolchain and run the plan-to-beads pipeline using the bd tool to convert a markdown plan into executable beads.