Beads: list ready tasks
When to use
Use this skill when the user asks:
- •what to work on next
- •what tasks are unblocked/ready
- •what blockers exist (start by listing ready; then investigate not-ready tasks if needed)
Procedure
- •Run:
bash
bd ready --json
- •Summarize for the user:
- •List task IDs and titles
- •Call out priorities if present
- •Offer to
bd show <id> --jsonfor details
Notes
- •Prefer
--jsonoutput for agent parsing. - •If
--jsonisn’t supported in the user’s installed bd version, fall back tobd ready.