Skip to content

bead ready

ddx bead ready

List beads ready for work (no unclosed deps)

Synopsis

List beads whose dependencies are all closed, sorted by priority.

By default this is the dependency-ready set: any open bead with no blocking deps, including epics and beads on retry cooldown. ‘ddx work’ operates on a narrower “execution-ready” subset — use –execution to see exactly what ‘ddx work’ would pick from, or the reverse: if ‘ddx bead ready’ shows work but ‘ddx work’ reports none, the diff is epics, cooldown-waiting beads, beads with execution-eligible=false, and superseded beads.

ddx bead ready [flags]

Options

      --execution   Filter to the execution-ready subset (what ddx work picks from): open, deps-closed, not an epic, execution-eligible, not superseded, not on retry cooldown
  -h, --help        help for ready
      --json        Output as JSON

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

  • ddx bead - Manage beads (portable work items)
Auto generated by spf13/cobra on 21-Apr-2026