How do you efficiently manage chains of tasks in Dwarf Fortress?

I would suggest using a manager noble and the management screen (j, m) where you can queue up tasks. I find it useful to do thinks like:

  • Queue 15 barrel
  • Queue 15 brew drinks

And jobs that are managed are automatically re-assigned if they fail for any reason including lack of resources. So in this case the brew drinks would be re-assigned until the barrels are available to complete them.

Note that these tasks will process in parallel.


The new (in 0.43.4) expanded job management system gives you several options to do this, via setting conditions on managed jobs.

Among other things, you can set a job to check before queueing if:

  • Another job has first been completed;
  • Item count of given items does is higher (or lower) than X number (shortcuts exist for both reagents and product, so if for instance you want to make marble blocks 10 times if and only if there are at least 40 units of marble stone available and less than 60 marble blocks unused, that's possible); You can also specify to make more pots or bins if there are less than X empty bins available via the 'type' conditional modifier.

Furthermore, you can set a job to repeat and recheck conditions once a day, once a week, once a month or once a year.