Beads: create task
Inputs to confirm
- •Title (required)
- •Priority (optional; default: 2)
- •Type (optional; e.g. task/bug/epic if your bd supports
-t)
Procedure
- •Prefer JSON output:
bash
bd create "<title>" -p <priority> --json
- •If you need a type and your bd supports it, use:
bash
bd create "<title>" -t <type> -p <priority> --json
- •Return to the user:
- •The new task ID (e.g.
bd-a1b2) - •A suggested next step (e.g. add deps, show details)
Notes
- •If
--jsonis not available, fall back tobd create "<title>" -p <priority>. - •Keep titles specific and action-oriented.