Process task backlog automatically
bgcommandsetup L2★12
aspiers/ai-config ↗What it does
Execute ready issues in priority order non-stop
Best for
Autonomous grinding through a priority-sorted issue queue without pausing between tasks, ideal for high-volume bug triage or feature checklists.
Inputs
- · none (reads from bd ready)
Outputs
- · issue marked in_progress
- · work implemented
- · issue closed
- · changes committed and pushed
- · next issue selected
Requires
- · bd CLI (issue tracking)
- · git
- · project build tools
Preconditions
- · bd ready returns issue list
- · git repository initialized
- · working tree clean
Failure modes
- · bd ready returns no issues (queue empty, stop)
- · blocker encountered (create dependency bead, move on)
- · test/lint fails (fix and retry within same issue)
Trust signals
- · continuous loop (no pause for user input)
- · priority-aware selection (top 5 evaluated)
- · blocker handling (create dep bead, don't stop)
- · atomic commits per issue